yes, as explained in one of my emails of last week, this behaviour is expected because we use a dedicated transformation class for the bpm4struts cartridge
you have to run it separately (unfortunately)


there is nothing you can do about it with the current framework ( = helper class with getName() and getPackage() )

I will try to document this more clearly when I have the time

Matthias: me too I am a bad boy :-( to be honest I don't think I have the AndroMDA 3.x build on my machine, too busy (ain't we all) .. let alone deployed it, I don't think I will have the chance any time soon
Tony: congratulations with the engagement!



b-bye Wouter.

AndroMDA Users wrote:

When using bpm4struts and hibernate together I see a strange behavior and
the hibernate cartridge does not generate the classes the right way.
Sample output:

============================================
/**
* Attention: Generated source! Do not modify by hand!
*/
package $packagename;

/**
*
* @hibernate.class
* table="HIB_FUNCIONARIO"
*
* @hibernate.discriminator
* column="class"
* *
*
*/
public abstract class Funcionario {


// --------------- attributes ---------------------

// ------------- relations ------------------


// ---------------- business methods ----------------------



} ============================================

As soon I comment out the bpm4struts generation from the build.xml
everything works fine. If I run the build.xml with bpm4struts after
running it without (just with hibernate), all the sources are generated
correctly.


I hope it helps.

Last comment: great products !

---------------------------------------------------------------------------
Walter Itamar Mour�o - Diretor de Tecnologia e Projetos - Arcadian S/A
[EMAIL PROTECTED] - www.arcadian.com.br



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user







-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to