Hello,

I'm trying out Hibernate-middlegen plugin with SAPDB. Plugin works OK, but
sequencename parameter is not taken into account. For example, this is part
of my build.xml file:

------------------------------------
<middlegen ... >
         <table name="KORTELE" sequencename="KORTELE_SEQ" />
         ...
</middlegen>
... 
------------------------------------

But generated file "Kortele.hbm.xml" has following line:

        <generator class="assigned" />

Shouldn't it be:

        <generator class="sequence">
             <param name="sequence">KORTELE_SEQ</param>
        </generator>

Question is whether this is a bug, or this feature is not yet implemented ?

Thank you for you replies,
Donatas




-------------------------------------------------------
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/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to