[jboss-user] [EJB/JBoss] - Re: [URGENT] Classloading issue

2006-07-24 Thread beugeair
Hi,

I don't take care about this, but now I think it's important !

The classloader is looking for the class :
si3si.metier.quartierforce.client.vo.VoAdrEml
and
si3si.metier.quartierforce.client.vo.VoAdrEmlBeanInfo
which doesn't appears anywhere inside de source code, is one library generating 
java code at runtime (*BeanInfo.java) ?

A begining of explanation :
A *BeanInfo class is generated during the busyness execution os when the Vo is 
given to the WebApp, it want to unserialize a class (Vo*BeanInfo) which isn't 
in the classpath ... but the question is WHO is doing the code generation !

Still investigating ...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958458
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: [URGENT] Classloading issue

2006-07-17 Thread beugeair
Hello,

I try to enable the jar index capabilites in order to give to Jboss the 
INDEX.LIST inside every generated bundle to :
- accelerate the class loading ...
- and upgrade the accuracy of JBoss class loader ...

But it doesn't work anymore

Still investigating ...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958430
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: [URGENT] Classloading issue

2006-07-13 Thread beugeair
So I use this commande :
> jar -tf force-webapp-vpt-020708.war
  | [...]
  | 
WEB-INF/lib/force-quartier-facturation-020708.jarWEB-INF/lib/force-quartier-force-020708.jarWEB-INF/lib/force-quartier-livraison-020708.jar
  | [...]
  | 

It display all the content of the webapp, the VoAdrEml isn't inside 
WEB-INF/classes because it is inside the ejb-client-jar ...
WEB-INF/lib/force-quartier-force-020708.jar
... which appear in the webApp content.

I remember that the webapp is class loader isolated.

I don't understand why jboss can't find this class but load successfully the 
VoPdv class which is in the same WEB-INF/lib/force-quartier-force-020708.jar.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957719
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: [URGENT] Classloading issue

2006-07-13 Thread jaikiran
anonymous wrote : but the class IS INSIDE THE WEBAPP 

Run the following command from the prompt and post your output:

jar -tf yourApp.ear

or 

jar -tf yourApp.war

This will display the contents and the directory structure of your application.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957694
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: [URGENT] Classloading issue

2006-07-13 Thread beugeair
thx,

I've seen the first two link with no results, but the logging tell this :

  | [...]
  | [2098372,RepositoryClassLoader,http-0.0.0.0-8080-3] loadClassLocally, 
[EMAIL PROTECTED] 
url=file:/D:/gwallet/tools/j2ee/jboss-4.0.3SP1/server/default/tmp/deploy/tmp23128jboss-service.xml
 ,addedOrder=2} name=si3si.metier.quartierforce.client.vo.VoAdrEml
  | [2098372,RepositoryClassLoader,http-0.0.0.0-8080-3] findClass, 
name=si3si.metier.quartierforce.client.vo.VoAdrEml
  | [2098388,RepositoryClassLoader,http-0.0.0.0-8080-3] CFNE: Adding to 
blacklist: si3si.metier.quartierforce.client.vo.VoAdrEml
  | [2098388,RepositoryClassLoader,http-0.0.0.0-8080-3] CFNE: Adding to 
blacklist: si3si.metier.quartierforce.client.vo.VoAdrEml
  | [2098388,RepositoryClassLoader,http-0.0.0.0-8080-3] loadClassLocally, 
[EMAIL PROTECTED] 
url=file:/D:/gwallet/tools/j2ee/jboss-4.0.3SP1/server/default/tmp/deploy/tmp23128jboss-service.xml
 ,addedOrder=2} name=si3si.metier.quartierforce.client.vo.VoAdrEml not found
  | 

The classloader is blacklisting the class because it don't find it inside the 
webapp, but the class IS INSIDE THE WEBAPP ?

Don't understand ...


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957682
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: [URGENT] Classloading issue

2006-07-12 Thread jaikiran
Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases

http://wiki.jboss.org/wiki/Wiki.jsp?page=EnableClassloaderLogging



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957638
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user