[JBoss-user] Beans doesn't work when looked up from a Linux OS-Exception in thread "main" java.lang.NoClassDefFoundError: javax/transaction/TransactionManager

2001-05-17 Thread Indika Fernando
I am accessing Bean services from my client PC which is windows 2000 os and The beans are deployed in another machine which runs windows 2000 OS and I am using a jboss server .When I access the beans services from my client machine that is windows 2000 os I get the required results correctly .

Re: [JBoss-user] Beans doesn't work when looked up from a Linux OS-Exception in thread "main" java.lang.NoClassDefFoundError: javax/transaction/TransactionManager

2001-05-18 Thread danch (Dan Christopherson)
Most likely you just have some stuff in your system classpath on your Windows box that you don't have on your Linux systems classpath. This stuff is in jta-spec1_0_1.jar. Your client will need most of the jar files in JBoss' client directory in its classpath. -danch Indika Fernando wrote: >