[jboss-jira] [JBoss JIRA] Commented: (JBREM-549) remove dependancy on concurrent.jar within remoting client

Tom Elrod (JIRA) jira-events at jboss.com
Wed Jul 19 16:16:11 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBREM-549?page=comments#action_12339797 ] 
            
Tom  Elrod commented on JBREM-549:
----------------------------------

UID is a bust as even sun admits does not work well.  UUID is a better option, but only available in 1.5

> remove dependancy on concurrent.jar within remoting client
> ----------------------------------------------------------
>
>                 Key: JBREM-549
>                 URL: http://jira.jboss.com/jira/browse/JBREM-549
>             Project: JBoss Remoting
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: general
>    Affects Versions: 2.0.0.Beta2 (Boon)
>            Reporter: Tom  Elrod
>         Assigned To: Tom  Elrod
>             Fix For: 2.0.0.CR1 (Boon)
>
>
> Currently, the remoting clients will require concurrent.jar to be on the classpath because org.jboss.util.id.GUID is used to create the client session id.  Problem is that org.jboss.util.id.GUID is what requires concurrent.jar.  So will either need to modify the code within jboss common repository or find another class to use for generating the client session id.
> java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/SynchronizedLong
>         at org.jboss.util.id.UID.<clinit>(UID.java:56)
>         at org.jboss.util.id.VMID.create(VMID.java:259)
>         at org.jboss.util.id.VMID.getInstance(VMID.java:223)
>         at org.jboss.util.id.GUID.<init>(GUID.java:65)
>         at org.jboss.remoting.Client.<init>(Client.java:133)
>         at org.jboss.remoting.Client.<init>(Client.java:210)
>         at org.jboss.remoting.Client.<init>(Client.java:191)
>         at org.jboss.test.remoting.transport.InvokerClientTest.init(InvokerClientTest.java:80)

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