Hi Mark
Thanks for your reply. It is working now and I've got 2.0.0.M3 from the repo.
Cheers
Amin
Type: Posts; User: amin; Keyword(s):
Hi Mark
Thanks for your reply. It is working now and I've got 2.0.0.M3 from the repo.
Cheers
Amin
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...
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...
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...
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...
Hi
Thanks for your reply, here is the configuration:
<bean id="sessionFactory"
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean" >
<property...
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...
Hi
I would recommend getting AspectJ in Action 2nd edition the book covers a wider range of use cases for AOP.
Cheers
Amin
Don;t you want your dao definition to be :
<bean id="lectureDao" class="Dao.LectureDaoImpl">
<property name="entityManagerFactory" ref="entityManagerFactory"/>
</bean>
...
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...
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. ...
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
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...
Just wondering if anyone else has experienced this problem. Any help would be appreciated.
Cheers
Amin
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...
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.
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...
Sounds interesting. Can i see the paper in which case I would be happy to give it a go.
Please read the reference documentation on the spring site.
Got this working.
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...
Hi Mark
I will verify this weekend.
Thanks!
I've raised JIRA http://jira.springsource.org/browse/INT-760
Cheers
Amin
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.
...
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...