[JBoss-user] [EJB 3.0] - Re: Error deploying entity 3.0

2006-04-08 Thread HoleInOne
This page Just saved me a lot of puzzling, Thank you Emmanuel Bernard for answering and thank you n00noors for the question! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936037#3936037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss and MySql auto increment deployment errors

2006-03-30 Thread HoleInOne
Hi redbeard15, It certainly helped me, thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933722#3933722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933722 --

[JBoss-user] [EJB/JBoss] - Re: Nullpointer in JDBCEJBQLQuery distinct

2005-12-14 Thread HoleInOne
Forgot to mention: I use JBoss 4.03SP1 in the case View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912664#3912664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912664 --

[JBoss-user] [EJB/JBoss] - Nullpointer in JDBCEJBQLQuery distinct

2005-12-14 Thread HoleInOne
Hello, I try to deploy an ejb2.ear that deploys ok on jboss 4.0.1sp1 however I get the stacktrace included below. >From what I can understand of the jboss code (which is limited) I think that the class JDBCEJBQLCompiler should handle the fact that rowlocking may return null; All other calls to

[JBoss-user] [Messaging, JMS & JBossMQ] - failed to commit/rollback

2005-09-26 Thread HoleInOne
Hi all, We have an application that uses JMS to call asynchronious methods from one session bean to messageBeans. The flow of messages can reach up to thousends per minute. mostly it is one per minute. About half of them are in a transaction /persistance environment the other other half isn't Af

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Error during context restart

2005-09-19 Thread HoleInOne
Just an 'I have this problem too' msg I'm afraid. ever found a solution to this problem? Regards, Hugo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895547#3895547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=38955

[JBoss-user] [EJB/JBoss] - Re: JNDI available outside tje server?

2005-03-08 Thread HoleInOne
Using the JMX-Console I set "CallByValue" to true. Now the port is open and I can access the JNDI from outside the JVM. Its magic :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869168#3869168 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [EJB/JBoss] - JNPServerSocketFactory gives ReflectionException?

2005-03-07 Thread HoleInOne
when I open the JMX console on JBoss and click on the Service=Naming I get the following text on JNPServerSocketFactory (RW) : ReflectionException: java.lang.NullPointerException Cause: java.lang.NullPointerException Is this correct? View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [EJB/JBoss] - JNDI available outside tje server?

2005-03-07 Thread HoleInOne
Hello all, I'm trying to call a stateless session bean's business method from outside the server it is running on. Therfore I must access the JNDI of the jboss server. I created a jndi.properties file with the folowing entries: anonymous wrote : java.naming.factory.initial=org.jnp.interfaces.Na