Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    477

    As StaxEventItemWriter can not be used as it...

    As StaxEventItemWriter can not be used as it always throws NullPointerException we are currently rewriting this to a custom item writer to marshal to xml and append to a file.

    Shame, as...
  2. Replies
    1
    Views
    477

    NPE with StaxEventWriter's Result object

    Hi we are getting an unexplained NullPointerException in StaxEventItemWriter.


    Our Xml looks something like this:


    <bean id="blahWriter"...
  3. Replies
    3
    Views
    1,063

    Hibernate paging, duplicates and deletion

    I have a reader that extends HibernatePagingReader, and I am concerned about data integrity with the pageing as we delete records in the writer, and how record duplication span page requests.

    Our...
  4. Replies
    6
    Views
    1,503

    Slf4j

    Changing my classes to use the native SLF4J loggers directly fixed the problem.
    So yes it looks like some commons logging was intefering somewhere.
  5. Replies
    6
    Views
    1,503

    Our application structure: app ear -> -- ...

    Our application structure:

    app ear ->
    -- jcl-over-slf4j-1.5.8.jar
    -- log4j-1.2.16.jar
    -- sl4fj-api-1.5.8.jar
    -- sl4fj-log4j12-1.5.8.jar
    -- spring-batch-core-2.1.6.RELEASE.jar
    -- ...
  6. Replies
    6
    Views
    1,503

    Bump. Any ideas how come log4j statements from...

    Bump.

    Any ideas how come log4j statements from classes in the same package gets ignored while listeners' log statements are printed?
  7. Replies
    6
    Views
    1,503

    Only Logging in listners not readers etc

    Hi,
    I have a strange issue regarding logging:

    We are using Commons logging with log4j and any log statements are only printed to the specific log4j logfile if they are in a listner. Any log...
  8. HibernatePagingItemReader and lazy collections

    Hi, Im trying to implement a reader that will page through a few "parent objects" and their huge collections of "children".



    <bean id="blahReader" scope="step"...
  9. Similar main and child objects but with database

    I have a similar requirement pattern, a main object with header info, and a collection of child objects.

    The main difference is that our source is a database, as another database is the target for...
  10. Thanks for pointing that out. So it looks like...

    Thanks for pointing that out.

    So it looks like I could look at something like what is explained here:

    http://projects.kaare-nilsen.com/wiki/staged-spring

    Using Environment Aware Properties...
  11. Spring @Resource annotation with property-placeholder

    Been searching around for clues how to do this, without writing custom implementations.

    I have application xml like this:


    <context:annotation-config/>
    <context:component-scan...
  12. Basically I think it was the wrong xmlsec.jar I...

    Basically I think it was the wrong xmlsec.jar I had transatively received by excluding another from spring-ws-security
  13. Playing around with the maven dependencies solved...

    Playing around with the maven dependencies solved the issue, although i am not sure which specifically. I mostly removed them and relied on the transitive ones.

    Also added unmarshaller setter to...
  14. Missing username in ws-security using marshaller

    Hi,

    I am setting up ws-security using wss4j, but the client drops the username from the request.

    Here is my dump of soap message:


    <SOAP-ENV:Envelope...
  15. Replies
    13
    Views
    8,736

    JIRA issue 362...

    JIRA issue 362
    http://jira.springframework.org/browse/SWS-362
    was opened by Oliver regarding this specific issue.
  16. Replies
    13
    Views
    8,736

    Someone else created a JIRA issue regarding this:...

    Someone else created a JIRA issue regarding this:
    http://jira.springframework.org/browse/SWS-362
  17. Replies
    13
    Views
    8,736

    Circumvented the issue since i merged to one xsd...

    Circumvented the issue since i merged to one xsd and not using the schemacollection bean.

    Now use this instead

    <property name="schema">
    <bean...
  18. Replies
    13
    Views
    8,736

    I encounter this problem in jetty btw.

    I encounter this problem in jetty btw.
  19. Replies
    13
    Views
    8,736

    removed my rc1 transative dependencies. So the...

    removed my rc1 transative dependencies. So the problem exists with 1.5.0 release
  20. Replies
    13
    Views
    8,736

    Confirming issue

    I do get the same problem.

    May be irrelevant, but I did notice I have a maven dependency on spring-ws 1.5.0. However I notice in the build that ws-core is is version rc1:...
  21. Replies
    0
    Views
    747

    Database view resolver

    Has anyone implemented a database resource view resolver ?

    I would like a view resolver which can be extended in real time.
    Ie a live server where customers define their own templates,
    thus not...
Results 1 to 21 of 21