[jboss-jira] [JBoss JIRA] Created: (JBAOP-693) Use jarjar to rename classes in jboss-mdr and jboss-reflect for AS 4.2.x aop deployer

Kabir Khan (JIRA) jira-events at lists.jboss.org
Mon Jan 19 07:05:14 EST 2009


Use jarjar to rename classes in jboss-mdr and jboss-reflect for AS 4.2.x aop deployer
-------------------------------------------------------------------------------------

                 Key: JBAOP-693
                 URL: https://jira.jboss.org/jira/browse/JBAOP-693
             Project: JBoss AOP
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Kabir Khan
            Assignee: Flavia Rainone
             Fix For: 2.0.1.GA, 2.1.0.GA


AS 4.2.x jboss-beans.deployer bundles MC 1.0.x, we have classes from MC 2.0.x in the aop deployer. The clashing classnames causes problems on startup on AS 4.2.x such as:
Caused by: java.lang.NoSuchMethodError: org.jboss.beans.info.spi.BeanInfoFactory.getBeanInfo(Ljava/lang/ClassLoader;Lorg/jboss/classadapter/spi/ClassAdapter;)Lorg/jboss/beans/info/spi/BeanInfo;
	at org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:60)
	at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.getImplementation(PropertyKernelConfig.java:155)
	at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.createKernelInitializer(PropertyKernelConfig.java:123)
	at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:150)
	... 101 more

We should rename the classes in jboss-reflect.jar and jboss-mdr.jar and update the imports in the code that uses them using jarjar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list