Thanks for answer, I solved it the problem was probably
that i specified "compile" instead of "runtime" (as was indicated by the mysql example in the BuildConfig.groovy).
I had to specify it...
Type: Posts; User: jdijkmeijer; Keyword(s):
Thanks for answer, I solved it the problem was probably
that i specified "compile" instead of "runtime" (as was indicated by the mysql example in the BuildConfig.groovy).
I had to specify it...
I'm totally new to grails,
And I wanted to work on the tutorial. So I Downloaded Springsource toolsuite, from there installed grails and browsed the tutorial. However the tutorial uses joda time...
apparently spring-jms was in the ear and in the jar.
in websphere make sure to enter the following key-value pair in the custom properties of the jms connection factory:
...
excluded the jms.jar from the war and ear.
I'm getting now a
Caused by: javax.jms.JMSException: Failed to create connection
at com.ibm.ejs.jms.JMSCMUtils.mapToJMSException(JMSCMUtils.java:141)...
Hi,
We soon have to use Websphere MQ, and we would like to integrate this with our spring app. Because I've zero experience with jms or mq I decided to try something myself on Websphere with...
I had the same issue, I've override the onsetup method and forgot to include super.onSetup().
Thanks!!
and some extra characters to match the min 10 characters constraint...:confused:
Did you have any success with xmlhttp and block as none secured filters?
I'm here at home and I cant check it back at work, and i'm a kind of curious.
We've dropped the issue.
regards,
Jeroen
Hi
we're using spring-security in combination with icefaces, and have run in the same issue as original poster.
Partly the problem is with icefaces 1.7 (it worked on 1.6), but I think there might...
Dont have too much time, nor do I have much experience with spring/jms.
But different behavior and noclassdeffounderrors indicate classpath/classloader trouble, I would check that.
Good luck!
G'day,
In the past I've been beating my head against the WasWall to have the hibbernate mappingfiles being loaded by Websphere (5.1.1) It all worked on my test environment but deploying it on a...
the file in question was double on the classpath, And got lower precedence after I changed websphere classloader settings to fix another problem, for which I'm about to post a new thread.
Anyway...
I dont have a clue it's very bizar, leaving the import resoure out gives an expected error on undefined dao's, no xml parsing exception. I've seen more of this kind of errors on the internet (related...
Ooops my apologies: I forgot.
application.xml (present on root of businessservice project):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"...
Hi in WSAD 5.1 (Classic VM (build 1.4.1, J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT enabled: jitc)), Windows XP sp2) I'm trying to load applicationContext.xml file which contains 2 import...