Markovic, Perica (FF) <mailto:[EMAIL PROTECTED]> once said: > Where can I found a documentation about that?
Each of the Ant task pages describes the "pattern" attribute. For remote interfaces, look at http://xdoclet.sourceforge.net/ant/xdoclet/modules/ejb/home/HomeInterfac eSubTask.html ``Attribute: pattern Description: The pattern by which the home interfaces are named. {0} designates the EJB name. Required: No, defaults to {0}Home'' Well, right there I see that the default is "{0}Home" and not "{0}RemoteHome". Therefore you will need to override the defaults for the remote interface and home. Looking at the docs for @ejb.interface http://xdoclet.sourceforge.net/tags/[EMAIL PROTECTED](0..1 ) I see that the {0} isn't mentioned. :( David Harkness Sr. Software Engineer Sony Pictures Digital Networks (310) 482-4756 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
