Yeah! That worked! I am *so* proud of my first working sqlmap insert! I told everbody in my room and was looked in bewilderment...
From the Application.java class:
SystemElement se = new SystemElement();
se.setSeName("test");
se.setSeType("test type");
se.setSeDescription("description b
Thanks Jeff, following your suggestions I investigated those arcane
classloader issues and I came up with a partially satisfactory solution.
Let me try to explain what I was trying to do:
First I "bundled" all iBatis jars and the MySQL J/Connector jar into an
Eclipse plugin, by using the "New Plu
Hi there,
I am a completely newbie with iBbatis, Eclipse, and even with Java
development, so I hope you'll exercise a bit of patience with me :-)
There is my problem: I'm trying to integrate iBatis' sqlmaps into an
Eclipse plugin I am developing. I generated all the abator artifacts and a
TestSq