Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,010

    Hi ... I am referring to BO in context of...

    Hi ...
    I am referring to BO in context of java design pattern http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html
  2. Replies
    2
    Views
    1,010

    Business Objects

    Hi All,
    Where should the business logic reside. We have been thinking of using BO which wraps the JPA entity and put our business logic into it. BO will be used a prototype bean + a provider (per...
  3. Spring Batch - Insurance benefit determination

    Hi All,

    I was reading the spring batch documentation where its written it can be used for "Insurance benefit determination"

    We are envisioning to use spring batch for health insurance claim...
  4. Re: Threadlocal not getting cleared on weblogic 11g

    Hi,

    Thanks.
    ]You were absolutely correct. Calling destroy on thread local was very dangerous and leads to unpredictable results (like spring batch RepeatContext which also used thread local...
  5. Re: Threadlocal not getting cleared on weblogic 11g

    calling destroy method of the threadlocaltarget source, after the webserice/ui request is completed solved the problem.

    Thanks for not giving answer and inspiring me to dig deeper ;-)
  6. Re: Threadlocal not getting cleared on weblogic 11g

    I am eagerly awaiting reply
  7. Re: Threadlocal not getting cleared on weblogic 11g

    Spring team, can somebody please respond and help ???
  8. Re: Threadlocal not getting cleared on weblogic 11g

    NOTE :-
    1) ohiDatagridContext is a singleton beans that set the default value.

    But OhiContext can be altered via UI (war) or Webservice (war).

    2) UI and Webserivce war bundled in a EAR and...
  9. Threadlocal not getting cleared on weblogic 11g

    Hi All,

    I am creating thread local using ThreadlocalTargetSource. The application when deployed on weblogic application server, its observerved that the thread local variable not getting cleared...
  10. Replies
    0
    Views
    752

    Pass CorrelationId to WebServiceMessage

    hi,

    I want to pass the CorrelationId to WebServiceMessage using webservice outbound gateway.

    Below is my spring configuration

    <chain input-channel="webServiceInputChanel">...
  11. Thanks for reply. Aim of using expression...

    Thanks for reply.

    Aim of using expression language - Groovy Script
    ====================================
    We are aiming to use Spring Batch for Claim Processing. Within the Claim Processing we...
  12. Spring 3.0M3 and making Groovy Script as expression language

    I was looking into Spring 3.0M3 documentation http://static.springsource.org/sprin...html/ch07.html

    Its mentioned there "SpEL is based on an technology agnostic API allowing other expression...
  13. Integrate Groovy as expression language

    I was looking into Spring 3.0M3 documentation http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch07.html

    Its mentioned there "SpEL is based on an technology...
  14. Replies
    5
    Views
    1,250

    Thanks... your tip helped me... Just wanted to...

    Thanks... your tip helped me...

    Just wanted to share Oracle Coherence and SI + SB rocks for Grid computing/ imports

    I utilized Oracle Coherence - data affinity concept for grid computing.
    ...
  15. Replies
    5
    Views
    1,250

    Re : RemoteLauncherTests

    Hey Dave,

    First of all I would like apologize if my words have offended you. But I would like to tell you; I have attended your presentation in spring one and one who has learn a LOT from you...
  16. Replies
    5
    Views
    1,250

    Re : RemoteLauncherTests

    Being Spring user for so long and one who is very fond of Spring framework .. I am pretty disappointed... No replies
  17. Replies
    5
    Views
    1,250

    RemoteLauncherTests

    I am able to run the RemoteLauncherTests but not able to see the notifications

    I am getting the error

    "SEVERE: Failed to get "NotificationPublisher":...
  18. Replies
    1
    Views
    2,219

    Re:Spring Batch & JPA

    Spring batch team : Your suggestions are valuable and eagerly waiting for reply .....
  19. Replies
    1
    Views
    2,219

    Spring Batch & JPA

    I am working on system, where we have written API’s to import values using EclipseLink. (Lets call its API sub-sytem). Using these API we are planning to import records of order 100 millons plus. We...
  20. FileToMessagesJobFactoryBean can made pollable

    Hi Daye,

    FileToMessagesJobFactoryBean works like magic.... :-)


    Can FileToMessagesJobFactoryBean can be integrated to pollable channel?
    My Requirement : keep listening to the directory...
  21. Error creating bean with name 'groovyValidatorBean': BeanPostProcessor before instant

    My Dev Env
    1. Jdk 1.5
    2. Spring 2.5.5.A
    3. Groovy 1.0

    I have two module

    xx.api.jar and groovy-validation.jar

    All my JUnit test cases works fine with groovy-validation.jar.
  22. Replies
    1
    Views
    1,162

    Spring Batch & Oracle ADF BC

    Can Oracle ADF BC be integrated with Spring Batch?
    Few challenges ADF BC handles the transaction inside the framework, it doesn't have declarative approach to transaction handling.

    I am not...
  23. Replies
    3
    Views
    981

    Conditional Flow of Steps

    Is it possible to have conditional flow of steps like?

    Step1 --> Step2 --> Step3 (If <condition == true> else Step7,Step9,Step10 [skip steps 4,5,6]) --> Step4 -->Step5 --> Step6 --> Step7 -->...
  24. Replies
    2
    Views
    1,377

    I agree with you totally that usage of Coherence...

    I agree with you totally that usage of Coherence will be “crazy overkill”. So let me tell you our business use case so that you can suggest or give us some hints. We are making the claim processing...
  25. Replies
    2
    Views
    1,377

    Oracle Coherence + Spring Batch

    How to Integrate Oracle Coherence with Spring Batch? Idea is to use Oracle Coherence as sratch pad memory to be accessed by the steps. Also why is JobParameters immutable?

    Can above is achieved my...
Results 1 to 25 of 28
Page 1 of 2 1 2