I am using a version of jboss-head from a couple weeks ago (it still claims to be DR3, but it isn't completely courrent).
I edited the AspectManagerService to look like so: <mbean code="org.jboss.aop.deployment.AspectManagerService" | name="jboss.aop:service=AspectManager"> | <!--attribute name="MethodFilter">ALL</attribute> | <attribute name="FieldFilter">ALL</attribute> | <attribute name="ConstructorFilter">ALL</attribute--> | <attribute name="ConvertAll">false</attribute> | </mbean> | and still when I try to access my provider I get a stack trace that begins: | java.lang.SecurityException: The provider BC may not be signed by a trusted party | at javax.crypto.SunJCE_b.a(DashoA6275) | at javax.crypto.Cipher.a(DashoA6275) | at javax.crypto.Cipher.getInstance(DashoA6275) | at org.jboss.net.axis.security.plugins.WSSecurityDomain.loadProvider(WSSecurityDomain.java:353) | at org.jboss.net.axis.security.plugins.WSSecurityDomain.create(WSSecurityDomain.java:240) | I guess I should update my tree and try it again. In the mean time, any other ideas? -jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822606#3822606 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822606 ------------------------------------------------------- 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
