hi

i'm trying to get anything working and to date nothing does.

So i decided to go back to scratch and download the stateless tutorial and it 
compiles, deploys and after having to add some external libs i now get the 
following message.

Exception in thread "main" java.lang.NoClassDefFoundError: 
EDU/oswego/cs/dl/util/concurrent/ThreadFactory
        at 
org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:38)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:66)
        at 
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:44)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:66)
        at 
org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:38)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:66)
        at 
org.jboss.aspects.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:32)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:66)
        at 
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:82)
        at $Proxy0.add(Unknown Source)
        at jboss.tutorial.stateless.client.Client.main(Client.java:21)


I must be doing something wrong coz it just can't be this hard. I've spent days 
dicking around trying to get things to run but to no avail. 

help I don't have enough hair to lose any more.

btw i'm using eclipse 3.1 & JB 1.5.0 M2


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3892972


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to