Hello,
I have a problem to generate EJB stuff (home & remote interface +
deployment descriptor) for WebLogic 8.1. I have configured build file
as following:
<ejbdoclet ejbspec="2.0" ejbClassNameSuffix="Impl"
destdir="${generated_home}/${projectname}/${build_home}/generated-ejb/"
excludedtags="@version,@author"
addedtags="@xdoclet-generated at ${TODAY}">
<fileset
dir="${generated_home}/${projectname}/${buildsrc_home}/${code_home}">
<include name="**/*ControllerImpl.java"/>
</fileset>
<remoteinterface pattern="{0}Remote"/>
<homeinterface pattern="{0}RemoteHome"/>
<localhomeinterface pattern="{0}Home"/>
<deploymentdescriptor validateXML="false"/>
<weblogic version="8.1" validateXML="false"/>
</ejbdoclet>
When I run build file, there is following error occured:
weblogic: Argument for createtables must be one of
(Disabled|CreateOnly|DropAndCreate|DropAndCreateAlways|AlterOrCreate)
if version attribute is >= 8.1
I have try to modify <weblogic> tag to:
<weblogic version="8.1" persistence="weblogic">
<configParam name="Createtables" value="Disabled"/>
</weblogic>
or
<weblogic version="8.1" persistence="weblogic">
<configParam name="Createtables" value="DropAndCreate"/>
</weblogic>
but there is the same error occured.
Could you help me please, what should I change ?
(I'm generating EJB stuff for stateless session beans only).
Thank you in advance for your answer,
with best regards,
Julian Legeny
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user