Dear Rajesh,
Thanks for the reply. Can you please tell me where to define the beanRefContext.xml file in the EJB layer.
Thanks,
Shiva
Type: Posts; User: shiva_m; Keyword(s):
Dear Rajesh,
Thanks for the reply. Can you please tell me where to define the beanRefContext.xml file in the EJB layer.
Thanks,
Shiva
Hi,
I am working on the Enterprise java project which includes Jsf (in the front end i.e web layer), EJB on the back end. The architecture will roughly go like this
jspx->Jsf action...
Hi,
I am trying to save the collection object using getHiberanteTemplate.saveOrUpateAll() method but when i am using this I am getting following exception
My declarative Transaction code...
Mr Macro,
Thank you very much.
The problem has been resolved and the issue is with the loading xml files and with the name attribute. I tried by initializing with String[] and using id="" which...
Macro,
Nothing is happened by using string[] instantiation and with the import if I use the complete package path its again appending the actual path to it which is leading to an exception.
...
Hi Macro,
Again Thanks for the quick reply
1 - is spring-helpers in your classpath? has it been copied to your \classes folder?
yes I am doing this. since it is working for the other...
Thanks for the reply Macro.
The following is the exception I am getting. I am trying to inject the UserDAO reference which is present spring-helpers.xml file in to the...
Hi,
I have implemented spring IOC in the business layer of my project where we have multiple application context files. The actual problem is I have created bean reference in the first...
Hi,
We have implemented Spring IOC in our Enterprise java project. Now our manager want's me to implement AOP interceptors for logging messages at method level. I have written an xml file for the...