Is this JBoss 2.4?

Anyway, it smells like a problem with your JDBC driver - get the latest Oracle 9.2 JDBC drivers, even if you're backend is Oracle 8.

For more information, see the Oracle BLOB FAQ in the JBoss FAQ forum.

Steve Coy

On Saturday, February 15, 2003, at 10:20 PM, Marek Lange wrote:

Hi,

I just can't get the JBossMQ persistence manager to work with an Oracle8 data source. The tables JMS_TRANSACTIONS and JMS_MESSAGES are successfully created (using BLOB_TYPE=BLOB and the sql statement

CREATE_MESSAGE_TABLE = CREATE TABLE JMS_MESSAGES ( MESSAGEID INTEGER NOT NULL, \
DESTINATION VARCHAR(255) NOT NULL, TXID INTEGER, TXOP CHAR(1), \
MESSAGEBLOB BLOB, PRIMARY KEY (MESSAGEID, DESTINATION) )

from jbossmq-service.xml.

When a message should be inserted, it fails throwing this SQL Exception:

An exception occured while sending message to the jms queue: org.jboss.mq.SpyJMSException: Could not store message: 4 msg=1 hard NOT_STORED PERSISTENT queue=QUEUE.smsMessageQueue priority=4 hashCode=11632138; - nested throwable: (java.sql.SQLException: invalid column type)

I think the problem is related to the oracle BLOB type. Is there a solution for this?

Thanks,

-marek

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to