You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/04/18 09:54:04 UTC

DO NOT REPLY [Bug 8240] New: - Data-Source configuration in examples is outdated

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: struts-dev@jakarta.apache.org
        ReportedBy: andreas.zielke@gmx.net


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>