Re: JBoss Support

2007-02-23 Thread Robert Dale
> > > > > > Yep - my rejoicing was a little premature it seems. War deploy > seems > > > > > to behave fine but the website itself doesn't get up and run. > > > > > > > > > > On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED] > >

Re: JBoss Support

2007-02-23 Thread Thierry Lach
Thanks much. I probably wouldn't have gotten it done without your original patch. On 2/22/07, Hilco Wijbenga <[EMAIL PROTECTED]> wrote: Nice work!

Re: JBoss Support

2007-02-23 Thread Thierry Lach
> > > > > > > On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED] > > > > > wrote: > > > > > > > > > > allright here we go: > > > > > with these two datasources things start moving the right direction > > > > > >

Re: JBoss Support

2007-02-22 Thread Jesse McConnell
ehave fine but the website itself doesn't get up and run. > > > > > > On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > > wrote: > > > > > > > > allright here we go: > > > > with these two datasources things start moving the right di

Re: JBoss Support

2007-02-22 Thread Hilco Wijbenga
Nice work!

Re: JBoss Support

2007-02-22 Thread Thierry Lach
es things start moving the right direction > > > > > > > > > > > -Original Message- > > > From: Hilco Wijbenga [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, February 15, 2007 6:39 PM > > > To: continuum-dev@maven.apache.org > >

RE: JBoss Support

2007-02-16 Thread Tilman.Rossmy
ginal Message- From: Thierry Lach [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 2:56 PM To: continuum-dev@maven.apache.org Subject: Re: JBoss Support It appears that JBoss 4.0.5.GA (which I'm using) includes commons-collections.jar in the lib directory, and according to the mani

Re: JBoss Support

2007-02-16 Thread Thierry Lach
9:58 PM To: continuum-dev@maven.apache.org Subject: Re: JBoss Support SUCCESS! OK it looks like the root cause is the inability to find class org.codehaus.plexus.registry.CommonsConfigurationRegistry. I think the correct class name should be org.codehaus.plexus.registry.commons.CommonsConfiguratio

RE: JBoss Support

2007-02-16 Thread Tilman.Rossmy
some classloading issues on a hot deploy too.. -Original Message- From: Thierry Lach [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 9:58 PM To: continuum-dev@maven.apache.org Subject: Re: JBoss Support SUCCESS! OK it looks like the root cause is the inability to find

Re: JBoss Support

2007-02-15 Thread Thierry Lach
OK I've downloaded and applied the patch. I'm now trying to get the website up and running. I've created a derby-continuum-ds.xml as documented on http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+JBoss, and also a similar derby-user-ds.xml. I copy both of them into my deploy director

Re: JBoss Support

2007-02-14 Thread Hilco Wijbenga
On 2/14/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Hilco, the list is probably stripping attachments, so best thing to do > is open a JIRA issue and attach your patch: > http://jira.codehaus.org/browse/CONTINUUM http://jira.codehaus.org/browse/CONTINUUM-1167

RE: JBoss Support

2007-02-14 Thread Tilman.Rossmy
emoving my code fixes the issue." So my question: Which class configures log4j in the Continuum stack? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 6:53 PM To: continuum-dev@maven.apache.org Subject: Re: JBoss Support On 2/14/07

Re: JBoss Support

2007-02-14 Thread Wendy Smoak
On 2/14/07, Tilman Rossmy <[EMAIL PROTECTED]> wrote: Hi Hilco! Can't find no jboss-web.xml in this post, but it's just what I need right now, so maybe you can post the xml? Thanx Tilman This might help... http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+JBoss Hilco, the list is prob

Re: JBoss Support

2007-02-14 Thread Tilman Rossmy
Hi Hilco! Can't find no jboss-web.xml in this post, but it's just what I need right now, so maybe you can post the xml? Thanx Tilman

JBoss Support

2007-01-06 Thread Hilco Wijbenga
Hi all, I've been bold enough to prepare a little patch that adds explicit support for JBoss to the Archiva WAR. The patch adds a jboss-web.xml file (this should be totally harmless) and adds a to web.xml. I get the impression that this latter change is harmless as well, or would it break other