[
https://issues.jboss.org/browse/SHRINKDESC-65?page=com.atlassian.jira.plu...
]
Ralf Battenfeld commented on SHRINKDESC-65:
-------------------------------------------
It is correct generated. The node EnterpriseBeans() has maxOccurs = 1. What you expect is
probabl as child operations available:
- enterpriseBeans().getSessionList();
- enterpriseBeans().getMessageDrivenList();
- enterpriseBeans().getEntityList();
Yes, naming can change and I expect it will:-)
Missing "get all"-type methods
------------------------------
Key: SHRINKDESC-65
URL:
https://issues.jboss.org/browse/SHRINKDESC-65
Project: ShrinkWrap Descriptors
Issue Type: Sub-task
Reporter: Andrew Rubinger
Assignee: Ralf Battenfeld
For instance:
EjbJar30Descriptor.getDisplayNameList()
...but there's no:
EjbJar30Descriptor.getEnterpriseBeansList()
...meaning we're missing a way to get a List of some types. I suspect it's
related to not generating methods for complex types.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira