Hm...

I have no idea, but maybe you should change your persistence xml a little bit
I got a error because I had not entered the Hibernate Dialect


  | <properties>
  |     <property name="hibernate.dialect" 
value="org.hibernate.dialect.MySQLDialect" />
  | </properties>
  | 

how do you access those TestBean?

I was told to write an extra class with source code like this


  | try
  |             {
  |                     Properties properties = new Properties();               
  |                     
properties.put("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
  |                     
properties.put("java.naming.factory.url.pkgs","=org.jboss.naming:org.jnp.interfaces");
  |                     
properties.put("java.naming.provider.url","jnp://localhost:1099");
  |             
  |                     InitialContext iContext = new 
InitialContext(properties);
  |             
  |                     TologDatabaseQueryResponderRemote remote = 
  |                             (TologDatabaseQueryResponderRemote) 
iContext.lookup("TologResponderEAR/TologDatabaseQueryResponder/remote");
  |             }
  |             catch ( NamingException e )
  |             {
  |                     throw new 
DatabaseQueryResponderException("NamingException while trying to connect to a 
remote interface:\n"+e.getLocalizedMessage());
  |             }
  | 

But I have to admit, that I also have the next problems - but ok - none of your 
business - you have your own problems...

Greetings
BGMF

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090210
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to