The following comment has been added to this issue:
Author: Espen Amble Kolstad
Created: Thu, 23 Dec 2004 5:07 AM
Body:
Sorry, I'm a newbie...
This should be in the HibernateModule :(
---------------------------------------------------------------------
View this comment:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1209?page=comments#action_15474
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1209
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XDT-1209
Summary: Error in jboss-service.xdt for autoCreate config-param
Type: Bug
Status: Open
Priority: Trivial
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: XDoclet
Components:
XDoclet Module
Versions:
1.2.2
Assignee: xdoclet-devel (Use for new issues)
Reporter: Espen Amble Kolstad
Created: Thu, 23 Dec 2004 5:02 AM
Updated: Thu, 23 Dec 2004 5:07 AM
Environment: SuSE 9.1 - 2.6.5-7.111.19-default #1 Fri Dec 10 15:10:58 UTC 2004
i686 athlon i386 GNU/Linux
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)
Description:
Current xdt:
<XDtConfig:ifHasConfigParam paramName="autoCreate" value="create">
<attribute name="AutoCreateSchema" value="true"/>
</XDtConfig:ifHasConfigParam>
<XDtConfig:ifHasConfigParam paramName="autoCreate" value="create-drop">
<attribute name="AutoDropSchema" value="true"/>
</XDtConfig:ifHasConfigParam>
<XDtConfig:ifHasConfigParam paramName="autoCreate" value="update">
<attribute name="AutoUpdateSchema" value="true"/>
</XDtConfig:ifHasConfigParam>
Should be:
<XDtConfig:ifConfigParamEquals paramName="autoCreate" value="create">
<attribute name="AutoCreateSchema" value="true"/>
</XDtConfig:ifConfigParamEquals>
<XDtConfig:ifConfigParamEquals paramName="autoCreate" value="create-drop">
<attribute name="AutoDropSchema" value="true"/>
</XDtConfig:ifConfigParamEquals>
<XDtConfig:ifConfigParamEquals paramName="autoCreate" value="update">
<attribute name="AutoUpdateSchema" value="true"/>
</XDtConfig:ifConfigParamEquals>
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel