Author |
Message |
Topic: loading 'com.ibm.mqjms.jar' into Oracle |
emqueuer
Replies: 9 Views: 17830
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 15, 2009 2:28 am Subject: MQ 6.0 v Oracle 11g |
Are the MQ 6.0 jars certified against Oracle 11g ?
I am still getting the ORA-29534 'Object could not be resolved' error when trying to load com.ibm.mq.jms.MQQueueConnectionFactory. Oracle support ... |
Topic: loading 'com.ibm.mqjms.jar' into Oracle |
emqueuer
Replies: 9 Views: 17830
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 09, 2009 6:06 am Subject: mq classes still failing tyo resolve in Oracle |
You don't need *everything* in Java/lib.
Again, your best bet is to set up a test environment outside of Oracle that uses CLASSPATH instead of the Oracle environment. Then experiment with that CLA ... |
Topic: loading 'com.ibm.mqjms.jar' into Oracle |
emqueuer
Replies: 9 Views: 17830
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 09, 2009 5:02 am Subject: loading specific mq jar files to the database |
Dear mqjeff,
I have tried loading the jar files but presumably there's a particular order in doing this which I do not know because I am getting many errors.
The classes that my code references ... |
Topic: loading 'com.ibm.mqjms.jar' into Oracle |
emqueuer
Replies: 9 Views: 17830
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 08, 2009 3:56 am Subject: loading 'com.ibm.mqjms.jar' into Oracle |
Hello,
I am trying to put a message on a queue triggered from a table on an Oracle database.
Does anyone know how to load 'com.ibm.mqjms.jar' into Oracle please?
I know this could potentially ... |
Topic: com.ibm.mq.jms or com.ibm.mqjms |
emqueuer
Replies: 2 Views: 3468
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 07, 2009 2:59 am Subject: com.ibm.mq.jms or com.ibm.mqjms |
You're quite right manicminer. Thank you. |
Topic: com.ibm.mq.jms or com.ibm.mqjms |
emqueuer
Replies: 2 Views: 3468
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 06, 2009 8:01 am Subject: com.ibm.mq.jms or com.ibm.mqjms |
I have written a standalone java class that imports the following classes:
import com.ibm.mq.jms.JMSC;
import com.ibm.mq.jms.MQQueue;
import com.ibm.mq.jms.MQQueueConnectionFactory;
Using the ... |
Topic: RFH appearing in 'Message Data' |
emqueuer
Replies: 3 Views: 10565
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 23, 2008 5:43 am Subject: RFH appearing in 'Message Data' |
Make output messages non-JMS specific by using q.setTargetClient(JMSC.MQJMS_CLIENT_NONJMS_MQ) ;
Thank you for your reply. I have seen this before in the folowing context:
----------------------- ... |
Topic: RFH appearing in 'Message Data' |
emqueuer
Replies: 3 Views: 10565
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 23, 2008 4:14 am Subject: RFH appearing in 'Message Data' |
Hello,
I am developing a standalone Java application that puts a message onto a queue. I am able to put the message on the queue locally (i.e. within IBM Websphere MQ) and read the message. However w ... |
Topic: ESQL: Parsing a Character (XML string) |
emqueuer
Replies: 7 Views: 32117
|
Forum: General Discussion Posted: Fri Jun 29, 2007 5:07 am Subject: ESQL: Parsing a Character (XML string) |
ps. sorry the string I'm trying to CAST is '<SuperMods><MapData To="INM304_2006-07"><From>INM305_2006-07</From><From>INM306_2006-07</From></MapData> ... |
Topic: ESQL: Parsing a Character (XML string) |
emqueuer
Replies: 7 Views: 32117
|
Forum: General Discussion Posted: Fri Jun 29, 2007 5:03 am Subject: ESQL: Parsing a Character (XML string) |
OK. I'm following your advice. i.e.:
------------------------------------------------------------------
DECLARE xmlString CHARACTER '<SuperMods><MapData><From>INM305_2006-07< ... |
Topic: ESQL: Parsing a Character (XML string) |
emqueuer
Replies: 7 Views: 32117
|
Forum: General Discussion Posted: Fri Jun 29, 2007 5:01 am Subject: ESQL: Parsing a Character (XML string) |
OK. I'm following your advice. i.e.:
------------------------------------------------------------------
DECLARE xmlString CHARACTER '<SuperMods><MapData><From>INM305_2006-07< ... |
Topic: ESQL: Parsing a Character (XML string) |
emqueuer
Replies: 7 Views: 32117
|
Forum: General Discussion Posted: Fri Jun 29, 2007 1:48 am Subject: ESQL: Parsing a Character (XML string) |
Hello,
I'm trying to implement the CREATE...PARSE function but, surprise surprise, am hittting obstacles along the way.
Can anyone help please?
----------------------------------------------- ... |
Topic: ESQL: Parsing a Character (XML string) |
emqueuer
Replies: 7 Views: 32117
|
Forum: General Discussion Posted: Thu Jun 28, 2007 3:36 am Subject: ESQL: Parsing a Character (XML string) |
Hello,
I have an XML string which is stored as a shared Character variable and I require it to be be parsed/structured so that I may loop around it in an ESQL function, in order to retrieve certain ... |
Topic: " ESQL module: Must not contain spaces" |
emqueuer
Replies: 2 Views: 2684
|
Forum: General Discussion Posted: Wed Jun 27, 2007 8:09 am Subject: " ESQL module: Must not contain spaces" |
..that would seem the sensible reply but there are no spaces. Is there some other strange quirk eluding me? |
Topic: " ESQL module: Must not contain spaces" |
emqueuer
Replies: 2 Views: 2684
|
Forum: General Discussion Posted: Wed Jun 27, 2007 6:01 am Subject: " ESQL module: Must not contain spaces" |
Hello,
I often get this error when creating a compute or a filter in the Broker Application Development perspective of WID.
What does this mean and how is it rectified?
Daniel |