Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    908

    Hi Mark Thanks for your reply. It is working...

    Hi Mark

    Thanks for your reply. It is working now and I've got 2.0.0.M3 from the repo.


    Cheers
    Amin
  2. Replies
    2
    Views
    908

    Spring Integration 2.0.0.M3

    Hi

    I am trying to upgrade my reference Spring integration application to 2.0.0.M3 (as this is the current milestone release) and I can't seem to find it even with the following maven repo...
  3. Replies
    7
    Views
    1,456

    Hi The suggestions you made aren't really...

    Hi

    The suggestions you made aren't really relevant to the problem I am having. I am aware of what testing tx manager i should use for tests. The issue really is Hibernate being aware of JTA and...
  4. Replies
    7
    Views
    1,456

    Unfortunately I was unable to resolve this. I...

    Unfortunately I was unable to resolve this. I waited for someone from the Spring team to advise on this but no luck. we have had to resort to manual indexing rather than relying on the event...
  5. Replies
    7
    Views
    1,456

    Hi All Apologies to be sending another post on...

    Hi All

    Apologies to be sending another post on this but any ideas from anyone on why i may be getting the side effects or does anyone have hibernate aware of JTA spring configuration that I can...
  6. Replies
    7
    Views
    1,456

    Hi Thanks for your reply, here is the...

    Hi

    Thanks for your reply, here is the configuration:




    <bean id="sessionFactory"
    class="org.springframework.orm.hibernate3.LocalSessionFactoryBean" >
    <property...
  7. Replies
    7
    Views
    1,456

    HIbernate JTA and SPring

    Hi

    I am using Hibernate Search with Spring and all is well when I use non-jta transaction manager. When i use JTA via Spring things don't work they way they should. So essentially I tried to get...
  8. Thread: Use of Spring AOP

    by amin
    Replies
    2
    Views
    1,069

    Hi I would recommend getting AspectJ in Action...

    Hi

    I would recommend getting AspectJ in Action 2nd edition the book covers a wider range of use cases for AOP.


    Cheers
    Amin
  9. Don;t you want your dao definition to be : ...

    Don;t you want your dao definition to be :



    <bean id="lectureDao" class="Dao.LectureDaoImpl">
    <property name="entityManagerFactory" ref="entityManagerFactory"/>
    </bean>

    ...
  10. Yep. You didn't show us the controller class...

    Yep. You didn't show us the controller class which was using the dao. You need Spring to inject the dao into the controller as Spring will give you a fully configured class. By creating a new...
  11. Have you tried setting it explicitly rather than...

    Have you tried setting it explicitly rather than component-scan and autowired? Your component-scan does look strange, normally it should take in the base package for example com.xyz.app.function. ...
  12. Replies
    3
    Views
    837

    Hi Is your project a maven project? Just...

    Hi

    Is your project a maven project? Just wondering if I could take a look. It looks like a missing jar (stating the obvious I know).

    Cheers
    Amin
  13. Replies
    0
    Views
    665

    XaPooledConnectionFactory JNDI

    Hi

    Has anyone set up XaPooledConnectionFactory as JNDI resource in the context.xml and defined in spring?

    I can't seem to find anything on the web to set this up.

    Any help/pointers would...
  14. Replies
    2
    Views
    1,411

    Just wondering if anyone else has experienced...

    Just wondering if anyone else has experienced this problem. Any help would be appreciated.

    Cheers
    Amin
  15. Replies
    2
    Views
    1,411

    Update: It seems as though when attaching a...

    Update:

    It seems as though when attaching a jtatransactionmanager as defined in the above example the folllowing infinite loop occurs in org.hibernate.transaction.JTATransactionFactory ut is null...
  16. Replies
    4
    Views
    912

    I'll take a look. As I mentioned it looks really...

    I'll take a look. As I mentioned it looks really interesting and i'd be happy to give it ago. You can contact me on aminmc@gmail.com if you want to chat.
  17. Replies
    2
    Views
    1,411

    Spring JTA and Hibernate Event Listeners

    Hi

    I was recently looking at Hibernate Search and the event listeners to register a change in the entity and kick off the indexing of the entity. These event listeners wait for a tx commit and...
  18. Replies
    4
    Views
    912

    Sounds interesting. Can i see the paper in which...

    Sounds interesting. Can i see the paper in which case I would be happy to give it a go.
  19. Please read the reference documentation on the...

    Please read the reference documentation on the spring site.
  20. Replies
    1
    Views
    988

    Got this working.

    Got this working.
  21. Replies
    1
    Views
    988

    SessionFactory and JTA Transaction

    Hi

    I am trying to get JTA configured to test something however it seems as though my rollback for an exception is not happening. I can't seem to find a consistent approach to setting JTA on the...
  22. Thread: Error Handling

    by amin
    Replies
    20
    Views
    3,661

    Hi Mark I will verify this weekend. ...

    Hi Mark

    I will verify this weekend.


    Thanks!
  23. Thread: Error Handling

    by amin
    Replies
    20
    Views
    3,661

    I've raised JIRA...

    I've raised JIRA http://jira.springsource.org/browse/INT-760

    Cheers
    Amin
  24. Thread: Error Handling

    by amin
    Replies
    20
    Views
    3,661

    Hi Mark I'll raise a JIRA for headers to be...

    Hi Mark

    I'll raise a JIRA for headers to be applied to MailMessage payload. The stuff I have now works well so no complaints from me. I am really enjoying SI, cool stuff and simple to use.
    ...
  25. Thread: Error Handling

    by amin
    Replies
    20
    Views
    3,661

    Hi Mark I guess when I read the documentation...

    Hi Mark

    I guess when I read the documentation I naturally thought if my transformer returned a MailMessage then the enricher would add the header to it. I would defintiely recommend adding...
Results 1 to 25 of 237
Page 1 of 10 1 2 3 4