[jboss-user] [EJB/JBoss] - ObjectNotFoundException: No such entity! Transaction Problem

2006-11-06 Thread caerlama
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

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - javax.ejb.ObjectNotFoundException: No such entity! Transacti

2006-11-06 Thread caerlama
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

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem using blobs with hibernate on jboss 3.2.x

2006-08-21 Thread caerlama
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 _

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Error reading a CMP Bean from mysql 5.0

2006-08-15 Thread caerlama
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.