You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by m0llbuz_ <mi...@moscowmail.com> on 2008/02/28 17:21:04 UTC

Resin 3.0 + Roller 4.0 SOLVED

Hi,


Here's a tip to get Roller 4.0 working with Resin 3.0.


Remove the following JAR files from resin lib:

- ejb-20.jar
- ejb-30.jar

Copy the following JAR files to Resin 3.0 lib from Resin 3.1 lib:
- ejb-15.jar

You should now be good to go.

I noticed that I have also added resin-util.jar (from Resin 3.1) and geronimo-jpa_3.0_spec-1.0.jar (from Roller 4.0) to Resin 3.0 lib but I don't think they are needed.



-- 
Want an e-mail address like mine?
Get a free e-mail account today at www.mail.com!


Re: Resin 3.0 + Roller 4.0 SOLVED

Posted by Dave <sn...@gmail.com>.
On Thu, Feb 28, 2008 at 11:21 AM, m0llbuz_ <mi...@moscowmail.com> wrote:
>  Here's a tip to get Roller 4.0 working with Resin 3.0.
>
>  Remove the following JAR files from resin lib:
>
>  - ejb-20.jar
>  - ejb-30.jar
>
>  Copy the following JAR files to Resin 3.0 lib from Resin 3.1 lib:
>  - ejb-15.jar
>
>  You should now be good to go.
>
>  I noticed that I have also added resin-util.jar (from Resin 3.1) and geronimo-jpa_3.0_spec-1.0.jar (from Roller 4.0) to Resin 3.0 lib but I don't think they are needed.

Thanks for posting that. I'm very glad to hear you were finally able
to get Roller running on Resin.

- Dave