[JBoss-dev] JBoss internal problem!!!

2002-02-07 Thread Colin Thorburn
I'm using (JBoass 2.4.1 + Tomcat) reflection to have ejbCreate call an initialisation class. This class calls ejb public members having single arguments - byte, Byte, int, Integer, Character, char etc. ejbCreate complete OK, but if I have used a char argumnet to any of these funtions

Re: [JBoss-dev] JBoss internal problem!!!

2002-02-07 Thread danch
the java.lang.char issue is a JVM bug: if you have 'char' parameter the serialization stuff pukes. danch Colin Thorburn wrote: I'm using (JBoass 2.4.1 + Tomcat) reflection to have ejbCreate call an initialisation class. This class calls ejb public members having single arguments - byte,