Short answer Try: 

  | $ run -c all 
  | 

Long answer:
It is not really a problem, let me explain:

If you get a clean download of JBoss Application Server and set EnableTransformer to 
true, you will see those stack traces.  Why?

When you set EnableTransformer to true, it will try and transform every single loaded 
class in Jboss.  This means Jboss classes.

Unfortunately, with the "default" configuration, a bunch of JBoss classes reference 
classes that are not within the "default" configuration.  i.e. jboss cache and 
webservices.  AOP will not be able to transform these files because it cannot resolve 
all the classes a particular transformed class is transforming.

Does running with "all" configuration solve your problem?

Bill

P.s.  apologies....I actually looked at this problem the first time you posted but 
forgot to reply!

 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846886


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to