I've updated the mbean declaration in jboss-service.xml and it's working fine
now.
Thank you!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239492#4239492
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239492
___
"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.j
Thanks for the response! Unfortunately, I'm doing something wrong as I'm still
not able to get the deployer working.
I've downloaded the spring-deployer.zip and extracted the
jboss-spring-jdk5.deployer directory from inside it to my JBoss deploy/
directory.
Inside the extracted deployer direc
For JBoss 4.2.3.GA you need to use the 2.x line of deployers - and there you
have the jdk5 variants.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239134#4239134
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239134
_