DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8240>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8240

Data-Source configuration in examples is outdated

           Summary: Data-Source configuration in examples is outdated
           Product: Struts
           Version: 1.1 Beta 1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Example
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi *,

I just tried to migrate my little toy-application from 1.0.2 to 1.1-b1.
It failed at first, because I used the data-source configuration from the 
struts-blank.war web-app, which is still in "old style", i.e.
<data-source autoCommit="false", etc. etc.
It should be 
<data-source>
    <set-property property="autoCommit" value="false"/> etc., etc.
as included in the struts-example.war.

Keep up the good work; I really enjoy using your software!

Andreas

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to