  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Subject: - Re: Closing a result set you left open!, MySQL | Subject: - Re: Closing a result set you left open!, MySQL 2007-10-01 - By BGMF
Back 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 jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|
 |