Quoting Hannes Erven <[EMAIL PROTECTED]>: > Hi Dasarath, > > > > [javac] symbol : constructor IllegalArgumentException > (java.lang.String,org > > .apache.axis.AxisFault) > > That's a rather strange thing: did you compile on java 1.4 ? Although
Yes. > I've set the source level to 1.4, my 5SE and 6SE compilers do not > complain about this call. However the Javadoc for the > IllegalArgumentException constructors states that this method was > introduced in 1.5, so the compilers should complain... > > Could you please change line 269 in the > ba.participant.AbstractParticipant to > > throw new RuntimeException( > > (RuntimeException instead of IllegalArgumentException) ? That > constructor was introduced in 1.4. so it should be fine to use it. Its OK now. What's next? I suppose I have now checked in all the code. I know that there was another patch on sample code-- and a big one too:( How about completing the docs on the website and I'll let you do the rest yourself:-) Thanks and well done! --dasarath > > > > Sorry for the inconvenience, I assumed it to be safe to set the source > compliance down to ensure 1.4 compatibility... > > > Thanks & best regards, > > -hannes > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
