[jboss-user] [EJB/JBoss] - Re: Problem establishing socket connection for InvokerLocato

2009-02-17 Thread green804
Did you find a solution to this? We are seeing the exact same problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4210807#4210807 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4210807

[jboss-user] [Remoting] - Re: CannotConnectException/BindException on running clients

2009-02-17 Thread green804
Did you tune the timeouts in the EJB connectors? If so, what did you change that resolved this issue? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4210809#4210809 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4210809

[jboss-user] [JBoss/Spring Integration] - AS5 @Spring injection failing

2009-02-13 Thread green804
I am trying to upgrade from AS 4.2.1 to AS 5. Everything was working correctly in 4.2.1. I can't get the spring beans injected into by EJB3 using @Spring. I'm getting a null pointer exception in most of my beans. I see that the interceptor is only getting called for one of my EJBs. I've

[jboss-user] [Remoting] - Re: Class Not Found Exception when remoting

2009-02-13 Thread green804
Thanks for your reply. I found the problem. This is a clustered environment, and the sys-admin set up the servers to point to a shared netapp. The tmp directory was part of that shared space. When I started one server everything was fine. Then when I started the next server, the temp files

[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing

2009-02-13 Thread green804
Yes. That is exactly what is happening. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4210054#4210054 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4210054 ___ jboss-user mailing

[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing

2009-02-13 Thread green804
I don't. I had it under Stateless Bean because that's where it was in 4.2. Should I move it to Intercepted Bean? Does it matter where? This is the pointcut interceptor-ref name=org.jboss.spring.interceptor.SpringInjectionInterceptor/ View the original post

[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing

2009-02-13 Thread green804
Sorry for that -- This is the pointcut interceptor-ref name=org.jboss.spring.interceptor.SpringInjectionInterceptor/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4210060#4210060 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing

2009-02-13 Thread green804
If I use the @Interceptors, does that mean I don't need all the stuff in the ejb3-interceptors file? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4210062#4210062 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4210062

[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing

2009-02-13 Thread green804
I changed my app to use the @Interceptors, and everything is now working correctly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4210066#4210066 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4210066

[jboss-user] [Remoting] - Class Not Found Exception when remoting

2009-01-16 Thread green804
I am getting the following exception in JBoss when remoting. We are running Jboss in a clustered enviroment using JBoss 4.2.1.GA with Java 5. We are using EJB3 and Spring. Is there something I need to configure or set to make sure this class loads? java.lang.NoClassDefFoundError:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Class not found error after start up

2009-01-15 Thread green804
I am getting the exception below when my jboss app recieves a remote call from a tomcat application. I posted here because I think something is not starting up right. I should say that this app was starting up and working correctly before we deployed it in a clustered JBoss environment. I

[jboss-user] [EJB 3.0] - EJB number of retries

2008-06-18 Thread green804
I have a stateless session bean that is accessed over RMI. It's taking a lot of time. It appears that it's getting called multiple times when it's handing. Does anyone know how many times JBoss will retry it? Can anyone tell me where this might be configured? I'm looking to modify the time

[jboss-user] [EJB 3.0] - Transaction not active exception

2008-06-14 Thread green804
Hi, I'm new to using EJB3 and RMI. I am using annotations. We recently launched our application in production, and the user login and registration is hanging. We did not see these issues in dev or testing. We have a tomcat app that talks to the JBoss app using RMI. We are using Jboss

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Caused by: java.lang.IllegalStateException: [com.arjuna.

2008-06-14 Thread green804
Did you ever find a solution to the problem? I am having the same issue, and I would appreciate some help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158124#4158124 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Transaction not active exception

2008-06-14 Thread green804
We are using Jboss 4.2.1.GA and Java 1.5. There are no other exceptions in the logs. Just this same error over and over. This method is running a select against the DB. It takes about .15 seconds to complete. I'm checking the the transaction timeout value with the sys admin. I do not

[jboss-user] [EJB 3.0] - Re: Transaction not active exception

2008-06-14 Thread green804
One more question. If I was to need a transaction for an update of user data, what should I set the transaction attribute to? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158140#4158140 Reply to the post :