You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by Hirsch Clemens OSP sIT <Cl...@s-itsolutions.at> on 2009/01/08 18:14:52 UTC

Rampart 1.4 not JDK 1.4 compatible

Hello!

I have a problem with Rampart 1.4 running with JDK 1.4.2
When running my application I get this error:
java.lang.NoSuchMethodError: java.lang.Integer.valueOf(I)Ljava/lang/Integer;
        at org.apache.rampart.util.HandlerParameterDecoder.processParameters(HandlerParameterDecoder.java:151)
        at org.apache.rampart.handler.WSDoAllSender.processBasic(WSDoAllSender.java:94)
        at org.apache.rampart.handler.WSDoAllSender.processMessage(WSDoAllSender.java:64)
        at org.apache.rampart.handler.WSDoAllHandler.invoke(WSDoAllHandler.java:72)
        at org.apache.axis2.engine.Phase.invoke(Phase.java:317)
        at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:429)
        at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
        at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
        at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
        at at.spardat.bcrwebservice.accountlist.client.generated.ESB_RS_AccountList_ServiceStub.execute(ESB_RS_AccountList_ServiceStub.java:183)
        at at.spardat.bcrwebservice.test.accounts.SimpleAccountListTest.testSimpleAccountlist(SimpleAccountListTest.java:40)
        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 junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128)
        at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
        at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
        at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
        at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
        at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)

It seems that this is a know issue (see http://markmail.org/message/w34bdtvnce56tpaf).

Is there a "official" statement that Rampart will support java 1.4, or is java 1.5 the minimum supported system requirement?
And is there a bugfix release planed for rampart 1.4 (which will be java 1.4 compatible)?

G&T
Clemens Hirsch