Login  Register

Running 3.7 on Weblogic 10

Posted by mangvlad on Jun 10, 2008; 9:39pm
URL: https://discuss.orbeon.com/running-3-6-on-Weblogic-tp43526p43544.html

After trying several ways to get it to work, I was able to run Orbeon (nightly, so it is 3.7) under Weblogic 10.

The way to do it is to "wrap" the WAR into EAR and in the weblogic-application.xml

add:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE weblogic-application PUBLIC "-//BEA Systems, Inc.//DTD WebLogic Application 8.1.0//EN" "http://www.bea.com/servers/wls810/dtd/weblogic-application_2_0.dtd">
<weblogic-application>
        <prefer-application-packages>
                <package-name>antlr.*</package-name>
        </prefer-application-packages>
</weblogic-application>

This seems to be doing the "trick"...


Alessandro Vernet wrote
Vlad,

On Mar 25, 2008, at 3:40 PM, Alessandro Vernet wrote:
> You should not even have to rebuild Orbeon Forms, as we are not  
> using antlr directly. eXist is. So you could try to reroot antlr and  
> rebuild eXist to use that rerooted version of antlr. Building eXist  
> is fairly simple: you can check out the 1.2 release from their SVN  
> repository, and run the patch_exist.sh script checked in at the root  
> of the Orbeon Forms code to patch it for Orbeon Forms. Of course,  
> there is not guarantee that rerooting antlr will be enough to solve  
> the problem.


Actually, since the problem is with the embedded eXist, you might just  
want to deploy eXist along Orbeon Forms and use that version of eXist.  
You can instruct the XForms store to use another version of eXist by  
changing the oxf.xforms.store.application.uri property in  
properties.xml.

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/



--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws


-----
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
http://www.orbeon.com/