But on a dev related note, there does seem to be the occasional oracle
issue with that persistence manager.
In the first instance we will only be recommending the file based one,
until we can get test setups for the other combinations.
Sent from my iPhone
On 29/11/2008, at 1:57, Mark Proctor <[EMAIL PROTECTED]> wrote:
Ashish Redkar wrote:
Hi,
I am configuring Oracle Persistence manager for workspace and
versioning but it throws the following error:
This is the wrong mailing list. It is essential that you read the
description of a mailing list before posting. Please subscribe to
the user mailing list:
http://www.jboss.org/drools/lists.html
org.drools.repository.RulesRepositoryException: Unable to checkin.
at org.drools.repository.VersionableItem.checkin
(VersionableItem.java:505)
at org.drools.repository.RulesRepository.createPackage
(RulesRepository.java:581)
at org.drools.brms.server.ServiceImplementation.createPackage
(ServiceImplementation.java:490)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
at org.jboss.seam.intercept.RootInvocationContext.proceed
(RootInvocationContext.java:31)
at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke
(RollbackInterceptor.java:31)
at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:68)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke
(BijectionInterceptor.java:46)
at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke
(MethodContextInterceptor.java:42)
at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:68)
at org.jboss.seam.security.SecurityInterceptor.aroundInvoke
(SecurityInterceptor.java:40)
at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke
(RootInterceptor.java:106)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation
(JavaBeanInterceptor.java:155)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke
(JavaBeanInterceptor.java:91)
at org.drools.brms.server.ServiceImplementation_$
$_javassist_3.createPackage(ServiceImplementation_$
$_javassist_3.java)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
But it works with MySQL database. Following is my configuration for
filesystem and persistence.
<FileSystem
class="org.apache.jackrabbit.core.fs.db.OracleFileSystem">
<param name="url"
value="jdbc:oracle:thin:@172.20.14.58:1521:orcl"/>
<param name="user" value="wamdev"/>
<param name="password" value="miami"/>
<param name="schemaObjectPrefix"
value="brms_"/>
<param name="tableSpace" value="default"/>
</FileSystem>
<PersistenceManager
class=
"org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager">
<param name="url"
value="jdbc:oracle:thin:@172.20.14.58:1521:orcl"/>
<param name="user" value="wamdev"/>
<param name="password" value="miami"/>
<param name="schemaObjectPrefix"
value="brms_"/>
<param name="tableSpace" value="default"/>
<param name="externalBLOBs" value="false"/>
</PersistenceManager>
Can Anyone please guide on this?
_____________________________________________________________________
This e-mail message may contain proprietary, confidential or
legally privileged information for the sole use of the person or
entity to whom this message was originally addressed. Any review, e-
transmission dissemination or other use of or taking of any action
in reliance upon this information by persons or entities other than
the intended recipient is prohibited. If you have received this e-
mail in error kindly delete this e-mail from your records. If it
appears that this mail has been forwarded to you without proper
authority, please notify us immediately at [EMAIL PROTECTED] and
delete this mail.
_____________________________________________________________________
_______________________________________________
rules-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-dev
_______________________________________________
rules-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-dev
_______________________________________________
rules-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-dev