[jboss-user] [EJB/JBoss] - Re: InstantiationException: org.apache.log4j.Logger

2008-08-11 Thread adam_p_wells
Hi All, Many thanks jaikiran, rapowder - your solution has worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169974#4169974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169974 ___

[jboss-user] [EJB/JBoss] - Re: InstantiationException: org.apache.log4j.Logger

2008-08-06 Thread rapowder
Declaring the Logger as static should also solve the problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168897#4168897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168897 __

[jboss-user] [EJB/JBoss] - Re: InstantiationException: org.apache.log4j.Logger

2008-07-31 Thread jaikiran
Have you used log4j Logger in your code? How have you declared it? The org.apache.log4j.Logger is not serializable. You probably will have to declare it as transient. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167843#4167843 Reply to the post : http://

[jboss-user] [EJB/JBoss] - Re: InstantiationException: org.apache.log4j.Logger

2008-07-30 Thread adam_p_wells
This is the stack trace from when it breaks on login to the system: | 10:53:19,250 ERROR [SeamLoginModule] Error invoking login method | javax.el.ELException: javax.ejb.EJBTransactionRolledbackException: java.lang.RuntimeException: org.jboss.serial.exception.SerializationException: Could no