Chris,
Can you try and verify if your context.xml is being processed. One way
to do this is to make it malformed (ie. Put an unclosed tag in it)
and see if Tomcat complains. If it doesn't complain, then you need to
find out why it isn't being processed.
-R
Chris Marshall wrote:
Hi Richard,
Is there an Eclipse Update site for iBATOR (I know there is one for
ABATOR)?
If not, how would the iBATOR build be installed in eclipse?
Thanks In Advance,
Marty
Sorry, I was so excited about this release that I forgot to add
details. See below.
On Jul 16, 2008, at 2:44 PM, Clinton Begin wrote:
* After a week or so, reply to this [ANNOUNCE] marked thread
with a +1, showing your confidence in the framework. Include brief
details of your stack
On Jul 16, 2008, at 2:44 PM, Clinton Begin wrote:
* After a week or so, reply to this [ANNOUNCE] marked thread
with a +1, showing your confidence in the framework. Include brief
details of your stack (app server, Spring, JDK version, web
framework, etc.)
+1
Hey Samuel
I have the same problem happening in stored procs though.
Specifying a null value in the xml for an "IN Parameter" doesnt help too.
The only way out that I was able to find was to add this to the input map
with a default value. Example if the property is of type String,
On Fri, 25 Jul 2008, Chris Marshall wrote:
According to a previous post[1] you have
WEB-INF/context.xml
but this should be
/META-INF/context.xml
according to
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
[1] http://www.mail-archive.com/user-java@ibatis.apache.org/msg11892.html
hello,
I am facing an issue concerning Ibatis.
I need to make a request on one table. Four of her columns can be nullable.
When i use netBeans and Java, my request woks fine.
But when I use BpmRule ( a tool from Absyss society), i obtained this error
message:
The error occurred in xml/Capacit
Hi Richard,
Thanks for the rapid response.
The MySql driver is in the tomcat/lib directory which I think is
correct for Tomcat 6, and it works fine without the jndi pooling. The
dbcp jars are bundled in tomcat-dbcp.jar in Tomcat 6, but I have also
tested with the individual jars without success.
I