Latest JBoss IDE versions support type safe business methods e.g. like
/**
| * only for testing
| * @ejb.interface-method view-type = "both"
| * @ejb.permission role-name = "Default"
| */
| public ArrayList<String> getSomeStrings()
| {
| ...
| }
|
But the interface methods will be always generated unsafe like
/**
| * only for testing
| */
| public java.util.ArrayList getSomeStrings( )
| throws java.rmi.RemoteException;
|
Is this a known problem or is something wrong with my xdoclet configuration?
Thanks in advance
Torsten
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997890#3997890
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997890
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user