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

Reply via email to