[jboss-user] [JBoss Eclipse IDE (users)] - Type safe bean interfaces (Java 5)

tvoelker do-not-reply at jboss.com
Thu Jan 4 06:58:40 EST 2007


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



More information about the jboss-user mailing list