Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-749

org.jboss.ejb3.remoting.IsLocalInterceptor does not has a SerialVersionUID and causes problems when using jboss-ejb3-client.jar to access remote session bean

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • AS 4.2.0 GA, AS 5.0.0.Beta3
    • EJB 3.0 RC9 - FD, EJB 3.0 RC9 - Patch 1, AS 4.2.0 GA
    • EJB3 Extensions
    • None
    • Workaround Exists
    • Hide

      When removing jboss-ejb3-client.jar and instead using the same jar as the server, it works fine.

      I guess the resolution may be to add a SerialVersionUID for org.jboss.ejb3.remoting.IsLocalInterceptor

      Show
      When removing jboss-ejb3-client.jar and instead using the same jar as the server, it works fine. I guess the resolution may be to add a SerialVersionUID for org.jboss.ejb3.remoting.IsLocalInterceptor
    • Low

    Description

      When using jboss-ejb3-client.jar to lookup a remote interface of an ejb3 stateless session bean I get this exception:

      Exception: javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.ejb3.remoting.IsLocalInterceptor; local class incompatible: stream classdesc serialVersionUID = -3758782076801249473, local class serialVersionUID = 595045557897063404]

      When removing jboss-ejb3-client.jar and instead using the same jar as the server, it works fine.

      I guess the resolution may be to add a SerialVersionUID for org.jboss.ejb3.remoting.IsLocalInterceptor

      Attachments

        Issue Links

          Activity

            People

              bstansbe@redhat.com Brian Stansberry
              pesalomo_jira Peter Salomonsen (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: