I have a regular task that has to be executed once per day (but only once). Currently this is done with a @Schedule annotation.
I want to consume a REST service in my web app (.war with 6.0.0.Final), and recently switched from jersey to resteasy (because of JBoss6 with REST client (jersey-client)).
In jboss 4.0 the file called jboss-j2ee.jar. But i can\'t find this jar in jboss 6.0\'s clie开发者_StackOverflow中文版nt directory. I need just for compilation to resolve few annotation. I\'m not usin
Is there any way to know when a war is being hot deployed so I can shutdown the old executor that is running scheduled tasks?I\'m using jboss 6 and I have a scheduled thread pool that is updating da开
I am migrating from jboss 5.1 to 6.1. I have an ear which having some EJBs and a war. I am getting following error after deploying it in 6.1.
I want to consume a REST service in my web app (.war with 6.0.0.Final), but have problems adding jersey-client libs:
I have two WAR in my EAR, that should be deployed on a JBoss 6.0.0 Application Server with those WEB-INF/jboss-web:
i implements this tutorial, but i cant access the service from EJB3. My ejb开发者_如何学编程 looks like this:
We are currently using seam framework. And we have a little trouble with annotating entities. We have a Deal entity that has a Tag entity child. We annotated entities as following;
I am trying to get alfresco community 3.4.d to work on jboss 6.1.0.Final but I am having some issues. To keep this question to one problem I am interested in what would cause this warning and how to f