[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Accessing Hibernate outside of Jboss

2006-09-06 Thread mikereilly
Hi, I have an application that uses Hibernate which I would like to run outside of Jboss. jhas anyone done this before ? Do I need to use the use-java-contextfalse/use-java-context within the hibernate-service.xml file ? Many thanks, Michael View the original post :

[jboss-user] [JNDI/Naming/Network] - use-java-context - Is there any issues with performance

2006-08-09 Thread mikereilly
Hi, If the use-java-contextfalse/use-java-context is used in the JNDI mapping, does anyone know if this has any impact on performance ? We have a number of standalone applications that will access JNDI resources running on JBoss in addition to some web applications running under JBoss. The