Re: [appfuse-user] Need Help for Web services using struts framework

2007-02-18 Thread Sarav
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

Re: [appfuse-user] Need Help for Web services using struts framework

2007-02-16 Thread 23455432
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

[appfuse-user] Need Help for Web services using struts framework

2007-02-14 Thread Sarav
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