Search:

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

Search: Search took 0.02 seconds.

  1. sorry for spamming - found the answer to my...

    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...
  2. Hi, I have the same problem. Did you (or...

    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...
  3. is not assignable to WebApplicationInitializer

    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
  4. Replies
    11
    Views
    3,423

    hi, no - no effect with...

    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...
  5. Replies
    11
    Views
    3,423

    hi mada, thanks for your endurance! ...

    hi mada,

    thanks for your endurance!

    generation by maven - no effect...



    I tried to debug my project as you mentioned:
  6. Replies
    11
    Views
    3,423

    hi! I'm not that familiar with maven, so I'm...

    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...
  7. Replies
    11
    Views
    3,423

    Hi, thanks for your help! - yes, I deinstalled...

    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 -...
  8. Replies
    11
    Views
    3,423

    Hi, thanks mada for your help! I updated...

    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...
  9. Replies
    11
    Views
    3,423

    Response-Attachment/Saaj/Jaxb

    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
  10. Replies
    9
    Views
    2,157

    heres the relevant part of my config: ...

    heres the relevant part of my config:


    <beans:bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
    <beans:property name="driverClassName"...
  11. Replies
    9
    Views
    2,157

    thank you - should be possible to do it that way...

    thank you - should be possible to do it that way :)
  12. Replies
    9
    Views
    2,157

    Requirement is, that the user and password are...

    Requirement is, that the user and password are job parameters, because they are different each time
  13. Replies
    2
    Views
    1,755

    Perfect! Thanks a lot! If there will be other...

    Perfect! Thanks a lot!

    If there will be other users with the same problem:


    <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    ...
  14. Replies
    9
    Views
    2,157

    don't need step-scope it for lateBinding

    Hi,

    I need to step-scope it for lateBinding.


    <property name="username" value="#{jobParameters[userId]}" />
    <property name="password" value="#{jobParameters[password]}" />

    Or is there...
  15. Replies
    2
    Views
    1,755

    spring-batch Namespace problem

    Hi,

    have a problem with the namespace spring-batch in 2.0.x

    My Namespace-declaration



    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  16. Replies
    9
    Views
    2,157

    LateBinding DataSource

    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...
  17. Replies
    2
    Views
    960

    thanks

    thank you very much :)
  18. Replies
    2
    Views
    960

    XML Stream 2 DB

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