Search:

Type: Posts; User: m.ugues; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    218

    Ok, now all takes sense. I thought that the...

    Ok, now all takes sense.
    I thought that the gateway was the key point, but the documentation on error handling was a little short.

    Kind regards.
    Massimo
  2. Replies
    2
    Views
    218

    Problem modifying error channel

    Hallo all:

    I have this simple configuration:


    <!-- Chain error handler -->
    <int:chain input-channel="defaultErrorChannel" output-channel="responseChannel">
    <int:service-activator...
  3. jdbc inbound channel adapter execute without poller

    Hello all.
    I need to execute a jdbc inbound channel adapter scheduled from another system and not through the poller.
    I have to integrate the channel adapter with a Scheduler application that can...
  4. Which is the best way to read a file and split its content one string message for row

    Hello all.
    I have a file inbound adapter that reads a csv file.
    I need to split the file content one message for row.

    Which is the best way to achieve this?
    Kind regards.
    Massimo
  5. Replies
    2
    Views
    419

    Perfect. Now it's very clear.

    Perfect. Now it's very clear.
  6. Replies
    2
    Views
    419

    Chain transaction management.

    Hello all.
    I need to manage a chain within one transaction.

    The chain is described below:


    <int:chain input-channel="preProscessingChannel" >
    <int:transformer...
  7. File inboud adapter recurse directory and outbound adapter preserve directory names

    Hello all.

    I have this configuration:


    <bean name="recursivelyScanner" class="org.springframework.integration.file.RecursiveLeafOnlyDirectoryScanner"></bean>
    <file:inbound-channel-adapter...
  8. Thank's. I will thing about it ;) Kind regards...

    Thank's. I will thing about it ;)

    Kind regards
    Massimo
  9. I was wondering the same thing. The problem is...

    I was wondering the same thing. The problem is that using Oracle as RDBMS the select for update statement works in a different way from mySql, in such a way that parallel queries does not work as...
  10. >>Is your downstream idempotent? No. I need to...

    >>Is your downstream idempotent?
    No. I need to handle messages (record on db) once.

    >>That is would it be a problem if the same record selected by multiple processes is presented multiple times...
  11. jdbc inbound channel adapter concurrent problem in cluster.

    Hallo all.
    I have a spring integration applistence cation deployed on Weblogic 10.3 in cluster mode; Oracle 10g ad RDBMS.

    I have this configuration:


    <int-jdbc:inbound-channel-adapter...
  12. Thank you very much, I'm going to try immediatly...

    Thank you very much, I'm going to try immediatly :)

    Max
  13. Autowiring problem with e defined service activator

    Hallo all.

    In my spring context I have this service activaro definition:


    <bean id="inserimentoCanaleActivator"...
  14. Yes I'm using direct channels for both chains,...

    Yes I'm using direct channels for both chains, but I didn't understand how to achieve to goal.

    Can you give me more details?

    Kind regards
    Max
  15. How to handle transaction from one Activator to another

    Hallo all.

    I have this use case.

    First chain:

    <int:chain input-channel="inserimentoCanaleActivate" output-channel="inserimentoCanalePreRouting">
    <int:service-activator...
  16. JDBC inbound channel adapter: how to make the component scalable on cluster

    Hallo all.
    I have a distributed enterprise application deployed on weblogic 10g.
    In my configuration the cluster is made of two nodes.

    The E-R model is the following:
    S_CONT_EVENT_MESSAGE
    ID:...
  17. Hallo Enrico. As I described in other...

    Hallo Enrico.


    As I described in other threads
    I had several problems configuring the exception translation on my daos.

    I have an event-driven enterprise application with this configuration:...
  18. Translate java.sql.SQLException to DataAccessException

    Hallo.
    Since it seems that I cannot use the spring DataAccessException translation mechanism in my dao, I would like to know if it possible to translate the

    Internal Exception:...
  19. Noone can help me? Massimo

    Noone can help me?

    Massimo
  20. Translating PersistenceException to DataAccessException with EclipseLinkJpaDialect

    Hallo all.
    I use EclipseLink as JPA vendor and I have a problem with the EclipseLinkJpaDialect.

    I notice that extends DefaultJpaDialect but not overrides the translateExceptionIfPossible method....
  21. Replies
    2
    Views
    1,431

    Hallo all. I noticed that using the...

    Hallo all.
    I noticed that using the dataAcceesException translation when I encounter a sql integrity violation is translated to JpaSystemException, subclass of UncategorizedDataAccessException.

    ...
  22. It was only to see if the exception was raised: ...

    It was only to see if the exception was raised:





    @Override
    @Transactional(propagation = Propagation.REQUIRES_NEW)
    public EventMessage<String> activate(EventMessage<String> eventMessage)...
  23. I debugged the control flow. This is my dao...

    I debugged the control flow.

    This is my dao method that should raise the exception:


    @Override
    public void saveItem(T instance) {
    try {
    EntityManager em =...
  24. Maybe the problem is that the SQLException is...

    Maybe the problem is that the SQLException is nested and the real exception is thrown by the weblogic container?
    This stack trace makes me think about it.

    2011-05-31 16:24:55,125 ERROR...
  25. Replies
    13
    Views
    33,745

    I cannot since every dao is an instance of...

    I cannot since every dao is an instance of GenericDaoJpaImpl.
    On the genericDao I cannot use the @PersistenceContext annotation since the dao is used with my two persistence units.

    One solution...
Results 1 to 25 of 52
Page 1 of 3 1 2 3