[JBoss-user] [Management, JMX/JBoss] - Re: Remote Deployment

2005-04-12 Thread paulkuit
I wrote a very simple .war (9Kb) that uploads a(ny) file over HTTP and writes it to (your deploy) directory. Mail me and I can send it. ([EMAIL PROTECTED]) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873643#3873643 Reply to the post : http://www.jboss.org

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 final - I get

2005-04-12 Thread paulkuit
Yep, this is a bug a read somewhere else, will be resolved soon. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873642#3873642 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873642

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 final - I get

2005-04-06 Thread paulkuit
Hi Scott, Sorry to bother. Closing the connection (of course) resolves the issue, but did I understand wrong that it is not nessecary to close the session when it is obtained with HibernateContext.getSesssion() in a CMT environment? View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate integration and CachedConnectionManager

2005-04-06 Thread paulkuit
Sorry, was removed some HTML from my previous reply; When I change the true option in the JCA service Should be; SpecCompliant -> true in jbossjca-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872854#3872854 Reply to the post : http://www.jbos

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate integration and CachedConnectionManager

2005-04-06 Thread paulkuit
IÂm probably missing something very important, but I understood while using HibernateContext.getSesion(String jndi) would give me a valid Session for the current transaction, and JBoss would take care of all (dis)connecting of the Session and transaction management. But when I remove the stateme