Ah, thanks!
Type: Posts; User: mortensjenssen; Keyword(s):
Ah, thanks!
Did you ever figure this out?
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...
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...
Is there any way to influence Springs init-order for my beans, other than using depends-on in each bean-definition?
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...
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...
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...
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...
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...
Did you ever get this example to work? I get the same error as you did...
Thank you.
I got it to work, by doing this in my controller-class:
@RequestMapping(value="message/displayMessageLog.do")
public ModelAndView...
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....
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.
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':...
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,...