I added corresponding bean in applicationContext-webservice.xml
I added my dao in applicationContext-service.xml
--
View this message in context:
http://www.nabble.com/Need-Help-for-W
Is the null pointer exception because of trying to access the dao? Are you
setting the dao in your beans?
Sarav wrote:
>
> I want to resue my business logic from struts action class file
> to create a web services without changing any code. I put my logic
> in service.impl class
I want to resue my business logic from struts action class file
to create a web services without changing any code. I put my logic
in service.impl classes file and invoke the method from action file.
I can't access the dao.getObject(class,id).
Whether we need to create a se