COOL! Actually this is a good thing as I had not tested to make sure that signed jars 
could not be modified.

But, to solve your problem, with JBoss DR2, I think if you modify jboss-service.xml 
where AspectManagerService is defined you can do

You have to make sure that any pointcuts you have defined to not target any classes 
within your JCE provider.  I think you can do this in DR2:


  | [mbean code="org.jboss.aop.deployment.AspectManagerService"
  |       name="jboss.aop:service=AspectManager"]
  |     [attribute name="ConvertAll"]false[/attribute]
  | [/mbean]
  | 

DR3 does not have this switch.  In DR3 (CVS HEAD now to be released mid March), JBoss 
will not modify any classes at loadtime if you do not declare a pointcut on it.  In 
DR3 you can also decide to do precompilation of Class files rather than doing 
class-loadtime AOP.  In other words, you can turn class-loadtime instrumentation.

Let me know if this helps.

bill 

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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to