[jboss-jira] [JBoss JIRA] Commented: (JBAS-6410) JBoss Security (2.0.2.SP3) serialVersionUID breaks interoperability with external tools (e.g. JBoss Tools)

Saverio Trioni (JIRA) jira-events at lists.jboss.org
Mon Jan 26 05:01:44 EST 2009


    [ https://jira.jboss.org/jira/browse/JBAS-6410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12449649#action_12449649 ] 

Saverio Trioni commented on JBAS-6410:
--------------------------------------

Ok. The new class is working correctly, but there is another instance of both the offending classes in the package /client/jboss-client.jar.

~/jboss-5.0.0.GA$ serialver -classpath client/jbosssx-client.jar org.jboss.crypto.JBossSXProvider
org.jboss.crypto.JBossSXProvider:    static final long serialVersionUID = 1L;
~/jboss-5.0.0.GA$ serialver -classpath client/jbosssx-client.jar org.jboss.security.SimplePrincipal
org.jboss.security.SimplePrincipal:    static final long serialVersionUID = 1L;


After zipping the new classes from Security 2.0.2.SP4 into the client jar the server started just fine.

> JBoss Security (2.0.2.SP3) serialVersionUID breaks interoperability with external tools (e.g. JBoss Tools)
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-6410
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6410
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Security
>    Affects Versions: JBossAS-5.0.0.GA
>            Reporter: Saverio Trioni
>            Assignee: Anil Saldhana
>             Fix For: JBossAS-5.0.1.GA, JBossAS-5.1.0.Beta1, JBossAS-6.0.0.Alpha1
>
>
> The current version of deployed jbosssx.jar contains a class with the wrong serialVersionUID (set to 1L instead of default value).
> This prevents a server to deploy and communicate with JBossTools in eclipse.
> The code issue is already taken care of:
> https://jira.jboss.org/jira/browse/SECURITY-341
> and the resolution is due in SP4.
> But it's critical to deliver the updated package within the next point release of the app server.

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