[jboss-jira] [JBoss JIRA] Updated: (JBREM-808) Remove dependencies on ObjectNameFactory from JBoss JMX

Ron Sigal (JIRA) jira-events at lists.jboss.org
Tue Oct 2 20:37:13 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBREM-808?page=all ]

Ron Sigal updated JBREM-808:
----------------------------

        Fix Version/s: 2.4.0.Beta1 (Pinto)
    Affects Version/s: 2.2.2.SP1
                       2.4.0.Beta1 (Pinto)

> Remove dependencies on ObjectNameFactory from JBoss JMX
> -------------------------------------------------------
>
>                 Key: JBREM-808
>                 URL: http://jira.jboss.com/jira/browse/JBREM-808
>             Project: JBoss Remoting
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.SP1
>            Reporter: Julien Viet
>             Fix For: 2.4.0.Beta1 (Pinto)
>
>
> It happens when my POJO has not been bound on the transporter server, it looks like the transporter client is trying to do some fail over.
> This make JBoss Remoting depends on the JBoss JMX implementation. That makes JBoss Remoting more difficult to embed and reuse.
> I think that the ObjectNameFactory class could be easily ported to JBoss Remoting without any harm done. However perhaps JBoss Remoting has more dependencies on JBoss JMX that I don't know that would prevent to remove such dependency.
>    [junit_] Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/mx/util/ObjectNameFactory
>    [junit_]     at org.jboss.remoting.transporter.InternalTransporterServices.<clinit>(InternalTransporterServices.java:41)
>    [junit_]     at org.jboss.remoting.transporter.TransporterClient.findAlternativeTarget(TransporterClient.java:330)
>    [junit_]     at org.jboss.remoting.transporter.TransporterClient.invoke(TransporterClient.java:301)
>    [junit_]     at $Proxy0.getInfo(Unknown Source)
>    [junit_]     at org.jboss.portal.test.framework.driver.remote.RemoteTestDriverClient.getInfo(RemoteTestDriverClient.java:107)

-- 
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