Errata [for my previous reply]:
Sorry, the ant scripts are provided in the starters kit.
The problem is that JBoss AS is much more tolerant than other App Servers, where there is no action like "just copy archive to the deploy folder" :-) .
Previously, I've worked only with JBoss AS, and while JBoss AS still remains the main AS for the company I currently work for, now I have to make the EARs deployable on other AS-es, too (mainly on WebSphere, but on Oracle iAS and WebLogic, too).
Best regards,
___ Emil Prager __________________________________________________
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981994#3981994
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981994
I thought that it is that way, but probably i was wrong.
lifecycle method is called once, but TimerService.createTimer() method starts 2 timers in RC9.
Anyone can help me solve this?
Exception:
5:56:35,126 WARN [ServiceDelegateWrapper] Stopping failed jboss.j2ee:jar=myTimerService-plugin.jar,name=MyTimerLoaderBean,service=EJB3
java.lang.RuntimeException: javax.management.InstanceNotFoundException: deplplugin:service=myLoader is not registered......
still happens when undeploying is done.
Anyone can help me solve this too?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981991#3981991
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981991
Hi,
I have created two web services using jsr-181 spec. Each web service has its own name,targetNamespace and serviceName. Each web service exists on a different class and both are deployed as a web application.
Ex.
@WebService(name = "MyService1", targetNamespace = "http://com.mycompany.service1", serviceName = "MyService1")
@WebService(name = "MyService2", targetNamespace = "http://com.mycompany.service2", serviceName = "MyService2")
When I deploy the web application war file the jboss generates the same wsld for both services. It looks like the wsdl of the first web service overides the wsdl of the second.
If I deploy only one of the web services the application works fine and the generated wsdl is correct.
Any help on how to solve this problem?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981988#3981988
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981988
Hi, cpob !
Can you please give a little more details? (about the dependencies, deployment descriptors etc.)
Unfortunately, jBPM is already deployed on JBoss AS when you take it from the jBPM starters kit.
For our purposes -- i.e. deploying jBPM on other AS-es, in particular on WebSphere -- it would be better for us if they would provide some ant scripts for deploying jBPM at least on JBoss AS, like it is the case for JBossESB (http://labs.jboss.com/portal/jbossesb/docs/4.0Beta1MP1/manuals/html/Getti...), for example.
(That would help a little by knowing what the dependencies are, maybe how to package them to be acceptable for WebSphere or other AS-es etc.)
Thank you in advance.
Best regards,
___ Emil Prager __________________________________________________
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981983#3981983
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981983