I am trying to add a JCE provider at runtime. This provider is supplied as a signed jar file. When I have this jar file within my sar file, AOP appears to rewrite (modify the bytecode of?) the classes causing them to no longer be valid as signed.
The net effect of this is I am able to load the JCE provider, but I am not able to actually use it, as the java security manager whines "The provider may not be signed by a trusted party." If I comment out the AspectManagerService from the conf/jboss-service.xml file the provider can be loaded and used successfully. Is there a way to tell the AspectManager to not touch any of the classes found in this signed jar? Is it possible to do this from within the sar I am trying to deploy? Any help would be appreciated -jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822588#3822588 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822588 ------------------------------------------------------- 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
