Hi,
I got a javax.ejb.ObjectNotFoundException: exception trying to get a CMP Bean
Data written by a MessageDrivenBean:
I am doing the following steps:
MDB1 read some information from a topic
MDB1 call the create method from a CMP Bean for saving the information in the DB
MDB1 send a message to
Hi,
I got a javax.ejb.ObjectNotFoundException: exception trying to get a CMP Bean
Data written by a MessageDrivenBean:
I am doing the following steps:
MDB1 read some information from a topic
MDB1 call the create method from a CMP Bean for saving the information in the DB
MDB1 send a message to
Hi,
try it using getObject insteadt of getBlob and saving the result in a byte[].
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966409#3966409
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966409
_
Hi,
I am trying to read the String representation of an xml document from a mysql
Database (column of type longblob) using the CMP facilities without success.
Something about my environment:
JBoss 4.0.4.GA
MySql 5.0.21 (both running in Linux SuSe 9.0 kernel 2.6.11.11)
mysql-connector-java-5.0.3.