Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Sorry to nag Oleg, but did you find anything in...

    Sorry to nag Oleg, but did you find anything in your investigations? Is there a workaround?

    Cheers,

    Alph
  2. si-http:outbound-gateway gives HttpMessageNotWritableException for Integer

    I am building a very simple spike for http:outbound-gateway.

    My app is configured as follows:



    <si:gateway id="httpGateway" service-interface="bob.Gateway"...
  3. Seeking advice on how to structure a solution

    Looking for advice on the best way to tackle the following...

    Need a process to:
    + poll a database table for the arrival of a new record
    + transform the record to the XML appropriate for a...
  4. It's proabably also worth looking at @Required. ...

    It's proabably also worth looking at @Required.

    BOB
  5. The error message says: 'Bean property 'writer'...

    The error message says: 'Bean property 'writer' is not writable...'

    YOu have declared writer to be private:

    private FlatFileItemWriter<Business> writer

    It can't be set by the context.
    ...
  6. Sure. I wrote a 'how-to' article for...

    Sure.

    I wrote a 'how-to' article for GroovyMag (http://www.groovymag.com) a while back.

    It's all at:
    ...
  7. How can the app see these?

    Thanks for the prompt reply, Lucas.

    I saw writeCount, etc. in the doco. and I have just put 2 + 2 together.

    I can do:

    jobExcution.getStepExecutions() and look at the individual statistics:
    ...
  8. Returning statistics to the calling application

    My batch has a job with multiple steps...the 'important' step in the middle (the one that does the 'real' work, so to speak) reads a record, and writes it to either a 'good' XML file or a 'bad' csv...
  9. To answer my own question...

    Registering the writer as a stream for the chunk worked.


    <bean id= "passthroughLineAggregator" class="fm.PassThroughLineAggregator" />

    <bean id="errorItemWriter"
    ...
  10. How to write skipped data to itemWriter inside a SkipListener

    I have a SkipListener set up and I inject an itemWriter into it. When I use the itemWriter, I get:

    org.springframework.batch.item.WriterNotOpenException: Writer must be open before it can be...
  11. Ah. Any workaround come to mind (other than...

    Ah.

    Any workaround come to mind (other than what I have done)?

    Is there anything that I could do to help you confirm what is going on?

    Cheers,

    Alph
  12. No. The interface is purely configured via XML,...

    No. The interface is purely configured via XML, as shown in my first post.

    My understanding is that @Gateway is optional(?)

    I'll try to add @Gateway and see if any change.

    Cheers,

    Alph
  13. Thanks for taking the time to get back to me! ...

    Thanks for taking the time to get back to me!

    I wasn't worried about being ignored...I realise (and appreciate) that you guys are out there working hard...

    I WAS worried about having done...
  14. Ping! Nobody seen this behaviour before? It is...

    Ping!

    Nobody seen this behaviour before? It is quite reproduceable...

    Alph
  15. Forgot the details...

    This is with Spring Integration 1.0.2
    Grails 1.1/Groovy 1.6.1
    Active MQ 5.2
    Java 1.6.0_12
    Vista SP1
  16. If I use SimpleMessagingGateway as follows: ...

    If I use SimpleMessagingGateway as follows:


    def send = {
    def msg = params.content
    flash.message = jmsGateway.sendAndReceive(msg)
    }

    I also get an error:
  17. GatewayProxyFactoryBean default-reply-channel not resolved

    I am trying to wire up a gateway.

    I have the following working:


    jmsGateway(org.springframework.integration.gateway.SimpleMessagingGateway) {
    requestChannel = ref("routerChannel")
    ...
  18. More

    ...on this little conversation I am having with myself...

    Going back to:

    http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMBeansInJConsole

    it appears that it is necessary to actually supply all...
  19. But...

    if one then adds the property -Xmanagement, one gets:



    [JRockit] Local management server started.
    19:19:42,953 INFO [Server] Starting JBoss (MX MicroKernel)...
    19:19:42,953 INFO [Server]...
  20. I THINK I solved it...

    Dug around, found:

    http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMBeansInJConsole

    The key is to use the -Djboss.platform.mbeanserver, then it is possible to do:



    <bean id="mbeanServer"...
  21. MBeanServerFactoryBean.locateExistingServerIfPossi ble not working with JBoss?

    Up-to-date stack

    + Spring 2.5.1
    + JBoss 4.2.2GA
    + jrockit-R27.4.0-jdk1.5.0_12

    With the appended configuration, I am finding that my JMX-aware 'addressOrIPFilter' instance is being advertised...
  22. Replies
    15
    Views
    12,912

    Sticky: Survey response

    Good to know that 0.9 is in the offing!

    - which modules do you personally use or know of in use

    valang, XT, declarative cache

    - which Spring platform you use (2.0, 2.5 etc.)

    latest 2.5,...
  23. Replies
    3
    Views
    1,756

    Updated ETA?

    Time seems to have moved on...any thoughts as to when a new release will be now?

    Cheers,

    Alph
  24. NotSerializableException: AbstractEntityManagerFactoryBean$ManagedEntityMana ...

    Question: has anyone seen the following before?

    [This is with Clustered JBoss 4.2.1GA. and Spring 2.1M4]



    14:36:08,158 ERROR
    [org.jboss.web.tomcat.service.session.JBossCacheService]...
  25. Replies
    6
    Views
    3,060

    VALANG works well

    I agree...

    I have just completed rolling out into production a system that uses VALANG and I saw no memory leaks, performance 'gotchas' etc. when I did performance testing.

    This makes me feel...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4