sorry for spamming - found the answer to my question here:
http://stackoverflow.com/a/10347208
"In proxy mode (which is the default), only external method calls coming in through the proxy are...
Type: Posts; User: langmar; Keyword(s):
sorry for spamming - found the answer to my question here:
http://stackoverflow.com/a/10347208
"In proxy mode (which is the default), only external method calls coming in through the proxy are...
Hi,
I have the same problem. Did you (or anyone) find out, what is/was the problem or what to do (except of putting it into another class)?
Annotations are in the implementation of an...
Hi,
we updated our WebApp from Spring 3.1 M1 to M2:
- Java 1.6
- Spring
- Hibernate 3.6.4
- JSF 2.0.6
- IceFaces 2.0.2
- Tomcat 7.0.16
hi,
no - no effect with GenericMarshallingMethodEndpointAdapter...
I think, I have to setup a new project with the mtom sample as base and integrate my "business case" step by step...
many...
hi mada,
thanks for your endurance!
generation by maven - no effect...
I tried to debug my project as you mentioned:
hi!
I'm not that familiar with maven, so I'm useing ant:
<target name="jaxb2-ws-domain-generation">
<xjc destdir="src" package="ch.xxxx.ws.domain" removeOldOutput="yes">
<schema...
Hi, thanks for your help!
- yes, I deinstalled jdk 1.6.22; Java_Home is "_24"
- I also build a war file of my project and deployed it in a tomcat outside eclipse
- same project - other machine -...
Hi,
thanks mada for your help!
I updated my JDK from 1.6_22 to 1.6_24 (Win 64bit), but no effect! :confused:
Is there a workoround? Atach the file manually to the response at the endpoint...
Hi,
searched the web for hours, but didn't find a solution :(
We use:
- spring 3.0.5
- spring ws 2.0
- jaxb
- saaj
- java 1.6
heres the relevant part of my config:
<beans:bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
<beans:property name="driverClassName"...
thank you - should be possible to do it that way :)
Requirement is, that the user and password are job parameters, because they are different each time
Perfect! Thanks a lot!
If there will be other users with the same problem:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
...
Hi,
I need to step-scope it for lateBinding.
<property name="username" value="#{jobParameters[userId]}" />
<property name="password" value="#{jobParameters[password]}" />
Or is there...
Hi,
have a problem with the namespace spring-batch in 2.0.x
My Namespace-declaration
<beans xmlns="http://www.springframework.org/schema/beans"
...
Hi everyone,
I use the actual release 2.0.1 of spring batch.
One job parameter is the user (and password) of the db-connection to use.
I thought of the new feature of late binding the...
thank you very much :)
Hi,
my first post - great framework!! Thanks to everyone, who helped in development!
I have a use case and I don't know how to do best:
- read data from multiple database tables and mapp...