[jboss-jira] [JBoss JIRA] Commented: (JBAS-3655) Reduce logging for the construction of interceptor in ModelMBeanInvoker
Anil Saldhana (JIRA)
jira-events at jboss.com
Thu Sep 14 09:27:38 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3655?page=comments#action_12343318 ]
Anil Saldhana commented on JBAS-3655:
-------------------------------------
As long as there is no lengthy exception, I am fine. I do not think there is a necessity for every interceptor to have an injection of MBeanInvoker.
Please close the issue. I am not adding the ctrs to AuthxxxInterceptors.
> Reduce logging for the construction of interceptor in ModelMBeanInvoker
> -----------------------------------------------------------------------
>
> Key: JBAS-3655
> URL: http://jira.jboss.com/jira/browse/JBAS-3655
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Security, JMX
> Affects Versions: JBossAS-4.0.5.CR1, JBossAS-3.2.8.SP1
> Reporter: Anil Saldhana
> Assigned To: Anil Saldhana
> Priority: Minor
> Fix For: JBossAS-5.0.0.Beta, JBossAS-3.2.8.SP2, JBossAS-4.0.5.GA
>
>
> 2006-09-12 11:59:11,238 DEBUG [org.jboss.mx.modelmbean.ModelMBeanInvoker] Failed to invoke ctor(MBeanInvoker) for: class org.jboss.jmx.connector.invoker.AuthenticationInterceptor
> java.lang.NoSuchMethodException: org.jboss.jmx.connector.invoker.AuthenticationInterceptor.<init>(org.jboss.mx.server.MBeanInvoker)
> at java.lang.Class.getConstructor0(Class.java:2678)
> at java.lang.Class.getConstructor(Class.java:1629)
> at org.jboss.mx.modelmbean.ModelMBeanInvoker.getInterceptors(ModelMBeanInvoker.java:739)
> at org.jboss.mx.modelmbean.ModelMBeanInvoker.configureInterceptorStack(ModelMBeanInvoker.java:678)
> at org.jboss.mx.modelmbean.XMBean.configureInterceptorStack(XMBean.java:400)
> at org.jboss.mx.modelmbean.ModelMBeanInvoker.init(ModelMBeanInvoker.java:504)
> at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:486)
> at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
> .....
> 2006-09-12 11:59:11,491 DEBUG [org.jboss.mx.modelmbean.ModelMBeanInvoker] Failed to invoke ctor(MBeanInvoker) for: class org.jboss.jmx.connector.invoker.AuthorizationInterceptor
> java.lang.NoSuchMethodException: org.jboss.jmx.connector.invoker.AuthorizationInterceptor.<init>(org.jboss.mx.server.MBeanInvoker)
> at java.lang.Class.getConstructor0(Class.java:2678)
> at java.lang.Class.getConstructor(Class.java:1629)
> at org.jboss.mx.modelmbean.ModelMBeanInvoker.getInterceptors(ModelMBeanInvoker.java:739)
> at org.jboss.mx.modelmbean.ModelMBeanInvoker.configureInterceptorStack(ModelMBeanInvoker.java:678)
> at org.jboss.mx.modelmbean.XMBean.configureInterceptorStack(XMBean.java:400)
> at org.jboss.mx.modelmbean.ModelMBeanInvoker.init(ModelMBeanInvoker.java:504)
> at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:486)
> at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
> at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
> at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list