You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(21) |
Jun
(56) |
Jul
(6) |
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
(10) |
Mar
(11) |
Apr
(8) |
May
(4) |
Jun
(10) |
Jul
(15) |
Aug
(5) |
Sep
(2) |
Oct
(12) |
Nov
|
Dec
|
| 2004 |
Jan
(18) |
Feb
(33) |
Mar
(7) |
Apr
(3) |
May
(3) |
Jun
|
Jul
(3) |
Aug
(3) |
Sep
(17) |
Oct
(17) |
Nov
(6) |
Dec
(1) |
| 2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
(8) |
May
(4) |
Jun
(2) |
Jul
|
Aug
(15) |
Sep
(5) |
Oct
(11) |
Nov
(5) |
Dec
|
| 2006 |
Jan
(10) |
Feb
(4) |
Mar
|
Apr
(3) |
May
(13) |
Jun
(1) |
Jul
(1) |
Aug
(9) |
Sep
(1) |
Oct
(1) |
Nov
(4) |
Dec
(32) |
| 2007 |
Jan
(15) |
Feb
(10) |
Mar
(9) |
Apr
(4) |
May
(9) |
Jun
(8) |
Jul
(8) |
Aug
(4) |
Sep
(43) |
Oct
(12) |
Nov
(8) |
Dec
(11) |
| 2008 |
Jan
(7) |
Feb
(52) |
Mar
(92) |
Apr
(19) |
May
(101) |
Jun
(212) |
Jul
(136) |
Aug
(102) |
Sep
(53) |
Oct
(58) |
Nov
(115) |
Dec
(122) |
| 2009 |
Jan
(58) |
Feb
(66) |
Mar
(82) |
Apr
(29) |
May
(27) |
Jun
(13) |
Jul
(27) |
Aug
(59) |
Sep
(104) |
Oct
(111) |
Nov
(77) |
Dec
(31) |
| 2010 |
Jan
(79) |
Feb
(52) |
Mar
(18) |
Apr
(19) |
May
(18) |
Jun
(10) |
Jul
(7) |
Aug
(45) |
Sep
(50) |
Oct
(36) |
Nov
(11) |
Dec
(36) |
| 2011 |
Jan
(10) |
Feb
(26) |
Mar
(11) |
Apr
(5) |
May
(6) |
Jun
(2) |
Jul
(8) |
Aug
(6) |
Sep
(6) |
Oct
(5) |
Nov
(2) |
Dec
(5) |
| 2012 |
Jan
(4) |
Feb
(1) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(16) |
Jul
(10) |
Aug
(1) |
Sep
(17) |
Oct
(22) |
Nov
(2) |
Dec
(5) |
| 2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(5) |
Dec
(3) |
| 2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(16) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
(11) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
(2) |
Dec
(4) |
| 2022 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
|
Dec
|
| 2024 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Julien <jul...@gm...> - 2010-11-21 22:57:43
|
I tried both, using dbunit 2.4.7. I have no problem inserting/selecting in the DB programmatically, but I can't figure out how to write a static dataset file with that XMLType column. I ran the export code (*http://www.dbunit.org/faq.html#extract*) with dbunit 2.4.8 which gave me myXMLTypeColumn="oracle.sql.OPAQUE@638bd7f1" could it come from the oracle jdbc driver (using ojdbc5.jar)? Also, are you implying that myXMLTypeColumn="<someXmlData/>" is indeed the right syntax for the dataset file? Thanks, Julien ps: should I re-start this thread in the dbunit-user mailing-list? I realized the dbunit-developer might not be the right place for that question ... On Sun, Nov 21, 2010 at 5:35 PM, John Hurst <joh...@gm...> wrote: > Oracle XMLType is supported by OracleDataTypeFactory > and Oracle10DataTypeFactory. > > Are you configuring your connection to use one of those DataTypeFactory > classes? > > Regards > > John Hurst > Wellington, New Zealand > > On Mon, Nov 22, 2010 at 11:22 AM, Julien < > jul...@gm...<julien.baboud%2Bs...@gm...> > > wrote: > >> Hello list, >> >> I am trying to create a dataset file for an Oracle table that has an >> XMLType column, but the syntax myXMLTypeColumn="<someXmlData/>" is rejected >> because "<" is an invalid character for the value. >> >> I tried exporting data from the DB into a file but that gives >> me myXMLTypeColumn="oracle.sql.OPAQUE@638bd7f1" ... >> >> Is it possible to write XMLType value through the dataset file, and what >> would be the syntax? >> >> Thank you! >> >> Julien >> >> >> ------------------------------------------------------------------------------ >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today >> http://p.sf.net/sfu/msIE9-sfdev2dev >> _______________________________________________ >> dbunit-developer mailing list >> dbu...@li... >> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >> >> > > > -- > Life is interfering with my game > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: John H. <joh...@gm...> - 2010-11-21 22:35:07
|
Oracle XMLType is supported by OracleDataTypeFactory and Oracle10DataTypeFactory. Are you configuring your connection to use one of those DataTypeFactory classes? Regards John Hurst Wellington, New Zealand On Mon, Nov 22, 2010 at 11:22 AM, Julien < jul...@gm... <julien.baboud%2Bs...@gm...>>wrote: > Hello list, > > I am trying to create a dataset file for an Oracle table that has an > XMLType column, but the syntax myXMLTypeColumn="<someXmlData/>" is rejected > because "<" is an invalid character for the value. > > I tried exporting data from the DB into a file but that gives > me myXMLTypeColumn="oracle.sql.OPAQUE@638bd7f1" ... > > Is it possible to write XMLType value through the dataset file, and what > would be the syntax? > > Thank you! > > Julien > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > -- Life is interfering with my game |
|
From: Julien <jul...@gm...> - 2010-11-21 22:22:59
|
Hello list, I am trying to create a dataset file for an Oracle table that has an XMLType column, but the syntax myXMLTypeColumn="<someXmlData/>" is rejected because "<" is an invalid character for the value. I tried exporting data from the DB into a file but that gives me myXMLTypeColumn="oracle.sql.OPAQUE@638bd7f1" ... Is it possible to write XMLType value through the dataset file, and what would be the syntax? Thank you! Julien |
|
From: Jeff J. <jj...@ap...> - 2010-11-17 02:28:36
|
Thanks for the patch! You did the correct approach to create a patch and attach it to an issue. You also did the correct action in emailing the dev list for attention (we haven't had a lot of activity here as we've all been very busy with customer work and pushed out a release a couple of months ago). One of us should make time soon to review the patch and commit. I quickly reviewed and saw you had tests, which is a must - so you passed the first hurdle! :-) On Tue, Nov 16, 2010 at 2:31 AM, Robin Rosenberg <rob...@gm...> wrote: > Hi, > > I am new to DbUnit and have attempted using it on a legacy system. It > worked almost, so I wrote a small patch to add a missing feature. How > do I get it included in a release? > > ID: 3048571 http://sourceforge.net/tracker/?func=detail&aid=3048571&group_id=47439&atid=449494 > > Regard > Robin > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Robin R. <rob...@gm...> - 2010-11-16 08:31:26
|
Hi, I am new to DbUnit and have attempted using it on a legacy system. It worked almost, so I wrote a small patch to add a missing feature. How do I get it included in a release? ID: 3048571 http://sourceforge.net/tracker/?func=detail&aid=3048571&group_id=47439&atid=449494 Regard Robin |
|
From: SourceForge.net <no...@so...> - 2010-11-10 12:42:14
|
Bugs item #3106628, was opened at 2010-11-10 13:42 Message generated for change (Tracker Item Submitted) made by neburg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3106628&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: Bug Group: v2.4.* Status: Open Resolution: None Priority: 5 Private: No Submitted By: neburg (neburg) Assigned to: matthias g (gommma) Summary: The method getRowCount(...) does not use escapePattern Initial Comment: The method AbstractDatabaseConnection.getRowCount(...) uses the constructor QualifiedTableName(tableName, schemaName). We need the qualified name with the escapePattern, which was set via setProperty(DatabaseConfig.PROPERTY_ESCAPE_PATTERN, "\"?\"" ). Our test works after the using of the correct constructor like this: QualifiedTableName qualifiedTableName = new QualifiedTableName(tableName, this.getSchema(), (String) this.getConfig().getProperty(DatabaseConfig.PROPERTY_ESCAPE_PATTERN)); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3106628&group_id=47439 |
|
From: SourceForge.net <no...@so...> - 2010-11-05 17:18:49
|
Bugs item #1984596, was opened at 2008-06-04 15:16 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=1984596&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: v2.2.2 Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Bustuila (bustuila) Assigned to: matthias g (gommma) Summary: Inserting of clobs fails Initial Comment: Since version 2.2.2, the insert operation fails with clobs and Oracle: java.lang.ClassCastException: java.lang.String cannot be cast to oracle.sql.CLOB at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:9229) at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8843) at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:9316) at org.dbunit.dataset.datatype.ClobDataType.setSqlValue(ClobDataType.java:67) at org.dbunit.database.statement.SimplePreparedStatement.addValue(SimplePreparedStatement.java:73) at org.dbunit.database.statement.AutomaticPreparedBatchStatement.addValue(AutomaticPreparedBatchStatement.java:63) at org.dbunit.operation.AbstractBatchOperation.execute(AbstractBatchOperation.java:201) at org.dbunit.ant.Operation.execute(Operation.java:212) The change that triggers this problem seems to come from this: ClobDataType.getSqlValue(int column, ResultSet resultSet) contains statement.setObject(column, typeCast(value), getSqlType()); where getSqlType() returns Types.CLOB -> 2005 In version 2.2.1, where it works, it was: statement.setObject(column, typeCast(value), DataType.LONGVARCHAR.getSqlType()); where DataType.LONGVARCHAR.getSqlType() -> -1 the same as Types.LONGVARCHAR Oracle driver: 10.2.0.2.0 and 10.2.0.4.0 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2010-11-05 17:18 Message: I'm getting this same error using DbUnit 2.4.8 ---------------------------------------------------------------------- Comment By: John MacEnri (johnmacenri) Date: 2010-05-12 10:59 Message: Hi, I also was hitting the same problem with v2.4.7 and latest Oracle JDBC driver. I took the easy way out and built 2.4.7 myself with the one line change shown in this bug, in the org.dbunit.dataset.datatype.ClobDataType.setSqlValue(...) method. Works fine now for Oracle CLOBs, but not sure it would work across other databases. In the comments there is a mention of the fix being applied to the v3 branch, but that does not seem to have appeared. John ---------------------------------------------------------------------- Comment By: Paul P (paulp3210) Date: 2010-03-11 15:59 Message: I am using the latest version of DBUnit (2.4.7), on Oracle 11GR2. I'm using Java 6 (1.6.0_15) and the latest version of Oracle's client jar (jdbc6.jar) I've been unable to successfully load any data referenced by a CLOB Oracle field from an XML file into the database. I've used all sorts of versions of the Oracle JDBC library / Hibernate library etc...I think the problem lies in DBUnit. I've tried: both FlatXmlDataSet and XmlDataset, I've tried both OracleDataTypeFactory , Oracle10DataTypeFactory and Oracle11DataTypeFactory found here: https://sourceforge.net/tracker/index.php?func=detail&aid=2010567&group_id=47439&atid=449494 I'm fairly convinced that its a DBunit problem as reverting all the way down to DBunit 2.2.1 seems to fix the problem. Please let me know if you want any additional info. The exception being reported is: * Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to oracle.sql.CLOB ---------------------------------------------------------------------- Comment By: shai o (go19) Date: 2008-08-06 13:52 Message: Logged In: YES user_id=2169370 Originator: NO i tried the latest build from today the clob problem still occures ---------------------------------------------------------------------- Comment By: matthias g (gommma) Date: 2008-08-05 19:13 Message: Logged In: YES user_id=1803108 Originator: NO Hi there, I committed the change on rev. 773/trunk for the upcoming 2.3.0 release. The change affects OracleNClobDataType/OracleClobDataType/OracleBlobDataType which now load the classes via the JDBC connection's classloader. Thanks again and regards, mat ---------------------------------------------------------------------- Comment By: Bustuila (bustuila) Date: 2008-06-24 08:09 Message: Logged In: YES user_id=711602 Originator: YES Hello, sorry for the long pause. It works with this change :-) I also had to modify org.dbunit.ant.Operation, to fix a NPE, in toString(): replace result.append(", src=" + _src == null ? null : _src.getAbsolutePath()); with result.append(", src=" + _src == null ? "null" : _src.getAbsolutePath()); Thank you ---------------------------------------------------------------------- Comment By: matthias g (gommma) Date: 2008-06-08 17:58 Message: Logged In: YES user_id=1803108 Originator: NO Hi Bustuila, Thanks a lot for the hints. I think chances are good that your second exception is a classloader issue since the dbunit ant task uses the AntClassLoader to load the db driver class. If you have a couple of minutes you could test this as follows: - Get dbunit trunk sources from repository - Replace one line in the file org.dbunit.ext.oracle.OracleClobDataType#getClob(): <<<OLD line: Class aClobClass = Class.forName("oracle.sql.CLOB"); >>>NEW line: Class aClobClass = connection.getClass().getClassLoader().loadClass("oracle.sql.CLOB"); - Invoke "mvn install" in the dbunit trunk directory Then try using the newly created 2.3.0-SNAPSHOT version of dbunit. I think you are right in terms of checking and updating the oracle support in dbunit. It would be nice to start a discussion on how to do that (perhaps dbunit could introduce a new Oracle10DataTypeFactory that uses the newer JDBC API with java.sql.CLOB) Hope this helps. Regards, mat ---------------------------------------------------------------------- Comment By: Bustuila (bustuila) Date: 2008-06-08 12:03 Message: Logged In: YES user_id=711602 Originator: YES I'm glad the test project was useful, especially since I forgot to put the schema.sql in it... I don't run dbunit with the maven plugin in my work project, we're still using ant. I just used maven for this example, which indeed works after using the oracle datatype factory... I think the problem with the "oracle.jdbc.driver.T4CConnection cannot be cast to oracle.jdbc.OracleConnection" comes from the ant classloader, because I see before that another error: [taskdef] log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object is not assignable to a "org.apache.log4j.spi.Configurator" variable. [taskdef] log4j:ERROR The class "org.apache.log4j.spi.Configurator" was loaded by [taskdef] log4j:ERROR [AntClassLoader[...]]. [taskdef] log4j:ERROR Could not instantiate configurator [org.apache.log4j.xml.DOMConfigurator]. Another thing... it seems that these newer Oracle drivers are using the standard way of working with lobs: http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14249/adlob_api_overview.htm "You can make changes to an entire persistent LOB, or to pieces of the beginning, middle, or end of a persistent LOB in Java by means of the JDBC API using the classes: oracle.sql.BLOB oracle.sql.CLOB These classes implement java.sql.Blob and java.sql.Clob interfaces according to the JDBC 3.0 specification, which has methods for LOB modification. They also include legacy Oracle proprietary methods for LOB modification. These legacy methods are marked as deprecated and may be removed in a future release. If you use JDK 1.4 or higher, then you can use variables typed java.sql.Blob and java.sql.Clob. The JDBC 3.0 methods are included in classes12.jar, so that they can be used in JDK 1.2 or 1.3, but since they are not part of the java.sql.Blob and java.sql.Clob interfaces in those JDK versions, you must use variables typed or cast to oracle.sql.BLOB or oracle.sql.CLOB." When using the application with the spring framework and hibernate, it has no problem in inserting and updating lobs with org.springframework.jdbc.support.lob.DefaultLobHandler, so I guess this is another hint that the new drivers are much improved and they can be used with the standard jdbc interfaces. I've tried using org.springframework.jdbc.support.lob.OracleLobHandler, but it needs another dependency(NativeJdbcExtractor), so, I was very hapy the default handler worked. So, I guess something could be improved in dbunit in detecting in some way that the standard interfaces can be used... spring framework seems to use java.sql.PreparedStatement.setClob(int i, Clob x) and maybe dbunit could do it too... And then, I will try to see what I workaround I can find to make ant not screw up things.. Thanks for your help. ---------------------------------------------------------------------- Comment By: Sébastien Le Callonnec (slecallonnec) Date: 2008-06-07 20:15 Message: Logged In: YES user_id=1232035 Originator: NO Hi Bustuila, Thanks a mil for that project, that really helps! If only all the bug reports were coming with these packages test cases, life would be so much easier! Also, apologies, I hadn't realised you were using dbunit through the maven plugin. As mat mentioned below, adding: <dataTypeFactoryName>org.dbunit.ext.oracle.OracleDataTypeFactory</dataTypeFactoryName> solves the problem for me too. Is that the case for you too, or is it what caused your second problem?: java.lang.ClassCastException: oracle.jdbc.driver.T4CConnection cannot be cast to oracle.jdbc.OracleConnection I haven't been able to reproduce that second issue, though (on Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product). Did you get this my tweaking your maven config? Regards, Sébastien. ---------------------------------------------------------------------- Comment By: matthias g (gommma) Date: 2008-06-07 17:44 Message: Logged In: YES user_id=1803108 Originator: NO Hi all, I tried to reproduce the problem using your testcase and I got the same exception as you mentioned initially. I added the dataTypeFactory to the pom.xml and the test was green afterwards. ... <configuration> <driver>${driver}</driver> <url>${url}</url> <username>${username}</username> <password>${password}</password> <skip>${maven.test.skip}</skip> <dataTypeFactoryName>org.dbunit.ext.oracle.OracleDataTypeFactory</dataTypeFactoryName> </configuration> ... Note that if you want to set it in the java code you can do it as follows: ... DatabaseConnection dbConnection = new DatabaseConnection(jdbcConnection); dbConnection.getConfig().setProperty(DatabaseConfig.PROPERTY_DATATYPE_FACTORY, new OracleDataTypeFactory()); ... I also found that you might get into this problem when you work inside a Container (Tomcat or J2EE) while having the ojdbc.jar in your deployment artifact AND in the server lib dir. The cause are the ClassLoader strategies used by the container. See http://forums.oracle.com/forums/thread.jspa?threadID=554480&tstart=0 for further information. If this would be true (just speculating a bit) the cause could be that dbunit's OracleClobDataType uses "Class.forName("oracle.sql.CLOB")" instead of "connection.getClass().getClassLoader().loadClass("oracle.sql.CLOB")" Regards, mat ---------------------------------------------------------------------- Comment By: Bustuila (bustuila) Date: 2008-06-06 12:53 Message: Logged In: YES user_id=711602 Originator: YES Maybe you can get pointers from here: http://springframework.cvs.sourceforge.net/springframework/spring/src/org/springframework/jdbc/support/lob/OracleLobHandler.java?revision=1.25&view=markup ---------------------------------------------------------------------- Comment By: Bustuila (bustuila) Date: 2008-06-06 10:28 Message: Logged In: YES user_id=711602 Originator: YES Btw, you would have to use the instructions at http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html to be able to use the required plugin ---------------------------------------------------------------------- Comment By: Bustuila (bustuila) Date: 2008-06-06 07:34 Message: Logged In: YES user_id=711602 Originator: YES I've attached a project that demonstrates the problem. File Added: 1984596.zip ---------------------------------------------------------------------- Comment By: Sébastien Le Callonnec (slecallonnec) Date: 2008-06-05 17:10 Message: Logged In: YES user_id=1232035 Originator: NO If you could still provide us with a test case reproducing the issue, that would help us investigate the problem, as I haven't been able to reproduce the issue so far. Thanks, Sébastien. ---------------------------------------------------------------------- Comment By: Bustuila (bustuila) Date: 2008-06-05 15:33 Message: Logged In: YES user_id=711602 Originator: YES No problem... If I find the time, I'll try to fix it using your sugestions and provide a patch. ---------------------------------------------------------------------- Comment By: Roberto Lo Giacco (rlogiacco) Date: 2008-06-05 15:30 Message: Logged In: YES user_id=57511 Originator: NO I suggest rollback your dbunit version until we find out a solution or, in case you need some of the patches applied after the 2.2.1 release, you can rollback the commit relative to the #1806363 issue. Sorry for the inconvenience, we already know we should set up a multi rdbms integration test platform, but time and money are needed for such activities and we actually have none of them :\ ---------------------------------------------------------------------- Comment By: Sébastien Le Callonnec (slecallonnec) Date: 2008-06-05 12:30 Message: Logged In: YES user_id=1232035 Originator: NO This fix was introduced because LONGVARCHAR was causing issues with other RSBMSes. Cf. https://sourceforge.net/tracker/?func=detail&atid=449491&aid=1806363&group_id=47439 Given that we have an Oracle-specific data type, I think that fix is legitimate since the target is everything but Oracle. Now as Roberto indicated, the problem seems to be caused because the OracleDataTypeFactory should probably support T4CConnection along with OracleConnection. Regards, Sébastien. ---------------------------------------------------------------------- Comment By: Bustuila (bustuila) Date: 2008-06-05 12:21 Message: Logged In: YES user_id=711602 Originator: YES It seems it's because of the fix for 1806363 ---------------------------------------------------------------------- Comment By: Bustuila (bustuila) Date: 2008-06-05 11:30 Message: Logged In: YES user_id=711602 Originator: YES The thing I don't understand is why was the change that broke 2.2 was required... It worked perfectly fine. I've searched Hibernate sources for oracle.sql.CLOB and they don't seem to used it, so maybe it's not required at all. ---------------------------------------------------------------------- Comment By: Roberto Lo Giacco (rlogiacco) Date: 2008-06-05 11:07 Message: Logged In: YES user_id=57511 Originator: NO Oviously the problem is OracleDataTypeFactory is not aware of the pure JDBC oracle driver and recognizes only the previous classes12.jar driver I suggest to introduce a new factory or patch the actual one to work with both (the latter seems a little bit harder to me) ---------------------------------------------------------------------- Comment By: Bustuila (bustuila) Date: 2008-06-05 08:03 Message: Logged In: YES user_id=711602 Originator: YES I've tried using OracleDataTypeFactory(with driver class oracle.jdbc.OracleDriver and oracle.jdbc.driver.OracleDriver), but it doesn't work: java.lang.ClassCastException: oracle.jdbc.driver.T4CConnection cannot be cast to oracle.jdbc.OracleConnection at oracle.sql.CLOB.createTemporary(CLOB.java:754) at oracle.sql.CLOB.createTemporary(CLOB.java:716) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.dbunit.ext.oracle.OracleClobDataType.getClob(OracleClobDataType.java:70) at org.dbunit.ext.oracle.OracleClobDataType.setSqlValue(OracleClobDataType.java:56) at org.dbunit.database.statement.SimplePreparedStatement.addValue(SimplePreparedStatement.java:62) at org.dbunit.database.statement.AutomaticPreparedBatchStatement.addValue(AutomaticPreparedBatchStatement.java:52) at org.dbunit.operation.AbstractBatchOperation.execute(AbstractBatchOperation.java:177) at org.dbunit.ant.Operation.execute(Operation.java:183) I'll try and create a simple test case. ---------------------------------------------------------------------- Comment By: Sébastien Le Callonnec (slecallonnec) Date: 2008-06-04 16:48 Message: Logged In: YES user_id=1232035 Originator: NO Hi there, Would you have a simple test case reproducing the issue? If you use an OracleConnection, OracleClobDataType should be used instead of the "normal" ClobDataType. Regards, Sébastien ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=1984596&group_id=47439 |
|
From: John H. <joh...@gm...> - 2010-11-04 22:21:53
|
Forwarded to both lists, because David apparently had trouble getting it to the user list. Sounds interesting David. I look forward to having a look soon. John Hurst ---------- Forwarded message ---------- From: David <spo...@us...> Date: Fri, Nov 5, 2010 at 11:09 AM Subject: Annotations for DBUnit To: go...@us..., jb...@us..., jef...@us..., rlo...@us... Hello, First of all, I really like DBUnit. One of the great missing feature is undoutedly the support for annotations to speed up the development. I found out this feature is planned in DBUnit 3 roadmap. On a previous project I worked on, the team decided to implement a really simple support for annotations. Based on this idea, I decided to develop a much more complete implementation. I haven't decided to create a dedicated project. For me, it is only a proof of concept. If you want to take a look at it, you can find the maven project here http://dl.dropbox.com/u/9788568/dbunit-annotations-20101101.zip In this project the tests are not really unit tests. They are merely samples. My objectives are the followings : * Provide a complete set of annotations (only a subset of data set related annotations are implemented now) * Provide an extension mechanism to let development teams design their own annotations according to their test strategy (done through the DateSetFactory annotation) * Guarantee independence with the test framework (only JUnit 4 is supported but the core implementation does not rely on it) * Speed up the development by requiring as less code as possible to integrate DBUnit and let the developpers focus on the test itself. I hope you can find an interest in this PoC Thanks David PS: My first intention was to send this email at dbunit- us...@li... but I never received confirmation email for my subscription. -- Life is interfering with my game |
|
From: SourceForge.net <no...@so...> - 2010-11-02 09:14:05
|
Bugs item #2999084, was opened at 2010-05-10 01:46 Message generated for change (Comment added) made by dfghi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=2999084&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: Feature Request Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: dfghi (dfghi) Assigned to: Roberto Lo Giacco (rlogiacco) Summary: Add support for Postgresql 8 Blobs. Initial Comment: Recent versions of Postgresql prefer to handle blobs (large objects or "lo", as posgresql documentation calls them) in a separate system table, leaving only a reference (oid) in the original table. This means that it's not possible to use DbUnit to insert Blobs directly in tables. The attached file provides a patch to the existing DataTypeFactory and a new DataType for Postgresql Blobs. It's a draft because I'm not totally sure of a couple of things, but it's better than nothing. ---------------------------------------------------------------------- >Comment By: dfghi (dfghi) Date: 2010-11-02 10:14 Message: The version of PostgresqlBlobDataType in the zip file should be used with dbcp version 1.2, newer versions should use the attached one, but that requires to set the property "accessToUnderlyingConnectionAllowed" to true in the data source. A good solution would be to get an entirely new connection in another way, getting the datasource from the factory (if possible) or from some other source that should be clearly accessible from the PostgresqlBlobDataType class. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=2999084&group_id=47439 |
|
From: Roberto Lo G. <rlo...@gm...> - 2010-10-08 15:06:28
|
When she/he asked me for details I said the html can't be modified because it's generated and the only customizable thing is css. I said he/she can refresh the logo too but maintaining it's design principles: no strange images nor decorations, the db like U should remain untouched. On Fri, Oct 8, 2010 at 13:50, Jeff Jensen <jj...@ap...> wrote: > I'm not sure what that means - "refresh of the site". Could you > elaborate further? The site needs some menu and content > reorganization (I even have a few minor tweaks in progress locally). > We can easily use a different Maven skin. But I don't want to change > how the site is created - keep it as a result of "mvn site". I hope > they understand how the site is made! > > I plan to do/help with menu and content organization setup with 3.0. > I also plan to work on the Maven build setup for it. > > > On Fri, Oct 8, 2010 at 1:46 AM, Roberto Lo Giacco <rlo...@gm...> > wrote: > > Someone has contacted me proposing a refresh of the site: I said we are > open > > to proposals and invited her/him to join the developers list and send us > a > > mockup. I think a style refresh (not a revolution) could show our users > we > > really moving further. > > I'm waiting for votes on the other threads and volunteers for tasks. > Should > > we establish a voting deadline? > > > > On Thu, Oct 7, 2010 at 01:10, Roberto Lo Giacco <rlo...@gm...> > wrote: > >> > >> I wish to condense in this only series of email all the informations and > >> questions about Codehaus. > >> First of all the project on Codehaus has just been opened and nothing > has > >> been moved yet: source code, web site and issue tracker are still hosted > on > >> SourceForge. > >> Talking about membership and permissions I think we have two levels only > >> at Codehaus level: despot and developer, and I am the only one able to > act > >> as despot (I think that is the project admin). > >> JIRA and Confluence have their own permissions, groups and other stuff, > >> they should have a user base shared among those applications (no SSO > system > >> as multiple logins are required moving among applications) and we will > deal > >> with permissions on those system when needed. > >> About CI I've see nothing about, but may be I'm missing something, I'm > >> going to let other people with more experience on Codehaus give us an > >> answer. > >> About Git vs Subversion we have not yet decided, but I think right now > it > >> is not a very big deal, meaning we have nothing to share and I think a > >> migration would be possible in the future, anyway I'm going to issue a > vote > >> on the topic. I would prefer to concentrate on WHAT to put on that > source > >> control rather than the source control system itself: but leave out this > >> digression and let me stay on topic. > >> We can concentrate to migrate the current code base to the new platform > >> and spend our time on that objective OR leave things are they are right > now > >> and start using the new platform making it public when we are ready for > an > >> alfa release: whatever the decision will be (a vote will be kicked) I > will > >> not approve anything leaving the project without a stable > infrastructural > >> system. > > > > > ------------------------------------------------------------------------------ > > Beautiful is writing same markup. Internet Explorer 9 supports > > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > > Spend less time writing and rewriting code and more time creating great > > experiences on the web. Be a part of the beta today. > > http://p.sf.net/sfu/beautyoftheweb > > _______________________________________________ > > dbunit-developer mailing list > > dbu...@li... > > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > > > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > |
|
From: Jeff J. <jj...@ap...> - 2010-10-08 11:51:23
|
I'm not sure what that means - "refresh of the site". Could you elaborate further? The site needs some menu and content reorganization (I even have a few minor tweaks in progress locally). We can easily use a different Maven skin. But I don't want to change how the site is created - keep it as a result of "mvn site". I hope they understand how the site is made! I plan to do/help with menu and content organization setup with 3.0. I also plan to work on the Maven build setup for it. On Fri, Oct 8, 2010 at 1:46 AM, Roberto Lo Giacco <rlo...@gm...> wrote: > Someone has contacted me proposing a refresh of the site: I said we are open > to proposals and invited her/him to join the developers list and send us a > mockup. I think a style refresh (not a revolution) could show our users we > really moving further. > I'm waiting for votes on the other threads and volunteers for tasks. Should > we establish a voting deadline? > > On Thu, Oct 7, 2010 at 01:10, Roberto Lo Giacco <rlo...@gm...> wrote: >> >> I wish to condense in this only series of email all the informations and >> questions about Codehaus. >> First of all the project on Codehaus has just been opened and nothing has >> been moved yet: source code, web site and issue tracker are still hosted on >> SourceForge. >> Talking about membership and permissions I think we have two levels only >> at Codehaus level: despot and developer, and I am the only one able to act >> as despot (I think that is the project admin). >> JIRA and Confluence have their own permissions, groups and other stuff, >> they should have a user base shared among those applications (no SSO system >> as multiple logins are required moving among applications) and we will deal >> with permissions on those system when needed. >> About CI I've see nothing about, but may be I'm missing something, I'm >> going to let other people with more experience on Codehaus give us an >> answer. >> About Git vs Subversion we have not yet decided, but I think right now it >> is not a very big deal, meaning we have nothing to share and I think a >> migration would be possible in the future, anyway I'm going to issue a vote >> on the topic. I would prefer to concentrate on WHAT to put on that source >> control rather than the source control system itself: but leave out this >> digression and let me stay on topic. >> We can concentrate to migrate the current code base to the new platform >> and spend our time on that objective OR leave things are they are right now >> and start using the new platform making it public when we are ready for an >> alfa release: whatever the decision will be (a vote will be kicked) I will >> not approve anything leaving the project without a stable infrastructural >> system. > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Zdeněk V. <zd...@vr...> - 2010-10-08 09:29:39
|
ok, make sense. Zdenek On Fri, Oct 8, 2010 at 8:35 AM, Roberto Lo Giacco <rlo...@gm...> wrote: > About wiki, if we agree on starting the 3.0 branch on codehaus and stay on > sourceforge for the 2.x, I would move the next gen expected features only... > linking the two wikis each other when necessary. > Do you agree? > > On Fri, Oct 8, 2010 at 08:58, Zdeněk Vráblík <zd...@vr...> wrote: >> >> Hi Roberto, >> >> I could work on moving wiki to confluence. >> >> Regards, >> Zdenek >> >> On Fri, Oct 8, 2010 at 7:46 AM, Roberto Lo Giacco <rlo...@gm...> >> wrote: >> > Someone has contacted me proposing a refresh of the site: I said we are >> > open >> > to proposals and invited her/him to join the developers list and send us >> > a >> > mockup. I think a style refresh (not a revolution) could show our users >> > we >> > really moving further. >> > I'm waiting for votes on the other threads and volunteers for tasks. >> > Should >> > we establish a voting deadline? >> > >> > On Thu, Oct 7, 2010 at 01:10, Roberto Lo Giacco <rlo...@gm...> >> > wrote: >> >> >> >> I wish to condense in this only series of email all the informations >> >> and >> >> questions about Codehaus. >> >> First of all the project on Codehaus has just been opened and nothing >> >> has >> >> been moved yet: source code, web site and issue tracker are still >> >> hosted on >> >> SourceForge. >> >> Talking about membership and permissions I think we have two levels >> >> only >> >> at Codehaus level: despot and developer, and I am the only one able to >> >> act >> >> as despot (I think that is the project admin). >> >> JIRA and Confluence have their own permissions, groups and other stuff, >> >> they should have a user base shared among those applications (no SSO >> >> system >> >> as multiple logins are required moving among applications) and we will >> >> deal >> >> with permissions on those system when needed. >> >> About CI I've see nothing about, but may be I'm missing something, I'm >> >> going to let other people with more experience on Codehaus give us an >> >> answer. >> >> About Git vs Subversion we have not yet decided, but I think right now >> >> it >> >> is not a very big deal, meaning we have nothing to share and I think a >> >> migration would be possible in the future, anyway I'm going to issue a >> >> vote >> >> on the topic. I would prefer to concentrate on WHAT to put on that >> >> source >> >> control rather than the source control system itself: but leave out >> >> this >> >> digression and let me stay on topic. >> >> We can concentrate to migrate the current code base to the new platform >> >> and spend our time on that objective OR leave things are they are right >> >> now >> >> and start using the new platform making it public when we are ready for >> >> an >> >> alfa release: whatever the decision will be (a vote will be kicked) I >> >> will >> >> not approve anything leaving the project without a stable >> >> infrastructural >> >> system. >> > >> > >> > ------------------------------------------------------------------------------ >> > Beautiful is writing same markup. Internet Explorer 9 supports >> > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >> > Spend less time writing and rewriting code and more time creating great >> > experiences on the web. Be a part of the beta today. >> > http://p.sf.net/sfu/beautyoftheweb >> > _______________________________________________ >> > dbunit-developer mailing list >> > dbu...@li... >> > https://lists.sourceforge.net/lists/listinfo/dbunit-developer >> > >> > >> >> >> ------------------------------------------------------------------------------ >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today. >> http://p.sf.net/sfu/beautyoftheweb >> _______________________________________________ >> dbunit-developer mailing list >> dbu...@li... >> https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Roberto Lo G. <rlo...@gm...> - 2010-10-08 07:36:13
|
About wiki, if we agree on starting the 3.0 branch on codehaus and stay on sourceforge for the 2.x, I would move the next gen expected features only... linking the two wikis each other when necessary. Do you agree? On Fri, Oct 8, 2010 at 08:58, Zdeněk Vráblík <zd...@vr...> wrote: > Hi Roberto, > > I could work on moving wiki to confluence. > > Regards, > Zdenek > > On Fri, Oct 8, 2010 at 7:46 AM, Roberto Lo Giacco <rlo...@gm...> > wrote: > > Someone has contacted me proposing a refresh of the site: I said we are > open > > to proposals and invited her/him to join the developers list and send us > a > > mockup. I think a style refresh (not a revolution) could show our users > we > > really moving further. > > I'm waiting for votes on the other threads and volunteers for tasks. > Should > > we establish a voting deadline? > > > > On Thu, Oct 7, 2010 at 01:10, Roberto Lo Giacco <rlo...@gm...> > wrote: > >> > >> I wish to condense in this only series of email all the informations and > >> questions about Codehaus. > >> First of all the project on Codehaus has just been opened and nothing > has > >> been moved yet: source code, web site and issue tracker are still hosted > on > >> SourceForge. > >> Talking about membership and permissions I think we have two levels only > >> at Codehaus level: despot and developer, and I am the only one able to > act > >> as despot (I think that is the project admin). > >> JIRA and Confluence have their own permissions, groups and other stuff, > >> they should have a user base shared among those applications (no SSO > system > >> as multiple logins are required moving among applications) and we will > deal > >> with permissions on those system when needed. > >> About CI I've see nothing about, but may be I'm missing something, I'm > >> going to let other people with more experience on Codehaus give us an > >> answer. > >> About Git vs Subversion we have not yet decided, but I think right now > it > >> is not a very big deal, meaning we have nothing to share and I think a > >> migration would be possible in the future, anyway I'm going to issue a > vote > >> on the topic. I would prefer to concentrate on WHAT to put on that > source > >> control rather than the source control system itself: but leave out this > >> digression and let me stay on topic. > >> We can concentrate to migrate the current code base to the new platform > >> and spend our time on that objective OR leave things are they are right > now > >> and start using the new platform making it public when we are ready for > an > >> alfa release: whatever the decision will be (a vote will be kicked) I > will > >> not approve anything leaving the project without a stable > infrastructural > >> system. > > > > > ------------------------------------------------------------------------------ > > Beautiful is writing same markup. Internet Explorer 9 supports > > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > > Spend less time writing and rewriting code and more time creating great > > experiences on the web. Be a part of the beta today. > > http://p.sf.net/sfu/beautyoftheweb > > _______________________________________________ > > dbunit-developer mailing list > > dbu...@li... > > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > > > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > |
|
From: Zdeněk V. <zd...@vr...> - 2010-10-08 06:58:18
|
Hi Roberto, I could work on moving wiki to confluence. Regards, Zdenek On Fri, Oct 8, 2010 at 7:46 AM, Roberto Lo Giacco <rlo...@gm...> wrote: > Someone has contacted me proposing a refresh of the site: I said we are open > to proposals and invited her/him to join the developers list and send us a > mockup. I think a style refresh (not a revolution) could show our users we > really moving further. > I'm waiting for votes on the other threads and volunteers for tasks. Should > we establish a voting deadline? > > On Thu, Oct 7, 2010 at 01:10, Roberto Lo Giacco <rlo...@gm...> wrote: >> >> I wish to condense in this only series of email all the informations and >> questions about Codehaus. >> First of all the project on Codehaus has just been opened and nothing has >> been moved yet: source code, web site and issue tracker are still hosted on >> SourceForge. >> Talking about membership and permissions I think we have two levels only >> at Codehaus level: despot and developer, and I am the only one able to act >> as despot (I think that is the project admin). >> JIRA and Confluence have their own permissions, groups and other stuff, >> they should have a user base shared among those applications (no SSO system >> as multiple logins are required moving among applications) and we will deal >> with permissions on those system when needed. >> About CI I've see nothing about, but may be I'm missing something, I'm >> going to let other people with more experience on Codehaus give us an >> answer. >> About Git vs Subversion we have not yet decided, but I think right now it >> is not a very big deal, meaning we have nothing to share and I think a >> migration would be possible in the future, anyway I'm going to issue a vote >> on the topic. I would prefer to concentrate on WHAT to put on that source >> control rather than the source control system itself: but leave out this >> digression and let me stay on topic. >> We can concentrate to migrate the current code base to the new platform >> and spend our time on that objective OR leave things are they are right now >> and start using the new platform making it public when we are ready for an >> alfa release: whatever the decision will be (a vote will be kicked) I will >> not approve anything leaving the project without a stable infrastructural >> system. > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Roberto Lo G. <rlo...@gm...> - 2010-10-08 06:47:30
|
Someone has contacted me proposing a refresh of the site: I said we are open to proposals and invited her/him to join the developers list and send us a mockup. I think a style refresh (not a revolution) could show our users we really moving further. I'm waiting for votes on the other threads and volunteers for tasks. Should we establish a voting deadline? On Thu, Oct 7, 2010 at 01:10, Roberto Lo Giacco <rlo...@gm...> wrote: > I wish to condense in this only series of email all the informations and > questions about Codehaus. > > First of all the project on Codehaus has just been opened and nothing has > been moved yet: source code, web site and issue tracker are still hosted on > SourceForge. > > Talking about membership and permissions I think we have two levels only at > Codehaus level: despot and developer, and I am the only one able to act as > despot (I think that is the project admin). > > JIRA and Confluence have their own permissions, groups and other stuff, > they should have a user base shared among those applications (no SSO system > as multiple logins are required moving among applications) and we will deal > with permissions on those system when needed. > > About CI I've see nothing about, but may be I'm missing something, I'm > going to let other people with more experience on Codehaus give us an > answer. > > About Git vs Subversion we have not yet decided, but I think right now it > is not a very big deal, meaning we have nothing to share and I think a > migration would be possible in the future, anyway I'm going to issue a vote > on the topic. I would prefer to concentrate on WHAT to put on that source > control rather than the source control system itself: but leave out this > digression and let me stay on topic. > > We can concentrate to migrate the current code base to the new platform and > spend our time on that objective OR leave things are they are right now and > start using the new platform making it public when we are ready for an alfa > release: whatever the decision will be (a vote will be kicked) I will not > approve anything leaving the project without a stable infrastructural > system. > |
|
From: SourceForge.net <no...@so...> - 2010-10-07 16:16:27
|
Bugs item #3083100, was opened at 2010-10-07 18:16 Message generated for change (Tracker Item Submitted) made by djeanprost You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3083100&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: Bug Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dominique Jean-Prost (djeanprost) Assigned to: matthias g (gommma) Summary: Serious performance problem in DataBaseSequenceFilter Initial Comment: Hello, Since 2.4.0, I meet a serious perfomance problem when using DBUnit. After searching a bit, I found that my problem comes from DatabaseSequenceFilter ,which tries to sort tables. I monitored db statements sent to SQL Server, and the numbers of statements increased a lot. I think that org.dbunit.database.DatabaseSequenceFilter.getDependencyInfo(IDatabaseConnection, String) is the culprit : maybe dependencies should be cached ? Dom 2.3.0 : 4 statements for 4 tables exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'personne', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'externe', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'emails', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'collaborateur', NULL, NULL, NULL, NULL, NULL 2.4.0 : many statements for 4 tables. exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'personne', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Collaborateur', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Emails', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Externe', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Collaborateur', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Emails', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Externe', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'personne', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'personne', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Collaborateur', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Collaborateur', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Emails', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'Externe', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'personne', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'externe', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'externe', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'externe', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'externe', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'externe', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'externe', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'externe', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'externe', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'externe', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'emails', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'emails', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'emails', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'emails', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'emails', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'emails', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'emails', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'emails', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'emails', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'collaborateur', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'collaborateur', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'collaborateur', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'collaborateur', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'collaborateur', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', 'collaborateur', NULL, NULL, NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'collaborateur', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'collaborateur', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'collaborateur', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000)', N'EXEC sp_tables @P0, @P1, @P2, @P3 ', 'Personne', NULL, NULL, NULL exec sp_prepexec @P1 output, N'@P0 varchar(8000),@P1 varchar(8000),@P2 varchar(8000),@P3 varchar(8000),@P4 varchar(8000),@P5 varchar(8000)', N'EXEC sp_fkeys @P0, @P1, @P2, @P3 , @P4 ,@P5 ', NULL, NULL, NULL, 'Personne', NULL, NULL ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3083100&group_id=47439 |
|
From: SourceForge.net <no...@so...> - 2010-10-07 07:51:45
|
Bugs item #3082787, was opened at 2010-10-07 09:51 Message generated for change (Tracker Item Submitted) made by djeanprost You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3082787&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: Bug Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dominique Jean-Prost (djeanprost) Assigned to: matthias g (gommma) Summary: MSSQL uniqueidentifier problem Initial Comment: MsSqlDataTypeFactory should handle uniqueidentifier datatype correctly : if(sqlType=-11) { return DataType.CHAR;} ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=449491&aid=3082787&group_id=47439 |
|
From: Zdeněk V. <zd...@vr...> - 2010-10-07 05:50:21
|
it should be possible to maintain both svn ( as master ) and git ( as exported master ). See Hudson dev team. There is svn2git utility. Regards, Zdenek On Thu, Oct 7, 2010 at 3:22 AM, Jeff Jensen <jj...@ap...> wrote: > Both are fine, so +0. I'm for git if the team is, otherwise svn will > continue to work. > > > On Wed, Oct 6, 2010 at 6:24 PM, Roberto Lo Giacco <rlo...@gm...> wrote: >> +1 for Subversion for me >> I gave a serious try to Git and I concluded it has all the complications of >> clearcase just to solve a problem it hardly happens or that you can solve >> easily just thinking about what you are doing just before starting to do it. >> I hated clearcase for tis staging area and peronal branches and I didn't saw >> anything so much better than subversion to let me decide I can live with >> staging areas having such a feature as exchange. My personal opinion >> obviously. >> >> On Thu, Oct 7, 2010 at 01:11, Roberto Lo Giacco <rlo...@gm...> wrote: >>> >>> Please vote for Git or Subversion. >> >> ------------------------------------------------------------------------------ >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today. >> http://p.sf.net/sfu/beautyoftheweb >> _______________________________________________ >> dbunit-developer mailing list >> dbu...@li... >> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >> >> > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > |
|
From: Jeff J. <jj...@ap...> - 2010-10-07 02:34:15
|
Thanks for the offer, Zdeněk. Codehaus has bamboo for CI server, and if we don't move there then my employer will host it for us for free too. On Wed, Oct 6, 2010 at 4:26 PM, Zdeněk Vráblík <zd...@vr...> wrote: > Hi all, > > Hi Jeff, > I have got CI server for free. I have got that virtual server since > this week. It is virtual server with 1 gb of memory. > > I would like to install there hudson and configure integration tests for dbunit. > > Does the Codehaus offer the CI server? Does it make sense me to > configure the CI server ? > > Regards, > Zdenek > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Jeff J. <jj...@ap...> - 2010-10-07 02:27:54
|
If we move to Codehaus, +1 for hosting everything 3.0 there, leave 2.x on SF. This includes issue tracking, email lists, etc. On Wed, Oct 6, 2010 at 6:24 PM, John Hurst <joh...@gm...> wrote: > My vote is to migrate the code base to CodeHaus as the starting point for > 3.0. I.e. the new CodeHaus code base becomes the 3.0 trunk. > I'd be inclined to convert it to Git, but I don't wish to do this unless > other committers are happy to use Git. > JH > > On Thu, Oct 7, 2010 at 12:13 PM, Roberto Lo Giacco <rlo...@gm...> > wrote: >> >> Please vote for starting migrating the existing codebase on codehaus vs >> leaving the actual codebase on sourceforge and use codehaus for the next >> major release. >> +1 for next release. >> >> ------------------------------------------------------------------------------ >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today. >> http://p.sf.net/sfu/beautyoftheweb >> _______________________________________________ >> dbunit-developer mailing list >> dbu...@li... >> https://lists.sourceforge.net/lists/listinfo/dbunit-developer >> > > > > -- > Life is interfering with my game > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Jeff J. <jj...@ap...> - 2010-10-07 02:22:44
|
Both are fine, so +0. I'm for git if the team is, otherwise svn will continue to work. On Wed, Oct 6, 2010 at 6:24 PM, Roberto Lo Giacco <rlo...@gm...> wrote: > +1 for Subversion for me > I gave a serious try to Git and I concluded it has all the complications of > clearcase just to solve a problem it hardly happens or that you can solve > easily just thinking about what you are doing just before starting to do it. > I hated clearcase for tis staging area and peronal branches and I didn't saw > anything so much better than subversion to let me decide I can live with > staging areas having such a feature as exchange. My personal opinion > obviously. > > On Thu, Oct 7, 2010 at 01:11, Roberto Lo Giacco <rlo...@gm...> wrote: >> >> Please vote for Git or Subversion. > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > |
|
From: Andres A. <aal...@ya...> - 2010-10-06 23:32:43
|
Here's the link to Codehaus' CI -> Atlassian's Bamboo http://bamboo.ci.codehaus.org Regarding svn/git, it's true it gets a bit weird at first but git is definitely much better in the long run for sharing code. Cheers, Andres ________________________________ From: Roberto Lo Giacco <rlo...@gm...> To: dbu...@li... Sent: Wed, October 6, 2010 6:10:09 PM Subject: [dbunit-developer] Codehaus I wish to condense in this only series of email all the informations and questions about Codehaus. First of all the project on Codehaus has just been opened and nothing has been moved yet: source code, web site and issue tracker are still hosted on SourceForge. Talking about membership and permissions I think we have two levels only at Codehaus level: despot and developer, and I am the only one able to act as despot (I think that is the project admin). JIRA and Confluence have their own permissions, groups and other stuff, they should have a user base shared among those applications (no SSO system as multiple logins are required moving among applications) and we will deal with permissions on those system when needed. About CI I've see nothing about, but may be I'm missing something, I'm going to let other people with more experience on Codehaus give us an answer. About Git vs Subversion we have not yet decided, but I think right now it is not a very big deal, meaning we have nothing to share and I think a migration would be possible in the future, anyway I'm going to issue a vote on the topic. I would prefer to concentrate on WHAT to put on that source control rather than the source control system itself: but leave out this digression and let me stay on topic. We can concentrate to migrate the current code base to the new platform and spend our time on that objective OR leave things are they are right now and start using the new platform making it public when we are ready for an alfa release: whatever the decision will be (a vote will be kicked) I will not approve anything leaving the project without a stable infrastructural system. |
|
From: Roberto Lo G. <rlo...@gm...> - 2010-10-06 23:25:29
|
+1 for Subversion for me I gave a serious try to Git and I concluded it has all the complications of clearcase just to solve a problem it hardly happens or that you can solve easily just thinking about what you are doing just before starting to do it. I hated clearcase for tis staging area and peronal branches and I didn't saw anything so much better than subversion to let me decide I can live with staging areas having such a feature as exchange. My personal opinion obviously. On Thu, Oct 7, 2010 at 01:11, Roberto Lo Giacco <rlo...@gm...> wrote: > Please vote for Git or Subversion. |
|
From: John H. <joh...@gm...> - 2010-10-06 23:24:54
|
My vote is to migrate the code base to CodeHaus as the starting point for 3.0. I.e. the new CodeHaus code base becomes the 3.0 trunk. I'd be inclined to convert it to Git, but I don't wish to do this unless other committers are happy to use Git. JH On Thu, Oct 7, 2010 at 12:13 PM, Roberto Lo Giacco <rlo...@gm...>wrote: > Please vote for starting migrating the existing codebase on codehaus vs > leaving the actual codebase on sourceforge and use codehaus for the next > major release. > > +1 for next release. > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > > -- Life is interfering with my game |
|
From: Roberto Lo G. <rlo...@gm...> - 2010-10-06 23:13:57
|
Please vote for starting migrating the existing codebase on codehaus vs leaving the actual codebase on sourceforge and use codehaus for the next major release. +1 for next release. |