rakesh parida

Greenhorn
+ Follow
since May 13, 2010
rakesh likes ...
Oracle Spring Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by rakesh parida

Ashwin,

Which Messaging server you are using? It is possible for the client to retrieve messages from the queue even if the client is not running in the same JVM. If you are using IBM MQ, then the dependent MQ realated libraries the client should use in its classpath and can retrieve messages. Pushing messages to the queue is not a big deal but it is about retrieving. Please follow the messaging server specifications/notes/tutorials in the installation folder, you may get a clue.

Thanks
10 years ago
Hi,

Currently in our project we are trying to access a webservice where we need to send html documents as attachemnts in the SOAP (SwA).
We have the below definition in one of the xsd.

When i generate the client using RAD (wsimport functionality), it is generating below code for the above type.

Can any one tell how to send documents using SwA using above code? The document is stored in the DB in BLOB format.
12 years ago
Hi all,

I am new to WebSphere messaging. I want to write a standalone java client to access a queue configured in WebSphere server.The Standalone program should run when ever it is required and should process all messages in the queue. I shall put messages in the queue using my web application and there is no issue in doing that. Since we are not using MDBs/Spring, we need to write a standalone listener for this. I can invoke this from a sh. command in the UNIX box.

Has anybody done similar thing before? Please share any tutorial or sample code or the the procedure to this.

Thank You.
12 years ago
Hi All,

I have to present a demo of doing pagination of a list and i do not want to use any frame work like display tag. I want to use core java for this, since this will be a very simple demo on pagination.

If any one had done similar thing before, please share the approach/steps to do that.

Any tutorial on net would also be fine.

Rakesh.
13 years ago
Hi,

Can anyone share a good but simple Junit tutorial to test JDBC code?

Thanks,
Rakesh.
13 years ago
Hi All,



After migrating database from Oracle 10g to 11g we are not able to connect our database from RAD set up.

We are using ojdbc5.jar.The test connection is getting successful but while starting the server we are getting the below exception in console.





If any one has faced similar kind of issue, then please reply to this thread. if possible please share the steps in configuring the same.


Rakesh.
13 years ago