[ http://jira.jboss.com/jira/browse/JBAS-1552?page=comments#action_12316638 ] Scott M Stark commented on JBAS-1552: -------------------------------------
These are the current mismatches I am seeing in the javax.ejb javax.enterprise javax.jms javax.resource javax.security javax.transaction javax.xml and javax.management package namespaces: Class Name J2EE RI 1.4.1 SerialVersionUID Branch_4_0 SerialVersionUID javax.enterprise.deploy.spi.status.ProgressEvent 7815118532096485937 3097551795061550569 javax.management.InvalidApplicationException -3048022274675537269 2164571879317142449 javax.management.InvalidAttributeValueException 2164571879317142449 -3048022274675537269 javax.management.relation.RelationNotFoundException -3793951411158559116 5434016005679159613 javax.resource.ResourceException 547071213627824490 4770679801401540475 javax.resource.spi.ConnectionEvent 5611772461379563249 2776168349823367611 javax.resource.spi.InvalidPropertyException -485903720300735741 -2395559483586818078 javax.resource.spi.work.WorkEvent -3063612635015047218 6971276136970053051 javax.security.jacc.EJBMethodPermission 1 141000 javax.security.jacc.EJBRoleRefPermission 1 141000 javax.security.jacc.WebUserDataPermission 1 141000 javax.security.jacc.WebRoleRefPermission 1 141000 javax.security.jacc.WebResourcePermission 1 141000 javax.xml.rpc.ServiceException -6582148924441189775 -4042547292194127311 javax.xml.soap.SOAPException 5083961510786058130 -4385552115225336830 javax.xml.registry.JAXRException -396751348710944315 -4890474253443089374 javax.xml.namespace.QName -3852060120346905000 4418622981026545151 javax.xml.rpc.JAXRPCException 5213579554532711730 2012915834079496799 javax.xml.rpc.soap.SOAPFaultException -7224636940495025621 -290987278985292477 javax.xml.registry.RegistryException -2972094643801708304 5830899222180533586 > JBoss use wrong version of javax.resource.ResourceException class file > ---------------------------------------------------------------------- > > Key: JBAS-1552 > URL: http://jira.jboss.com/jira/browse/JBAS-1552 > Project: JBoss Application Server > Type: Bug > Components: JCA service > Versions: JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final > Environment: All platforms > Reporter: Manfred Rosenboom > Fix For: JBossAS-4.0.2 Final > Attachments: build.properties, build.xml > > > When passing a javax.resource.ResourceException via RMI into the JBoss > application server we get the following error message: > ... > javax.resource.ResourceException; local class incompatible: stream classdesc > serialVersionUID = 547071213627824490, local class serialVersionUID = > 4770679801401540475 > at net.fsc.jca.tutorial.SimpleOltpConnectBean.callService(Unknown > Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.jboss.invocation.Invocation.performCall(Invocation.java:345) > ... > When comparing class files, you can see, that JBoss 4.0.x doesn't use the > same class file as is used in Sun's j2ee.jar (J2EE 1.4 reference > implementation). > Both Sun Java System Application Server Platform Edition 8.1 2005Q1 and > Oracle OC4J 10.1.3 use the same class file, which differes from the JBoss > version. So I assume, that this is a JBoss related problem. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
