Patches item #466763, was opened at 2001-10-01 01:44
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=466763&group_id=22866

Category: JBossServer
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Neale Swinnerton (neales)
Assigned to: Nobody/Anonymous (nobody)
Summary: remove misleading xdoclet tag

Initial Comment:
Patch #465992 converted the jboss ejbdoclet usage to
xdoclet. 

Part of this was to convert

@ejb:remote-method

tags to...

@ejb:interface-method type="remote"

Dmitri Colebatch <[EMAIL PROTECTED]> pointed out on
jboss-dev that the type="remote" is optional. In fact
the type="remote" is an invalid attribute, it should be
view-type="remote", which is optional. The method level
view-type tag inherits from the class level one, which
defaults to view-type="remote"
xdoclet is silently ignoring the current attribute.
This could lead to confusion in the future. This patch
removes the invalid and misleading type="remote" attribute.

Patch created with....
 cvs diff -u
./admin/src/main/org/jboss/admin/beans/AdminServerBean.java
./admin/src/main/org/jboss/admin/beans/SystemMonitorBean.java
./server/src/main/org/jboss/jmx/adaptor/ejb/EJBAdaptorBean.java
> ejbdoclet.to.xdoclet.patch.2 



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=466763&group_id=22866

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

Reply via email to