[jboss-user] [Installation, Configuration Deployment] - Re: jndi, rebind, java.io.NotSerializableException

2009-11-19 Thread delbd
Not possible. I already found this class, but it has two main problem. First, it introduces a dependency to jboss in my code, while i would like to stick with pure J2EE available specs. Second, this mean changing eveywhere my code calls like context.lookup(name) to something like

[jboss-user] [Installation, Configuration Deployment] - Re: jndi, rebind, java.io.NotSerializableException

2009-11-19 Thread delbd
Ok, i copy/pasted the class in my webapp. This works now without dependencies to JBoss, thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266512#4266512 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266512

[jboss-user] [Installation, Configuration Deployment] - User-specified log class 'org.apache.commons.logging.impl.Lo

2009-11-18 Thread delbd
Hello, i try to migrate a webapplication that was working fine on tomcat 5.5. Since JBoss web container is based on tomcat, i thought this migration would be straightforward. However, after deployement i get this strange error i can't locate: jvm 1| 19:10:45,775 ERROR [[/intranet]] Error

[jboss-user] [Installation, Configuration Deployment] - Re: User-specified log class 'org.apache.commons.logging.imp

2009-11-18 Thread delbd
sorry, did not specify, informations about jboss: jvm 1| 09:52:36,250 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634) | jvm 1| 09:52:36,250 INFO [ServerImpl] Bootstrap URL: null | jvm 1| 09:52:36,250 INFO [ServerImpl]

[jboss-user] [Installation, Configuration Deployment] - Solved: User-specified log class 'org.apache.commons.logging

2009-11-18 Thread delbd
This works, thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266265#4266265 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266265 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - jndi, rebind, java.io.NotSerializableException

2009-11-18 Thread delbd
Hello, trying to migrate an application from tomcat to JBoss, i am blocked with this error. | jvm 1| java.io.NotSerializableException: org.enhydra.shark.Shark | jvm 1| at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156) | jvm 1| at