[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to disable Hibernate's Auto session close?

2006-07-04 Thread sdes1240
1. Deploy your hibernate files as if they where running in jboss3.x (see wiki's)

2. you find the sources in jboss.org (fisheye or CVS).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3955227#3955227

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955227

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to disable Hibernate's Auto session close?

2006-07-03 Thread domyalex
Any ideas anybody?  :(

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3955079#3955079

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955079

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to disable Hibernate's Auto session close?

2006-07-03 Thread sdes1240
You can't, it is hard-coded in jboss-hibernate.jar.

see : Hibernate.class, transferSettings()

 settings.setProperty(hibernate.transaction.auto_close_session, true);

You can still use still the sar-approche for deploying you're hibernate files

or roll you're own  jboss-hibernate.jar 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3955092#3955092

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955092

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to disable Hibernate's Auto session close?

2006-07-03 Thread domyalex
Thank you for your reply.

I have been looking for some infos about how to deploy a .sar, but I was unable 
to find it. Do you know where could I look for some ideas?

Also, where can I dowload the jboss-hibernate.jar source code?

Best regards

Alejandro

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3955112#3955112

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955112

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user