Discussion:
[Middlegen-user] weblogic pkgen="true"
zousey seyzou
2003-11-03 16:47:21 UTC
Permalink
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
zousey seyzou
2003-11-03 16:47:22 UTC
Permalink
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
Eivind Waaler
2003-11-04 05:55:07 UTC
Permalink
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).

=2Eeivind
Post by zousey seyzou
hello forum, I have tried to use.
=20
=20
<middlegen ...>
<cmp20
destination=3D"path/to/some/directory"
package=3D"airline.ejb"
<weblogic pkgen=3D"true"/>
</cmp20>
</middlegen>
=20
Buildfile: build.xml
=20
=20
=20
=20
BUILD FAILED
file:C:/GNU/WinCvs%201.3/CVSNT/middlegen/samples/build.xml:149: true is n=
ot=20
Post by zousey seyzou
a legal value for this attribute
=20
Total time: 2 seconds
=20
Thanks foir your time.
=20
_________________________________________________________________
F=E5 alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.d=
k
Post by zousey seyzou
=20
=20
=20
-------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/middlegen-user
=20
Loading...