[jboss-user] [JNDI/Naming/Network] - Re: Server JVM, Client JVM, JNDI & Workaround

braca do-not-reply at jboss.com
Fri Jan 16 05:59:02 EST 2009


Hi,

the only changes I made in hibernate.cfg.xml look like this:

  | <property name="hibernate.dialect">org.hibernate.dialect.InformixDialect</property>
  | <property name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
  |     <!-- DataSource properties (begin) -->
  |     <property name="hibernate.connection.datasource">java:InformixDS</property>
  |     <!-- DataSource properties (end) -->
  | 

and I used the (default) jndi.properties for the client:


  | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | java.naming.provider.url=jnp://127.0.0.1:1099
  | 

braca


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202394#4202394

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202394



More information about the jboss-user mailing list