Search:

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

Search: Search took 0.01 seconds.

  1. Ah, thanks!

    Ah, thanks!
  2. Did you ever figure this out?

    Did you ever figure this out?
  3. Replies
    3
    Views
    518

    Hi Marten, thanks for your reply. My...

    Hi Marten, thanks for your reply.

    My maven-dependency is spring-****-3.1.3.RELEASE.
    In my application-context.xml I use spring-jee-3.1.xsd

    When I try to use the above jndi-lookup it gives me...
  4. Replies
    3
    Views
    518

    jee:jndi-lookup

    Hi,

    I am trying to lookup a jdbc-datasource on WebLogic using jndi-lookup in my context-file.


    <jee:jndi-lookup id="dataSource" jndi-name="ds.jndi.name"/>

    but when I run my junit-test I...
  5. Replies
    1
    Views
    494

    Bean initialization order

    Is there any way to influence Springs init-order for my beans, other than using depends-on in each bean-definition?
  6. Replies
    0
    Views
    850

    AOP and invocation target

    Hello,

    I have a web service client trying to access an external service where the wsdl is located on a server using ssl. The soap-action itself is not defined as https.

    When I run my test I...
  7. Hello Amol, Thanks for your reply. The calls...

    Hello Amol,

    Thanks for your reply. The calls from the internal applications will be stateless, and I dont wish to use MQ with this service.

    I decided to try Springs HttpInvoker for this and...
  8. Calling Spring fron Non-spring application

    Hi guys,

    I am going to make a component that will communicate with an external partner. Other in-house applications will use my component to call services at this partner.

    I am considering...
  9. Replies
    0
    Views
    401

    Spring StoredProcedure

    Hi,

    I am having problems inserting NULL into my procedure using java.sql.Types.NULL.
    I receive an exception saying "Invalid object type (or null object) specified for setObject()".

    My code...
  10. Replies
    0
    Views
    418

    SWF Login issue needs help

    Hi,

    I am not sure if my question relates to SWF or Security but here goes:

    I have a simple web-app-demo in which I have enabled Spring security that should send user to a login form before any...
  11. Did you ever get this example to work? I get the...

    Did you ever get this example to work? I get the same error as you did...
  12. Replies
    2
    Views
    623

    a bit further

    Thank you.

    I got it to work, by doing this in my controller-class:




    @RequestMapping(value="message/displayMessageLog.do")
    public ModelAndView...
  13. Replies
    2
    Views
    623

    Learning SWF

    Hi,

    I am a newbie at SWF, trying to learn.

    My challenge is how to get the value from an input field in a jsp to my flow-definition?

    I have a jsp with an input-field and a search button....
  14. Connection pool exhausted using JdbcTemplate

    Hi,

    I know itīs been a while, but did you ever solve this? I have recently experienced similar problems and it seems my jdbcTemplate doesnīt act as I expected.
  15. exposeAccessContext when using JndiObjectFactory for DS-lookup

    Hello,

    I am trying to deploy an app on a WebLogic-server 10.3. When Spring tries to lookup my datasource I get this error:


    Error creating bean with name 'applicationDatasource':...
  16. Replies
    1
    Views
    691

    JDBCTemplate

    Hello all!

    I am quite a novice regarding jdbctemplate.

    I need to create a generic method which allows the caller to send an sql-query and get a resultSet in return. When I, inside this method,...
Results 1 to 16 of 16