Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-beta-3
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
I've been bold enough to prepare a little patch that adds explicit
support for JBoss to the Continuum WAR.
The patch adds a jboss-web.xml file (this should be totally harmless)
and adds two <resource-ref>s to web.xml. I get the impression that
this latter change is harmless as well, or would it break other app
servers?
Anyway, here's the patch. I hope it can get applied, otherwise I'll
just keep on doing it by hand.
With this applied the only thing
left to do is add a derby-ds.xml file to the JBoss deployment
directory. And make sure JBoss has a Derby driver, of course.
I've added to the patch a little bit.
It contains a fix so that email can get sent.
It also contains a new module to create an ear file for the war. This is only activated through a profile named "ear", so to create the ear file you must "mvn -Pear .....". The context root is defined in the main pom and can be overridden using -Dcontinuum.ear.contextRoot=whateverYouWantItToBe.