[jboss-user] [EJB/JBoss] - Re: No ClassLoaders found

2007-06-02 Thread jijisv
Hi,

I'm also facing the same issue with JBoss 5.0.
I started getting this error wen i configured both remote and local interface 
in the diployment descrptor...

the error 

  | jboss.j2ee:jndiName=AdviserBean,service=EJB - 
java.lang.ClassNotFoundException: No ClassLoaders found for: 
net.jjs.adviser.LocalAdviserHome
  | 

the descriptor:


  | ?xml version=1.0 encoding=UTF-8?
  | !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise 
JavaBeans 2.0//EN http://java.sun.com/dtd/ejb-jar_2_0.dtd;
  | ejb-jar
  | enterprise-beans
  | session
  | display-nameAdviser Bean/display-name
  | ejb-nameAdviserBean/ejb-name
  | homenet.jjs.ejb.adviser.AdviserHome/home
  | remotenet.jjs.ejb.adviser.Adviser/remote
  | 
local-homenet.jjs.adviser.LocalAdviserHome/local-home
  | localnet.jjs.adviser.LocalAdviser/local
  | ejb-classnet.jjs.ejb.adviser.AdviserBean/ejb-class
  | session-typeStateless/session-type
  | transaction-typeContainer/transaction-type  

  | /session
  | /enterprise-beans
  | assembly-descriptor
  | container-transaction
  | method
  | ejb-nameAdviserBean/ejb-name
  | method-namegetAdvice/method-name
  | /method
  | trans-attributeRequired/trans-attribute
  | /container-transaction
  | /assembly-descriptor
  | /ejb-jar
  | 
  | 

any thoughts??

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4050715#4050715

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4050715
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: No ClassLoaders found

2007-06-02 Thread jaikiran
anonymous wrote : net.jjs.adviser.LocalAdviserHome

Are you sure this class is present in your application package?

homenet.jjs.ejb.adviser.AdviserHome/home
  | remotenet.jjs.ejb.adviser.Adviser/remote
  | local-homenet.jjs.adviser.LocalAdviserHome/local-home
  | localnet.jjs.adviser.LocalAdviser/local
  | ejb-classnet.jjs.ejb.adviser.AdviserBean/ejb-class

Going by the package structure of your remote, remote-home and the ejb class, i 
guess your local and local home are present in the net.jjs.ejb.adviser package 
and NOT net.jjs.adviser. Is that right?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4050718#4050718

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4050718
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: No ClassLoaders found

2007-05-07 Thread m.shinde
I resolved this problem by defining components.xml file in JAR. But I don't 
know this is the perfect way to do. I have not defined anything into that ...




Might be Seam looking for this file and defining the classes...



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4043700#4043700

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043700
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: No ClassLoaders found

2007-05-03 Thread m.shinde
Yes ManageOrders file present there.

I am not able to understand why this error is coming.

Please suggest!.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4042724#4042724

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042724
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: No ClassLoaders found

2007-05-02 Thread jaikiran
anonymous wrote : java.lang.ClassNotFoundException: No ClassLoaders found for: 
de.bonprix.orderstarter.service.ManageOrders 

Did you check whether this class is present in your deployed application?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4042441#4042441

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042441
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user