"Crucifix" wrote : Any idea what I've done wrong?
SpringDeployer class is abstract, as it depends what exactly you wanna instantiate.
Either a full ApplicationContext or just BeanFactory.
So the proper deployer class should be
* org.jboss.spring.deployment.SpringApplicationContextDeployer
* org.jboss.spring.deployment.SpringBeanFactoryDeployer
This should be fixed in jboss-spring-jdk5.deployer/META-INF/jboss-service.xml.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239337#4239337
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239337
Hi all,
I'm a little new with JbossWS, so maybe the answer is trivial ...
My web service seems to be stateless : does it mean that an object of my endpoint class is instanciated at each request ?
But I'd like to create a webservice that keep some objects for all its life (like count in shaikbash's example).
Does anyone know
how can I correctly prevent instanciation of my endpoint class at each request and keep the same since start deplyment to undeployment ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239317#4239317
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239317