Hi, I have an EJB3 application running on JBoss 4.2.0-GA. Externally, from my 
Eclipse, I built successfully an Initial context. When I try a lookup on the 
Context, I get the following exception:


  | Exception in thread "main" java.lang.NoSuchFieldError: TRACE
  |     at 
org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
  |     at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122)
  |     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:620)
  |     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
  |     at javax.naming.InitialContext.lookup(Unknown Source)
  | 
  | 
  | I have got jbossall-client and all the other relevant libraries in my path. 
I'm also using JDK6. Could this be the reason?
  | 
  | Regards
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055014#4055014

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055014
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to