Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,933

    Just to add to the discussion above. We had a...

    Just to add to the discussion above. We had a working cleanroom implementation of the Quartz scheduler running on our DB. When we integrated it into our main application however we started having the...
  2. Replies
    0
    Views
    666

    Transforming Xml namespace

    Hi,

    This is a very general (and possibly very stupid) question.

    We have a simple requirement. We have a webservice (A). We need to simply call another webservice (B), and transform the...
  3. We changed our code so as not to use JNDI, but...

    We changed our code so as not to use JNDI, but to instead access the JMS queue directly using (since the exception mentioned JNDI calls in the stacktrace).

    This is fixing the issue for now.
  4. Has anybody got a spring JMS webservice solution...

    Has anybody got a spring JMS webservice solution working fully with Weblogic using JNDI lookups? (The stacktrace contains multiple calls to the weblogic JNDI lookup code)

    I haven't seen this...
  5. Replies
    0
    Views
    744

    Access JMS Header

    Hi,

    Is it possible to access JMS header information from within a Spring WS Endpoint (using the DefaultMessageListenerContainer). We have some custom JMS header we need to access and propagate...
  6. Have retested this on linux and it is still...

    Have retested this on linux and it is still occurring.

    This is a very serious issue for us. Has anybody seen this issue before?
  7. StackOverflowError using spring WS over JMS on Weblogic

    Hi,

    I have a Spring WS Endpoint listening to a Weblogic JMS queue on a separate WLS domain.

    (BTW the only way I could get this to work was to enable trust between the 2 domains)

    On...
  8. Thanks for the reply, I have a test program...

    Thanks for the reply,

    I have a test program writing to the queue at the moment. Its written using the JMSTemplate (not the WebserviceTemplate).

    Ultimately we will have bea AquaLogic ESB...
  9. Weblogic JMS and spring-ws "no Content-Type header"

    Hi,

    I'm having difficulty getting a spring-ws (1.5.2) JMS based application file to work on weblogic 9.2

    I deployed my war file successfully after following various posts here on setting up my...
  10. Replies
    16
    Views
    18,543

    thanks

    Thanks Arjen.

    Its a bit of work but thanks to this post and another I got my spring-ws 1.5.2 running weblogic 9.2.1

    For those still stuck I wrote a blog entry with the details.
    (Can't...
  11. Replies
    3
    Views
    1,922

    thanks

    I had the same problem.

    spring-ws 1.5.x requires spring 2.5.x

    I was using spring 2.0.x. Changing to spring2.5.x fixed the problem.
  12. Replies
    1
    Views
    1,752

    Daft question. Reloading properties file

    Hi

    I imagine this is a daft question and I'm missing something obvious, but...

    I have 2 peoperties files. the usual applicationContext.xml which will be shipped within a war file, and I have...
  13. Set custom ExceptionTranslator in SqlMapClientFactoryBean

    I'm using Spring DAO and Ibatis.

    I wish to supply a custom ExceptionTranslator for handling specific error codes returned from the DB.

    Is there an easy way to do this?

    I am extending...
Results 1 to 13 of 13