Hi All,
I'm getting exceptions when im trying to obtain entitymanagerfactory reference via JNDI.
My project environment is :
JBoss 4.2.2
Spring 2.5.6
Hibernate 3.2.6
As far i know(after...
Type: Posts; User: vedgunjan; Keyword(s):
Hi All,
I'm getting exceptions when im trying to obtain entitymanagerfactory reference via JNDI.
My project environment is :
JBoss 4.2.2
Spring 2.5.6
Hibernate 3.2.6
As far i know(after...
Thanks Marten for the reply.
I was my bad that i didnot explain the question properly. I went through the blog and must say it was very informative.
Basically i wanted to know, from the design...
Hi
Which one we should use, entity manager or hibernate template in spring?
from the design perspective which one is better.
Thanks
ved
Hi,
I'm stuck with a problem for which i need help urgently.
My application environment is
Spring 2.5.6
JBoss 4.2.2
Hibernate 3.2.6
My application is deployed as ear project.
Hi,
I'm kinda stuck with a wierd problem.
what i'm trying to do is access Spring beans from jBPM actions.
As said in the documentation, i did the mentioned steps.
1)Define the ActionHandler...