thank you very much~! :P
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2625#2625
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
---
even with the type set to ejb, the jar file is still not getting into
web-inf/lib... would this be a glitch? ( i am using 3.1M1 for androMDA, and
Maven 1.0.2 )
and commons-beanutils does get pulled into web-inf/lib. but when i run it on
tomcat, it will complain about not being able to find o
[EMAIL PROTECTED] wrote:
If you generate an application with the andromdapp maven plugin and choose the
war option, you should get an app that has all the dependencies bundled in the
war, in order to bundle dependencies yourself, you'll need to add:
true
when i was switching my testing from jboss to tomcat, i noticed that it wasnt
able to find the dependencies, despite them being referenced in
core/project.xml. so i had to go into the repository and put the jar files on
common/lib under tomcat. it seemed like some jar files get pulled into
web
ic... well thank you :D
how can i create a patch? im very new to the concept of UML and MDA.
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2043#2043
Posting to http://forum.andromda.org/ is preferred over posting t
Hello,
I've been trying to specify the discriminator column and the value for an
entity hierarchy.
For example, if I have classes B, C that inherites class A, instead of having
discriminator generated by the class names, I would like the discriminator
column to map to something else, and