[xdoclet-plugins-interest] [jira] Updated: (XDP-102) Generate container-specific deployment descriptors

2005-09-06 Thread Diogo Bacelar Quintela (JIRA)
[ http://jira.codehaus.org/browse/XDP-102?page=all ] Diogo Bacelar Quintela updated XDP-102: --- Component: ejb > Generate container-specific deployment descriptors > -- > > Key: XDP-102 >

[xdoclet-plugins-interest] [jira] Created: (XDP-102) Generate container-specific deployment descriptors

2005-09-06 Thread Diogo Bacelar Quintela (JIRA)
Generate container-specific deployment descriptors -- Key: XDP-102 URL: http://jira.codehaus.org/browse/XDP-102 Project: XDoclet 2 Plugins Type: Task Versions: plugin-ejb Reporter: Diogo Bacelar Quintela Assig

[xdoclet-plugins-interest] [jira] Resolved: (XDP-94) Finish Deployment Descriptor ejb-jar.xml

2005-09-06 Thread Diogo Bacelar Quintela (JIRA)
[ http://jira.codehaus.org/browse/XDP-94?page=all ] Diogo Bacelar Quintela resolved XDP-94: --- Resolution: Fixed Finished ejb-jar.xml generation (for now) > Finish Deployment Descriptor ejb-jar.xml > > >

[xdoclet-plugins-interest] [jira] Work started: (XDP-97) Review and complete interfaces generation

2005-09-06 Thread Diogo Bacelar Quintela (JIRA)
[ http://jira.codehaus.org/browse/XDP-97?page=all ] Work on XDP-97 started by Diogo Bacelar Quintela > Review and complete interfaces generation > - > > Key: XDP-97 > URL: http://jira.codehaus.org/browse/XDP-97 > Project: XD

[xdoclet-plugins-interest] [jira] Created: (XDP-101) Make semantic check for tags/bean types at generation begin: avoid logic duplication throughout code

2005-09-06 Thread Diogo Bacelar Quintela (JIRA)
Make semantic check for tags/bean types at generation begin: avoid logic duplication throughout code Key: XDP-101 URL: http://jira.codehaus.org/browse/XDP-101 Project: XDocl

[xdoclet-plugins-interest] [jira] Deleted: (XDP-100) Complete interface generations (home/remote localhome/local)

2005-09-06 Thread Diogo Bacelar Quintela (JIRA)
[ http://jira.codehaus.org/browse/XDP-100?page=all ] Diogo Bacelar Quintela deleted XDP-100: --- > Complete interface generations (home/remote localhome/local) > > > Key: XDP-100 >

[xdoclet-plugins-interest] [jira] Created: (XDP-100) Complete interface generations (home/remote localhome/local)

2005-09-06 Thread Diogo Bacelar Quintela (JIRA)
Complete interface generations (home/remote localhome/local) Key: XDP-100 URL: http://jira.codehaus.org/browse/XDP-100 Project: XDoclet 2 Plugins Type: Task Components: ejb Versions: plugin-ejb

[xdoclet-plugins-interest] [jira] Closed: (XDP-86) [plugin-struts] StrutsConfigXMLPlugin should not be limited to classes that extend "Action" only

2005-09-06 Thread Diogo Bacelar Quintela (JIRA)
[ http://jira.codehaus.org/browse/XDP-86?page=all ] Diogo Bacelar Quintela closed XDP-86: - Resolved > [plugin-struts] StrutsConfigXMLPlugin should not be limited to classes that > extend "Action" only >

FW: [xdoclet-plugins-interest] REPOST SAXException in Hibernate plugin

2005-09-06 Thread Diogo Quintela (EF)
Didn't realize yet if you can read my messages that fail signature... Diogo --- Diogo Bacelar Quintela EF - Tecnologias de Informação, Lda. Av. António Serpa, 26 - 4º Dto. 1050-027 Lisboa, Portugal Tel: (+351) 217 827 800 Fax: (+351) 217 827 830 Email: [EMAIL PROT

RE: [xdoclet-plugins-interest] SAXException in Hibernate plugin

2005-09-06 Thread Diogo Quintela (EF)
>From this org.xml.sax.SAXNotRecognizedException: Feature: http://apache.org/xml/features/validation/schema at org.apache.crimson.parser.XMLReaderImpl.setFeature(XMLReaderImpl.java:219) at org.dom4j.io.SAXReader.setFeature(SAXReader.java:218) at org.generama.defaults.XMLOutp

FW: [xdoclet-plugins-interest] REPOST: SAXException in Hibernate plugin

2005-09-06 Thread Diogo Quintela (EF)
HTML breaks signature ? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Diogo Quintela (EF) Sent: terça-feira, 6 de Setembro de 2005 16:11 To: xdoclet-plugins-interest@lists.sourceforge.net Subject: RE: [xdoclet-plugins-interest] SAXException

Re: [xdoclet-plugins-interest] Re: Restricted source directory

2005-09-06 Thread Anatol Pomozov
Hi, Diogo. I have thought about it. But. Plugin class does nothing know about MetaData source. It does not know about filesystem and that metadataObject is QDox JavaClass. You suggest to put following code to Plugin class.   if ((JavaClass)metadata).getPath() is in restrictedPath then skip genera

FW: [xdoclet-plugins-interest] SAXException in Hibernate plugin

2005-09-06 Thread Diogo Quintela (EF)
Signature failed?! I’ll send without it. --- Diogo Bacelar Quintela EF - Tecnologias de Informação, Lda. Av. António Serpa, 26 - 4º Dto. 1050-027 Lisboa, Portugal Tel: (+351) 217 827 800 Fax: (+351) 217 827 830 Email: [EMAIL PROTECTED] PGP: 0xF51A5AB9 _

RE: [xdoclet-plugins-interest] SAXException in Hibernate plugin

2005-09-06 Thread Diogo Quintela (EF)
Btw. http://xml.apache.org/xerces-j/features.html   Explains that setting.   Diogo   --- Diogo Bacelar Quintela EF - Tecnologias de Informação, Lda. Av. António Serpa, 26 - 4º Dto. 1050-027 Lisboa, Portugal Tel: (+351) 217 827 800 Fax: (+351) 217 8

Re: [xdoclet-plugins-interest] Re: Restricted source directory

2005-09-06 Thread Grégory Joseph
I think this kind of feature should rather be implemented using the "standard" fileset mechanism, instead of yet another kind of it. You could for instance pass the plugins a fileset with all sources, and then an extra one that matches only those files you want to generate for. Or, as per your exem

RE: [xdoclet-plugins-interest] SAXException in Hibernate plugin

2005-09-06 Thread Diogo Quintela (EF)
Humm… Could maven classpath be overriding xerces ?   Do we need to update dom4j also ?? .. Try to use maven –X to see if it gives any clue.   Diogo   --- Diogo Bacelar Quintela EF - Tecnologias de Informação, Lda. Av. António Serpa, 26 - 4º Dto. 105

Re: [xdoclet-plugins-interest] SAXException in Hibernate plugin

2005-09-06 Thread Anatol Pomozov
Hi, Diogo. Do you mean add to xdoclet-plugins\maven-xdoclet2-plugin\project.xml file? I have add there but it does not help...On 9/6/05, Diogo Quintela (EF) <[EMAIL PROTECTED]> wrote: Humm… That's the xerces dependency missing. I forgot to include it.Anatol, please add into main project.xml and

RE: [xdoclet-plugins-interest] Re: Restricted source directory

2005-09-06 Thread Diogo Quintela (EF)
| 2) Fix your plugin shouldGenerate() method. Add |     if (!super.shouldGenerate(metadata)) |     return false; | on the top of method. Couldn't this be changed at Plugin.java level ?? To support this every plugin needs to be updated, it seems quite a pain in the ass. Diogo smim

RE: [xdoclet-plugins-interest] SAXException in Hibernate plugin

2005-09-06 Thread Diogo Quintela (EF)
Humm… That’s the xerces dependency missing. I forgot to include it. Anatol, please add into main project.xml and retry. xerces 2.4.0 true Diogo --- Diogo Bacelar Quintela EF - Tecnologias de Informação, Lda. Av. António Serpa, 26 - 4º Dto.

[xdoclet-plugins-interest] Re: Restricted source directory

2005-09-06 Thread Anatol Pomozov
Well, I have implemented this functionality and it's works. So if you want to add folders that should be restricted (use sources from here but not generate files) you need to do following steps. 1) Patch generama sources and build generama-1.2.1-SNAPSHOT (See patch in GRA-3 ticket) 2) Fix your p

[xdoclet-plugins-interest] SAXException in Hibernate plugin

2005-09-06 Thread Anatol Pomozov
Hi, all. I just build xdolcet 1.0.3-SNAPSHOT from CVS and try to run Hibernate plugin on my project. I got following error. It comes from Generama and I believe die to latest changes. Could you help me to solve it??     [xdoclet]   * Generate mapping for 'MyEntity' entity SAXException org.xml

Re: [xdoclet-plugins-interest] 1.0.2 is released.

2005-09-06 Thread Konstantin Priblouda
--- Guillaume Le Stum <[EMAIL PROTECTED]> wrote: > Hello, > > I just downloaded this new version and noticed > something that may be a > problem: > - xdoclet2 plugins (plugin-hibernate etc...) are > built using > dependencies corresponding to jar found in lib/ > (xdoclet-2.0.3, > generama-1.2

[xdoclet-plugins-interest] Restricted source directory

2005-09-06 Thread Anatol Pomozov
Hi, xdoclet devs. I have some ideas about restricted source directory. Well I am start from my requirement: I have 2 project modules, for example myproject-base and myproject-web myproject-base contains base classes and other common stuff. It contains BasePersistenseObject class BasePersistense