I'm using Eclipse+lomboz develop EJB on Jboss.eclipse alway generate ejb-jar.xml and jboss.xml automatically.but I need to customaize these files.I saw somebody put
/*
*@ejb-name=...
int the code,which can change this file.but I don't like this way.since these are configuration infomation,I don't want it mix up with source code.
is there any way to edit ejb-jar.xml and jboss.xml and when generate and deploy,eclipse don't override them?
-
Eclipse lomboz jboss development problem (1 messages)
- Posted by: zhang zhang
- Posted on: May 19 2004 16:10 EDT
Threaded Messages (1)
- Eclipse lomboz jboss development problem by Leandro Melo on May 20 2004 11:09 EDT
-
Eclipse lomboz jboss development problem[ Go to top ]
- Posted by: Leandro Melo
- Posted on: May 20 2004 11:09 EDT
- in response to zhang zhang
Isn't that the whole point of using Lomboz, generating files for you?
I'm not sure, but i think that if you really wanna do that, you'll have to write code on the xdoclet classes used by Lomboz.