Problem subscribing to mailing list

2008-09-23 Thread sim085
Hi, I do not know where else I can post this. I have been trying to subscribe to geronimo user mailing list from yesterday. When I first send an email to user@geronimo.apache.org I got an email telling me that the subject line must be filled. I therefore filled the subject line and sent the email

Re: Problem subscribing to mailing list

2008-09-23 Thread Kevan Miller
On Sep 23, 2008, at 5:50 AM, sim085 wrote: Hi, I do not know where else I can post this. I have been trying to subscribe to geronimo user mailing list from yesterday. When I first send an email to user@geronimo.apache.org I got an email telling me that the subject line must be filled.

Re: Problem subscribing to mailing list

2008-09-23 Thread sim085
Hi, I did receive an email from your (personal) email address buy not from [EMAIL PROTECTED] I am also subscribed to Tomcat user lists, Tomcat developers list and Maven users list. I was subscribed to Mina users list buy unsubsidised recently. I checked the filters I have on hotmail and they seem

Re: javax.jms.JMSException: Failed to build body from bytes

2008-09-23 Thread jklcom99
Kevan, I haven't a chance to test the in-place deployment with your sample code. However, I did verify that with the same code running under Geronimo 1.1.1, the MDB ContextClassLoader is correct. **Thread.currentThread().getContextClassLoader() = [org.apache.geronimo.kernel.classloader.JarF

class cast exception in findby method: cannot cast java.util.UUID to ProxyInfo

2008-09-23 Thread Wayne Rasmuss
Hello, I am trying to move a geronimo 1.1.1 application to geronimo 2.1.2. I have a number of BMP entitiy beans. My application deploys just fine (amazing) but when I try to run it I get the error below after I log in. The problem seems to be with the return value of the following find by method.

Re: jndi names changed in 2.1?

2008-09-23 Thread Łukasz Budnik
Hi David, I followed your advice and read the actual JNDI name from geronimo.log. It turned out to be simply RemoteServiceImpl + Remote. But if we're still in JNDI names. One of My SLSB uses JMS resources like this: @Resource(name = "ODEBPELProcessInvocationOrderConnectionFactory") private Conn

Re: jndi names changed in 2.1?

2008-09-23 Thread David Jencks
On Sep 23, 2008, at 12:25 AM, Łukasz Budnik wrote: Hi David, I followed your advice and read the actual JNDI name from geronimo.log. It turned out to be simply RemoteServiceImpl + Remote. But if we're still in JNDI names. One of My SLSB uses JMS resources like this: @Resource(name = "ODEBPE