On Aug 5, 2011, at 2:49 AM, Magnolia Forums (on behalf of Alejandro Cervantes) 
wrote:

> 
> I'm installing magnolia empty 4.4.4 WAR file over glassfish 3.1 in a VPS with 
> CENTOS 5.6 i686 and Oracle Express 10.2.0.1
> 
> I have configured the following:
> WEB-INF/config/repo-conf/jackrabbit-bundle-oracle-search.xml
> 
>    <PersistenceManager 
> class="org.apache.jackrabbit.core.persistence.bundle.OraclePersistenceManager">
>      <param name="driver" value="oracle.jdbc.OracleDriver"/>
>      <param name="url" value="jdbc:oracle:thin:@//<IP or hostname>:1521/xe"/>
>      <param name="schema" value="oracle" /><!-- warning, this is not the 
> schema name, it's the db type -->
>      <param name="user" value="mktportal"/>
>      <param name="password" value="xxxx"/>
>      <param name="schemaObjectPrefix" value="${wsp.name}_"/>
>      <param name="externalBLOBs" value="false"/>
>    </PersistenceManager>

There is one more PM configuration in that xml file for versions.
Judging from "$VERSION" error you get, this configuration has superfluous $ 
character in the value of the "schemaObjectPrefix" param.

HTH,
Jan

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to