As stated in the documentation:
http://boss.bekk.no/boss/middlegen/plugins/cmp20.html#weblogic

Valid values for the pkgen attribute are NAMED_SEQUENCE_TABLE and
VENDOR_SEQ. When using named sequence table, each of your <table> tags
must specify pktable (the table being used as named sequence table).

Vendor sequence is only available for Oracle and MS SQL Server. It will
use the database's built-in pk generation (sequences in Oracle, or some
other automatic key gen in MS SQL).

.eivind

On Mon, 3 Nov 2003, zousey seyzou wrote:

> hello forum, I have tried to use.
> 
> 
> <middlegen ...>
>    <cmp20
>       destination="path/to/some/directory"
>       package="airline.ejb"
>    >
>       <weblogic pkgen="true"/>
>    </cmp20>
> </middlegen>
> 
> but i get the following error:
> Buildfile: build.xml
> 
> check-driver-present:
> 
> panic-if-driver-not-present:
> 
> middlegen:
> [middlegen] Database URL:jdbc:oracle:thin:@localhost:1521:PUS
> 
> BUILD FAILED
> file:C:/GNU/WinCvs%201.3/CVSNT/middlegen/samples/build.xml:149: true is not 
> a legal value for this attribute
> 
> Total time: 2 seconds
> 
> Thanks foir your time.
> 
> _________________________________________________________________
> F� alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk
> 
> 
> 
> -------------------------------------------------------
> 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/
> _______________________________________________
> middlegen-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/middlegen-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/
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to