The following issue has been updated:
Updater: Andrew Stevens (mailto:[EMAIL PROTECTED])
Date: Sun, 23 Jan 2005 6:14 PM
Changes:
Component changed to Hibernate Module
Component changed from XDoclet Module
---------------------------------------------------------------------
For a full history of the issue, see:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1209?page=history
---------------------------------------------------------------------
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:
Hibernate 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: Sun, 23 Jan 2005 6:14 PM
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
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel