Update of
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/descriptor
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26236/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/descriptor
Modified Files:
asm-descriptor.jelly EjbJarXmlPlugin.java
Log Message:
- EjbConfig is now a dummy plugin. Eases doc generation and simplifies
dispersion.
- View-types for methods cannot be wider than supported by bean. They'll be
bitwise masked.
- Updated test-cases eliminating unsuported view references.
- ...
Index: asm-descriptor.jelly
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/descriptor/asm-descriptor.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** asm-descriptor.jelly 30 Aug 2005 00:34:33 -0000 1.2
--- asm-descriptor.jelly 6 Sep 2005 01:49:59 -0000 1.3
***************
*** 52,56 ****
<j:when test="${methodPermission.method
!= null}">
<method-name>${methodPermission.method.name}</method-name>
! <j:if
test="${methodPermission.method.parameters.length > 0}">
<method-params>
<j:forEach var="param"
items="${methodPermission.method.parameters}">
--- 52,56 ----
<j:when test="${methodPermission.method
!= null}">
<method-name>${methodPermission.method.name}</method-name>
! <j:if
test="${!empty(methodPermission.method.parameters)}">
<method-params>
<j:forEach var="param"
items="${methodPermission.method.parameters}">
Index: EjbJarXmlPlugin.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/descriptor/EjbJarXmlPlugin.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** EjbJarXmlPlugin.java 26 Aug 2005 17:52:30 -0000 1.11
--- EjbJarXmlPlugin.java 6 Sep 2005 01:49:59 -0000 1.12
***************
*** 52,57 ****
private String clientjar;
! // TODO: Pending fix to be applied:
http://issues.apache.org/jira/browse/JELLY-213
! // TODO: Update jelly tags dependency
// DONE: Will XMLOutputValidator support validation of schemas ?? Yes,
needs my patch
// TODO: Some common DTD/XSD Locations should be moved into generama
(near XMLOutputValidator / MapPairsEntityResolver) ?
--- 52,57 ----
private String clientjar;
! // DONE: Pending fix to be applied:
http://issues.apache.org/jira/browse/JELLY-213
! // DONE: Update jelly tags dependency
// DONE: Will XMLOutputValidator support validation of schemas ?? Yes,
needs my patch
// TODO: Some common DTD/XSD Locations should be moved into generama
(near XMLOutputValidator / MapPairsEntityResolver) ?
***************
*** 61,65 ****
WriterMapper writerMapper, EjbConfig config) throws
ClassNotFoundException {
super(jellyTemplateEngine, metadataProvider, writerMapper);
- EjbRuntime.init(config, metadataProvider);
EjbRuntime.setPlugin(this);
Map dtds = EjbVersion.fillEntityResolverMap(new HashMap());
--- 61,64 ----
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits