Author |
Message |
Topic: PB java.lang.ClassCastException: javax.naming.Reference |
bareilles
Replies: 11 Views: 13243
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 05, 2007 3:36 am Subject: No solutions |
My problem persists.
I have found this bug on ibm web site about the version WAS server 6.1, it seems to be similar with my problem but i'm in WAS 6.0.2.5...
There is a local fix on the ... |
Topic: PB java.lang.ClassCastException: javax.naming.Reference |
bareilles
Replies: 11 Views: 13243
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 02, 2007 3:52 am Subject: i know |
Don't worry, i know i must add librairies for mq, but last time it was specials librairy to have communication between sun application and was6.
Now i will find what i need in the redbook.  |
Topic: PB java.lang.ClassCastException: javax.naming.Reference |
bareilles
Replies: 11 Views: 13243
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 02, 2007 3:38 am Subject: livrairies |
Ok, no need to have specials ibm livrairies... Only default librairies java.
thanks |
Topic: PB java.lang.ClassCastException: javax.naming.Reference |
bareilles
Replies: 11 Views: 13243
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 02, 2007 3:31 am Subject: classe pour mq series |
Hi,
thanks a lot for your answer.
Where can i found this classes ?
thanks |
Topic: PB java.lang.ClassCastException: javax.naming.Reference |
bareilles
Replies: 11 Views: 13243
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 01, 2007 11:34 pm Subject: PB java.lang.ClassCastException: javax.naming.Reference |
As you can see in my classpath there is the jar : sibc.jms.jar it contain the special classes for an application sun interfaced with a WAS6 server (Before used MQ series JMS queue my application was O ... |
Topic: PB java.lang.ClassCastException: javax.naming.Reference |
bareilles
Replies: 11 Views: 13243
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 01, 2007 3:27 am Subject: The full class path |
The full class path:
/product/projet/JVM1_4_2/bin/java -classpath /product/projet/lib/001_projetSimulatorReceiver.jar:/product/projet/lib/log4j-1.2.13.jar:/product/projet/lib/sibc.jms.jar ... |
Topic: PB java.lang.ClassCastException: javax.naming.Reference |
bareilles
Replies: 11 Views: 13243
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 01, 2007 3:12 am Subject: PB java.lang.ClassCastException: javax.naming.Reference |
Hi,
Since my jms queue are managed by MQ Series, i have an error
classcastexception on the lookup. The object returned by the lookup is
javax.naming.Reference but i should have an object QueueCo ... |