rajashree loganayagi

Greenhorn
+ Follow
since Apr 12, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by rajashree loganayagi

Hi,

I am pretty new to web services. I tried to deploy a war file in Jboss inorder to get the wsdl file. But it throws an error like this:


Please help me to solve this error.
13 years ago
Hi,

i am new to Glassfish. I have a requirement, where i need to deploy a war in the Glassfish.

While deploying it , i got the following error:



can anyone guide me to overcome this problem....


Thanks,
rajashree
I done the parsing using SimpleDateFormat. After using your code it works fine now.

Thank you.
13 years ago
Hi,

I have a string 'date' with a value "2011-08-10T00:00:00-06:00"(Format:yyyy-MM-dd'T'HH:mm:ss+timezone). My requirement is to parse the string into the XMLGregorianCalendar where i cannot able to parse the timezone values(-06:00). It throws "NumberFormatException".

Please suggest any solution.



13 years ago
Hi,

I got the following error in server.log:



'MecInterfaceMDB' is the MDB program where i got the above errors and 'MecClient' is a web service program that is imported as a jar file in 'MecInterfaceMDB'


13 years ago
Hi,

I am new to Message Driven Bean(MDB). I implemented my MDB project in jboss. It shows the following error while deploying:



Can anyone guide me to solve this error.

Thanks in advance.
13 years ago
Hi,

I can able to rename the file after closing the DataOutputStream. Thanks for the guidance.
13 years ago
Hi,

I wrote a code for renaming a existing file using renameTo().

I have a string "<mid>cbvfjkhgtg<end>
If i found a <mid>tag i need to write the string content "cbvfjkhgtg" in the file.
Once i noticed <end>tag i need to rename the file which was previously written.

The code that i used is :



I cant able to rename the file...

How can i achieve this.....

Please provide the solution ASAP.... Thanks in advance.
13 years ago
Hi,

I wrote a socket program, which needs to run a shell program in the client-side for every 10secs. The output of the shell program has to be sent to the server.

The problem is in the client-side, where i need to run the shell continuously whithout any break.

For this i used while loop which is set to true. But i cant run the shell program continuously. i noticed that the client side runs for upto 6 or 7times and remains silent.

Here the the following codes:


This code works fine with smaller amount of input. But for larger case it doesn't works.

Can anyone help me....


Thanks in advance.
13 years ago
Hi,

i wrote a code for executing the batch file using socket program.

i need to get the content of the batch file which has to be sent as a request to the server.

but i cant able to get the content.

Here are my codes :


The problem is that while printing the "line" variable, i get no response in the console.
Can any one please help me....

Thanks in advance.
13 years ago
Hi,

I wrote a program using Message Driven Beans(MDB). It throws an error like this in Jboss:


Can anyone help me to solve this error....

Thanks in advance.....
13 years ago
Thank you so much.... Now i can able to get the values exactly....
After rectifying the spell of critiss, i can able to get the values....

But still 3 fields(mediss,startdate,remarks)states only null....
Thank U.... It happens all because of the space present before <character. Now i rectified it.. Thanks for your valuable suggestion.
I even tired using out.println() .... It shows "null".

Here are the HTML codes:



Thanks for the valuable suggestions......