Re: [Issue 151] SubEtha does not deploy on JBoss 4.2.0.GA

Actions

From jon stevens Jul 9, 2007 7:18 PM

There is two jars that need to be copied to /server/default/lib... the
mysql.jar and the jgroups.jar (which is included in /server/all/, but not in
/server/default/)
I did not touch the javamail.jar.

jon

On 7/9/07, Jeff Schnitzer <jeff@infohazard.org> wrote:
>
> It's really not as bad as Jon describes - we run with JBoss about as
> close to "stock" as possible. Any real-world JBoss installation requires
> a number of xml configuration file changes:  data sources, clustering
> config, entity caching, etc.  Plus JBoss now has a lot of install
> options that you have to choose carefully.
>
> So we're "stock", but since there are so many steps necessary to
> configure the container for the application, it's just waaaay easier to
> check out the SVN version.
>
> BTW I think the only jar we add is the mysql driver.  All other jars are
> standard 4.2.0.  I think.  Jon, did you upgrade the javamail jar?
>
> Jeff
>
> Jon Scott Stevens wrote:
> > There are no replacements of files, but definitely there are some
> > additions and edits.
> >
> > Documentation of this process is appreciated, but honestly it changes
> > quite a bit for each and every JBoss release so it is something that
> > is difficult to maintain. No documentation is better than incorrect
> > documentation. =) For example, with the 4.2.0.GA 'upgrade', this
> > documentation is already very much out of date... http://
> > subetha.tigris.org/install.html
> >
> > Really though, the best way to use it is to check it out from SVN
> > trunk and use it. Then, when updates happen, all you need to do is
> > svn update and get all the changes. It will also help you keep an eye
> > on any files that you change and allow you to merge/keep those changes.
> >
> > Yes, I agree, this is one major disadvantage of using JBoss... the
> > JBoss developers don't care at all about backwards or even forwards
> > compatibility.
> >
> > jon
> >
> > On Jul 4, 2007, at 10:38 AM, Hossfeld, Felix wrote:
> >
> >
> >> Hi!
> >>
> >> Thanks for your mail. Adding jars is fine but I do not wnat to
> >> replace any files because that might create other worries down the
> >> road. I will start testing next Monday and document any changes
> >> necessary. Maybe this could be put into the documentation section.
> >>
> >> Regards
> >>
> >> Felix Hoßfeld
> >>
> >>
> >>
> >>> -----Original Message-----
> >>> From: Jon Scott Stevens [mailto:jon@latchkey.com]
> >>> Sent: Wednesday, July 04, 2007 7:35 PM
> >>> To: Hossfeld, Felix
> >>> Cc: dev@subethamail.org
> >>> Subject: Re: [Issue 151] SubEtha does not deploy on JBoss 4.2.0.GA
> >>>
> >>> Yes, it will, but as usual with JBoss, it requires a number
> >>> of small customizations to the actual container. Mostly,
> >>> adding/ changing .jars, .properties, .xml and .conf files.
> >>>
> >>> If I were you, I would just use the one I distribute from SVN
> >>> (and eventually the ready to run distro). If you don't want
> >>> to go that route, then I suggest you check it out and run a
> >>> diff between your JBoss and the one in svn and then manually
> >>> fix all the different places. I think you will quickly find
> >>> that using my distro of it will be far easier. =)
> >>>
> >>> diff -u -r --exclude=".svn" jboss-svn jboss-yours
> >>>
> >>> jon
> >>>
> >>> On Jul 4, 2007, at 3:46 AM, Hossfeld, Felix wrote:
> >>>
> >>>
> >>>> Hi!
> >>>>
> >>>> Thanks for the fix. Will it also deploy to a vanilla Jboss?
> >>>>
> >>>> Regards
> >>>>
> >>>> Felix
> >>>>
> >>>>
> >
> > _______________________________________________
> > SubEtha Development mailing list
> > dev@subethamail.org
> > http://www.subethamail.org/se/list/dev
> > http://www.subethamail.org/se/archive_msg.jsp?msgId=23735
> >
>
> _______________________________________________
> SubEtha Development mailing list
> dev@subethamail.org
> http://www.subethamail.org/se/list/dev
> http://www.subethamail.org/se/archive_msg.jsp?msgId=24140
>
There is two jars that need to be copied to /server/default/lib... the mysql.jar and the jgroups.jar (which is included in /server/all/, but not in /server/default/)<div><br class="webkit-block-placeholder"></div><div>I did not touch the 
javamail.jar.</div><div><br class="webkit-block-placeholder"></div><div>jon<br><br><div><span class="gmail_quote">On 7/9/07, <b class="gmail_sendername">Jeff Schnitzer</b> &lt;<a href="mailto:jeff@infohazard.org">jeff@infohazard.org
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">It&#39;s really not as bad as Jon describes - we run with JBoss about as<br>close to &quot;stock&quot; as possible. Any real-world JBoss installation requires
<br>a number of xml configuration file changes:&nbsp;&nbsp;data sources, clustering<br>config, entity caching, etc.&nbsp;&nbsp;Plus JBoss now has a lot of install<br>options that you have to choose carefully.<br><br>So we&#39;re &quot;stock&quot;, but since there are so many steps necessary to
<br>configure the container for the application, it&#39;s just waaaay easier to<br>check out the SVN version.<br><br>BTW I think the only jar we add is the mysql driver.&nbsp;&nbsp;All other jars are<br>standard 4.2.0.&nbsp;&nbsp;I think.&nbsp;&nbsp;Jon, did you upgrade the javamail jar?
<br><br>Jeff<br><br>Jon Scott Stevens wrote:<br>&gt; There are no replacements of files, but definitely there are some<br>&gt; additions and edits.<br>&gt;<br>&gt; Documentation of this process is appreciated, but honestly it changes
<br>&gt; quite a bit for each and every JBoss release so it is something that<br>&gt; is difficult to maintain. No documentation is better than incorrect<br>&gt; documentation. =) For example, with the <a href="http://4.2.0.GA">
4.2.0.GA</a> &#39;upgrade&#39;, this<br>&gt; documentation is already very much out of date... http://<br>&gt; <a href="http://subetha.tigris.org/install">subetha.tigris.org/install</a>.html<br>&gt;<br>&gt; Really though, the best way to use it is to check it out from SVN
<br>&gt; trunk and use it. Then, when updates happen, all you need to do is<br>&gt; svn update and get all the changes. It will also help you keep an eye<br>&gt; on any files that you change and allow you to merge/keep those changes.
<br>&gt;<br>&gt; Yes, I agree, this is one major disadvantage of using JBoss... the<br>&gt; JBoss developers don&#39;t care at all about backwards or even forwards<br>&gt; compatibility.<br>&gt;<br>&gt; jon<br>&gt;<br>&gt; On Jul 4, 2007, at 10:38 AM, Hossfeld, Felix wrote:
<br>&gt;<br>&gt;<br>&gt;&gt; Hi!<br>&gt;&gt;<br>&gt;&gt; Thanks for your mail. Adding jars is fine but I do not wnat to<br>&gt;&gt; replace any files because that might create other worries down the<br>&gt;&gt; road. I will start testing next Monday and document any changes
<br>&gt;&gt; necessary. Maybe this could be put into the documentation section.<br>&gt;&gt;<br>&gt;&gt; Regards<br>&gt;&gt;<br>&gt;&gt; Felix Hoßfeld<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;&gt; -----Original Message-----
<br>&gt;&gt;&gt; From: Jon Scott Stevens [mailto:<a href="mailto:jon@latchkey.com">jon@latchkey.com</a>]<br>&gt;&gt;&gt; Sent: Wednesday, July 04, 2007 7:35 PM<br>&gt;&gt;&gt; To: Hossfeld, Felix<br>&gt;&gt;&gt; Cc: <a href="mailto:dev@subethamail.org">
dev@subethamail.org</a><br>&gt;&gt;&gt; Subject: Re: [Issue 151] SubEtha does not deploy on JBoss <a href="http://4.2.0.GA">4.2.0.GA</a><br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Yes, it will, but as usual with JBoss, it requires a number
<br>&gt;&gt;&gt; of small customizations to the actual container. Mostly,<br>&gt;&gt;&gt; adding/ changing .jars, .properties, .xml and .conf files.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; If I were you, I would just use the one I distribute from SVN
<br>&gt;&gt;&gt; (and eventually the ready to run distro). If you don&#39;t want<br>&gt;&gt;&gt; to go that route, then I suggest you check it out and run a<br>&gt;&gt;&gt; diff between your JBoss and the one in svn and then manually
<br>&gt;&gt;&gt; fix all the different places. I think you will quickly find<br>&gt;&gt;&gt; that using my distro of it will be far easier. =)<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; diff -u -r --exclude=&quot;.svn&quot; jboss-svn jboss-yours
<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; jon<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; On Jul 4, 2007, at 3:46 AM, Hossfeld, Felix wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; Hi!<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; Thanks for the fix. Will it also deploy to a vanilla Jboss?
<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; Regards<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; Felix<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; SubEtha Development mailing list
<br>&gt; <a href="mailto:dev@subethamail.org">dev@subethamail.org</a><br>&gt; <a href="http://www.subethamail.org/se">http://www.subethamail.org/se</a>/list/dev<br>&gt; <a href="http://www.subethamail.org/se">http://www.subethamail.org/se
</a>/archive_msg.jsp?msgId=23735<br>&gt;<br><br>_______________________________________________<br>SubEtha Development mailing list<br><a href="mailto:dev@subethamail.org">dev@subethamail.org</a><br><a href="http://www.subethamail.org/se">
http://www.subethamail.org/se</a>/list/dev<br><a href="http://www.subethamail.org/se">http://www.subethamail.org/se</a>/archive_msg.jsp?msgId=24140<br></blockquote></div><br></div>

Thread History