Search:

Type: Posts; User: jdijkmeijer; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,071

    Thanks for answer, I solved it the problem was...

    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...
  2. Replies
    2
    Views
    1,071

    jar dependencies for grails and sts

    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...
  3. Replies
    2
    Views
    3,788

    more solutions

    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:
    ...
  4. Replies
    2
    Views
    3,788

    found it!

    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)...
  5. Replies
    2
    Views
    3,788

    jms ActiveMQ on Websphere

    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...
  6. super.onSetup()

    I had the same issue, I've override the onsetup method and forgot to include super.onSetup().
  7. Replies
    10
    Views
    36,188

    Great

    Thanks!!
    and some extra characters to match the min 10 characters constraint...:confused:
  8. Replies
    10
    Views
    36,188

    Did you have any success with xmlhttp and block...

    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
  9. Replies
    10
    Views
    36,188

    Hi we're using spring-security in combination...

    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...
  10. classpath

    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!
  11. Replies
    0
    Views
    900

    mappingLocations.

    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...
  12. Solved

    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...
  13. sax errors.

    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...
  14. Now with the context..

    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"...
  15. SAXParseException Document root element "bean" null.

    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...
Results 1 to 15 of 15