Re: [Xdoclet-devel] match variable Problem

2004-12-23 Thread Matthias Germann
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

Re: [Xdoclet-devel] match variable Problem

2004-12-22 Thread Magnus Larsson
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

Re: [Xdoclet-devel] match variable Problem

2004-12-22 Thread Matthias Germann
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,

Re: [Xdoclet-devel] match variable Problem

2004-12-22 Thread Magnus Larsson
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

[Xdoclet-devel] match variable Problem

2004-12-21 Thread Matthias Germann
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