[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Remove item from CMR

2006-12-20 Thread dani-cas
This should be fairly easy, yet I am getting this exception when removing a item from a relation that is working fine. I have the following code: | public boolean borrarProceso(Integer id, String tipo, String userName){ | | InitialContext ic = null; |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss CMP does not reflect Database

2006-12-14 Thread dani-cas
Greeting, I am having some issues with jboss CMP feature. When I first started developing my aplicacion I inserted some data in the DB to test the aplication, adter some development time I hace started to see that the state of the DB is not the same as the jboss CMP state, I know that some tabl

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: TransactionRolledbackException, corrected

2006-12-12 Thread dani-cas
I have no Idea how and why, but now the problem has disapeared, I will keep diging and find out the solution. Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993117#3993117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - TransactionRolledbackException

2006-12-11 Thread dani-cas
what is going on, I can create the entity, as well as destroy it, but not update it. Thanks for all the help, If you need more data (classes, logs, xml) email me at: dani-cas at uniandes (.) edu (.) co I will post the solution once I figure it out. (I hate threads without a solution) Thanks