Figured it out ... array declarations in inner interface/class of an EJBObject 
interface are not allowed ...

In the example, moving this to another place removed the warnings

    String[] consArray = {"A", "B", "C", "D"}; 

    int[] consArray2 = new int[] {0, 1, 2}; 

- dsn


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878834#3878834

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878834


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to