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, Byte, int, Integer, Character, char etc.
> ejbCreate complete OK, but if I have used a char argumnet to any of these funtions 
>Method.invoke throws an InvocationTargetException - presumably refering to the proxy, 
>since by this time my code gas completed fine (even if I do use char-s) I get a 
>NoClassDefFoundError for
> - wait for it - "java/lang/Char". I'm not trying to use anything of this type in my 
>code (Which as we all know is a non existant Class anyway; Hmmm), which leaves one 
>culprit. Here's the stack trace:
> Please let me know if this is genuine bug, My Apologies if it's not!
> 




_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to