The config param stuff is a bit fuzzy. It either retrieves the value using a
method, ubt it will fall back to look for a value specified as follows:

  <weblogic ..>
    <configParam name="databaseType" value="ORACLE"/>
  </weblogic>

I haven't tested it, I know it isn't intuitive, but I think that will work.

Aslak

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Casteels Jan
Sent: 25. februar 2003 17:44
To: '[EMAIL PROTECTED]'
Subject: [Xdoclet-devel] Weblogic 7.0 and XDoclet


Hi All,

During the generation of Weblogic deployment descriptors with XDoclet 1.2
beta 3 I had the following error

file:D:/Dev/framework/servicefw/src/example_web_price/build/xdoclet_build.xm
l:41: Class xdoclet.modules.bea.wls.ejb.WebLogicSubTask doesn't support the
"databasetype" attribute.

Does this mean I need to added getters and setters in the WebLogicSubTask
for the databasetype which is in the xdt

Xdt snippet
<XDtConfig:ifConfigParamGreaterOrEquals paramName="Version" value="7.0">
  <XDtConfig:ifConfigParamNotEquals paramName="DatabaseType" value="">
   <database-type><XDtConfig:configParameterValue
paramName="DatabaseType"/></database-type>
  </XDtConfig:ifConfigParamNotEquals>
 </XDtConfig:ifConfigParamGreaterOrEquals>


If so I will create a patch and submit it through Jira

Regards,

Jan



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to