Feature Requests item #3185948, was opened at 2011-02-18 10:53
Message generated for change (Comment added) made by jeffjensen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=449494&aid=3185948&group_id=47439
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Juan Pablo Diez (jotapdiez)
Assigned to: Nobody/Anonymous (nobody)
Summary: Import IDataSet not work on windows
Initial Comment:
I make
IDataSet dataSet = new FlatXmlDataSet(new FlatXmlProducer( new InputSource(new FileInputStream(fichero)) ) );
DatabaseOperation.REFRESH.execute(conn, dataSet);
With hibernate conectiono on a Java Desktop Application and get NO error and NO results. Database still empty and no errors.
Oon linux, the same application, same dataset works fine.
Need more data? Ask me pls
Thanks in advance.
Regards juan Pablo
----------------------------------------------------------------------
>Comment By: Jeff Jensen (jeffjensen)
Date: 2011-02-21 21:30
Message:
This is not a feature request.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=449494&aid=3185948&group_id=47439
|