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
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
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
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
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