1 Reply Latest reply on Oct 24, 2005 3:50 AM by martinganserer

    Deployment problem

    martinganserer

      Hello,

      in my first tests I always created one ejb file and deployed it to JBOSS. That worked fine.
      But now I have tried to separate the entity beans and service beans. I created a par and an ejb file. At the first look everything looks fine. But when I deploy both files I get an error like this:

      08:45:52,890 WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=ForecastEntity.par
      java.lang.ClassNotFoundException: No ClassLoaders found for: com.kontron.fc.ejb.ABCCode
       at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:292)
       at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:475)
       at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:377)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
      
      ...
      


      Can somebody please help me?