[JBoss-user] [EJB/JBoss] - NoClassDefFoundError with message-driven bean

2006-03-27 Thread bjoern.eilers
Hi! I have deployed a message-driven in JBoss 4.0.3RC1 whose onMessage() method creates an instance of an utility object that I have deployed within the same JAR file as the MDB. However, whenever I send a message to the Topic that the bean is listening to, I receive a NoClassDefFoundError sayi

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError with Proxy classes on AIX

2006-03-02 Thread jasonb2
I'm running into a problem on AIX when looking up EJB's. I get a NoClassDefFoundError on a $Proxy class when I look up EJB's either in the same JBoss instance or in a remote instance. Below are links to a few posts up to 4 years old where people have had the same problem but no resolution, wor

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError and DeploymentException

2005-11-21 Thread karanmg
My EJB skills are not really the best, and I am trying to deploy this application written by someone else on JBoss AS 4.0.3SP1. The system is running Windows XP with JDK 1.5_05. If someone could help me out with getting this setup, it would be really great, as I have already spent a considerabl

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError on client side

2005-07-25 Thread [EMAIL PROTECTED]
Hello! I deployed some EJB3 session beans with JBoss 4.0.3RC1 without errors but I always get a NoClassDefFoundError when I call a method on the client. Here are some lines of the (console) test client: InitialContext ctx = new InitialContext(); | RemoteSearch search = (RemoteSearch) ctx.looku

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError

2005-05-09 Thread gkrannich
Hello, when deploying my .ear file I get a "NoClassDefFoundError: BuchungDetailsBean" The BuchungDetailsBean is a JavaBean in a "office.war" file and is meant to be used in the session bean within a ejb-jar file. I already put a "class-path: Office.war" line in the ejb-jar's manifest. import g

[JBoss-user] [EJB/JBoss] - noClassDefFoundError

2005-02-10 Thread haripriya
Hi all, I have a session bean called TestBean, which accesses a form class called EmployeeForm. It is returning noclassdef error. Do I have to specify any thing in Manifest.mf ? Everything else is fine. I am able to access the bean from the classes in web-inf. Thanks to all for your time. This

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError

2004-08-26 Thread biggeronimo
Hi, I have deployed a bean, which try to use some classes from a jar. The jar exists in the ear file. After making a request, the server throws a java.lang.NoClassDefFoundError exception. I have copied the jar file to the server/default/lib directory, but the server still can not find the class

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError in JBoss 3.2.5 but not in 3.2.3

2004-06-30 Thread fljmayer
I have an EAR that runs fine on JBoss 3.2.3, but when I deploy it on 3.2.5 I always get a NoClassDefFoundError. The problem class is within a JAR in the EAR. That JAR is on the Class-Path of the manifest file inside of the JAR with our EJBs. I also tried putting the JAR with the problem class in

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError

2004-02-05 Thread nagulapati
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820393#3820393 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820393 Hi All, Does anyone know how to deploy interface classes in JBoss? I am always getting a NoClassDef