-
Loading Panasonic DMC-LX2 image from P1000687.RAW ...
Daylight
2.288973 1.000000 1.631179
Cloudy
2.539924 1.000000 1.479087
Shade
2.752852 1.000000 1.410646
Halogen
1.448669 1.000000 2.319392
Flash...
2008-04-20 16:45:32 UTC in UFRaw
-
I have this mapped statement:
<mapped-statement name="shareSchedulingById" parameter-class="java.lang.Integer" result-map="get-scheduling-result">
update SCHEDULING set SHARED = '0' where ID_ACTION = (select ID_ACTION from SCHEDULING where ID_SCHEDULING = #value#);
update SCHEDULING set SHARED = '1' where ID_SCHEDULING = #value#;...
2003-11-03 16:54:17 UTC in iBATIS Database Layer
-
I got it. jrun.jar contains another (different) org.jdom package. GRRRR...
Thank for listening :)
2003-10-20 15:40:43 UTC in iBATIS Database Layer
-
Ok, looks like I'm approaching the root of the problem.
Changing:
String sql = ((Text) child).getText();
with:
String sql = ((Text) child).getValue();
the whole thing works, otherwise I get an error from the compiler saying the method getText() doesn't exist for the type Text...
Now the question is: why? :)
I'm using the jdom.jar coming with iBatis...
2003-10-20 14:38:55 UTC in iBATIS Database Layer
-
Hello,
I'm trying to read sql-map-config.xml from my web-app war and I get a VerifyError exception:
java.lang.VerifyError: (class: com/ibatis/db/sqlmap/XmlSqlMapBuilder, method: buildFragmentList signature: (Lorg/jdom/Element;)Ljava/util/List;) Incompatible object argument for function call
I'm reading it with:
sqlMap =...
2003-10-20 11:19:47 UTC in iBATIS Database Layer
-
micampe committed patchset 69 of module moleskine to the GNOME Moleskine CVS repository, changing 1 files.
2002-03-13 15:46:46 UTC in GNOME Moleskine
-
micampe committed patchset 68 of module moleskine to the GNOME Moleskine CVS repository, changing 2 files.
2002-03-05 18:07:54 UTC in GNOME Moleskine
-
micampe committed patchset 67 of module moleskine to the GNOME Moleskine CVS repository, changing 1 files.
2002-03-05 16:18:28 UTC in GNOME Moleskine
-
micampe committed patchset 66 of module moleskine to the GNOME Moleskine CVS repository, changing 1 files.
2002-03-05 09:06:22 UTC in GNOME Moleskine
-
micampe committed patchset 65 of module moleskine to the GNOME Moleskine CVS repository, changing 3 files.
2002-03-04 18:00:50 UTC in GNOME Moleskine