Hi Magnus
I thinkt that a similar problem was solved in the jboss module using the
classTagValueMatch/ifClassTagMatches approach i described.
See
modules/jboss/src/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt
IMHO, i use exactly the same pattern as they do. Therefore, i think
Hello again!
Thanks for your explanation, now I understand the problem!
I don't think I have seen that problem before in the websphere module but it
must be possible to find solutions to it in one of all the other modules. I
will look into the problem after X-mas.
See you in JIRA about this la
Hello Magnus
Thanks for your answer. I've already analysed the code for generating
the "binding-DD-file".
My problem is that, when writing the dd for the websphere.resource-ref
tag, i have to know the id of the resource-ref element from another tag
(ejb.resource-ref with the same res-ref-name,
Hello Matthias!
My name is Magnus Larsson and I am responsible for the WebSphere module.
I will be happy to help you on this!
I took a quick look in IBM RSA to see how IBM generate the code you are
talking about. Here is an extract from the "extension-DD-file":
Its
Dear XDoclet developers,
I'm trying to create a patch for an additional feature in the IBM
WebSphere module.
IBM Websphere offers the possibility to specify additional properties
for a Resource-Reference in a proprietary deployment descriptor (i.e.
the transaction isolation level).
I thought t