[ 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
>
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
[ 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
>
>
>
[ 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
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
[ 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
>
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
[ 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
>
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
>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
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
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
Signature failed?! Ill 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
_
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
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
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
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
| 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
Humm
Thats 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.
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
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
--- 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
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
23 matches
Mail list logo