Re: [rules-users] BRMS 6 Access Permissions Configuration - Not Restricting Custom Roles

2014-08-20 Thread 706826
HI Alex,

I have created custom roles and assigned those roles to user in user
manament db. Then I assigned the new custom roles to the Organizational
Units (OUs), one OU per project.

Kindly see attachment for clarification.

And I created following custom roles 
*Project A and OU A*

*Custom Role: Permission*
cs_A_admin  Can Create, Can deploy, Can delete, Can view
cs_A_developer Can Create, Can delete, Can View, Can Update
cs_A_analystCan Create, Can View, Can Update
cs_A_business  Can View

*Project B and OU B*
*Custom Role: Permission*
cs_B_admin  Can Create, Can deploy, Can delete, Can view
cs_B_developer Can Create, Can delete, Can View, Can Update
cs_B_analystCan Create, Can View, Can Update
cs_B_business  Can View


My question is where to map role and permissions ? where to do these
configurations. CLI tool help does not say anything about this.

*Custom Role: Permission*
cs_admin  Can Create, Can deploy, Can delete, Can view
cs_developer Can Create, Can delete, Can View, Can Update
cs_analystCan Create, Can View, Can Update
cs_business  Can View

Authorization_Issue_2.png
  



--
View this message in context: 
http://drools.46999.n3.nabble.com/BRMS-6-Access-Permissions-Configuration-Not-Restricting-Custom-Roles-tp4030679p4030691.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] BRMS 6 Access Permissions Configuration - Not Restricting Custom Roles

2014-08-19 Thread 706826
I want to put access control on the BRMS repository/project access, so that
developer-A can only work on repository-A. We have a central BRMS which has
one repository per project. We have 20 projects and have 20 repository, one
for each project.

We strongly want that user working on project-A must have access only on
project-A in BRMS.

I read the documentation that says,

*"The user either has to belong into a role that has access to the
repository or to a role that belongs into an orgazinational group that has
access to the repository. These restrictions can be managed with the command
line config tool."*

Our implementation to the above doc statement is to create custom roles for
each of our project. Then assign developer , analyst and admin permissions
to the roles and then assign these project specific roles only to the
project users. This way each project will have its own roles. And users
under those roles will be able to access only that project and repository in
BRMS.

*Problem*

To do this we simply ran KIE-CONFIG-CLI commands like "add-role-repo" and
considered that roles got added to the BRMS. BUT WE ARE UNABLE to associate
the permission (read/write, developer/admin) to our custom roles.
and upon login we are getting error "Login Failed : UNAuthorized"

*QUESTION * How can we have the ACL implemented in BRMS. Is there something
which we are missing.



--
View this message in context: 
http://drools.46999.n3.nabble.com/BRMS-6-Access-Permissions-Configuration-Not-Restricting-Custom-Roles-tp4030679.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Guvnor 5.3.3.Final version is not loading in IE.

2014-08-09 Thread 706826
5.x works and loads best in Mozilla Fire Fox. Guvnor is developed based on
GWT so kindly upgrade your IE to the latest version or add GWT plugin in
your current version.



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Guvnor-5-3-3-Final-version-is-not-loading-in-IE-tp4030603p4030623.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Getting "401 This user has no permissions setup" after migrating to 5.3.3.Final from guvnor 5.1.1

2014-08-05 Thread 706826
View the Answer in the following post. It should resolve your issue.

https://community.jboss.org/message/817783?_sscc=t#817783


You need to make the following changes

1.Explode the guvnor war file and inside /WEB-INF/beans.xml (file is
attached for reference beans.xml
  )  comment the
following 



2.  Uncomment 



   
true
  



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Getting-401-This-user-has-no-permissions-setup-after-migrating-to-5-3-3-Final-from-guvno1-tp4030568p4030584.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Workbench JAAS Authenticated , But NOT Authorized

2014-07-06 Thread 706826
Hi,

 

I am configuring DB based JAAS Authentication for Kie-Drools-Workbench
6.1.0. Server log (Pasted Below) shows user is authenticated and roles are
assigned to the user. But KIE login form says “Login failed: Not Authorized
“.

 

I have also added roles in Organizational Unit, Repository and Projects
using kie-config-cli. But still getting the same error.

 

Kindly let me know what wrong am I doing.

 

Standalone.xml



























 

Kie-drools-wb.War / WEB_INF/jboss-web.xml|

drools-guvnor

 

Server Logs

13:55:22,408 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) initialize

13:55:22,410 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Security domain: other

13:55:22,412 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Password hashing activated: algorithm = MD5,
encoding = base64, charset = UTF-8, callback = null, storeCallback = null

13:55:22,415 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) DatabaseServerLoginModule,
dsJndiName=java:jboss/datasources/jdbc/jbpmStagingRWDS

13:55:22,419 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) principalsQuery=select PASSWORD from principals
where PRINCIPALID=?

13:55:22,422 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) rolesQuery=select ROLE,ROLEGROUP from roles WHERE
principalid=?

13:55:22,424 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) suspendResume=true

13:55:22,426 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) login

13:55:22,428 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) suspendAnyTransaction

13:55:22,489 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Excuting query: select PASSWORD from principals
where PRINCIPALID=?, with username: iit

13:55:22,495 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Obtained user password

13:55:22,497 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) resumeAnyTransaction

13:55:22,499 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) User 'iit' authenticated, loginOk=true

13:55:22,501 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) commit, loginOk=true

13:55:22,503 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) getRoleSets using rolesQuery: select ROLE,ROLEGROUP
from roles WHERE principalid=?, username: iit

13:55:22,507 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) suspendAnyTransaction

13:55:22,509 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Excuting query: select ROLE,ROLEGROUP from roles
WHERE principalid=?, with username: iit

13:55:22,514 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Assign user to role admin

13:55:22,516 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Assign user to role analyst

13:55:22,518 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Assign user to role developer

13:55:22,521 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Assign user to role manager

13:55:22,523 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) Assign user to role user

13:55:22,525 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule]
(http--127.0.0.1-8080-2) resumeAnyTransaction

13:55:22,527 TRACE
[org.jboss.security.authentication.JBossCachedAuthenticationManager]
(http--127.0.0.1-8080-2) defaultLogin,
lc=javax.security.auth.login.LoginContext@3460a6,
subject=Subject(11883582).principals=org.jboss.security.SimplePrincipal@25145532(iit)org.jboss.security.SimpleGroup@12885648(CallerPrincip

al(members:iit))org.jboss.security.SimpleGroup@12885648(admingrp(members:admin))org.jboss.security.SimpleGroup@12885648(usergrp(members:user))org.jboss.security.SimpleGroup@12885648(analystgrp(members:analyst))org.jboss.security.SimpleGroup@12885648(developergrp(members:developer))org.jboss.security.SimpleGroup@12

885648(managergrp(members:manager))

13:55:22,538 TRACE
[org.jboss.security.authentication.JBossCachedAuthenticationManager]
(http--127.0.0.1-8080-2) updateCache,
inputSubject=Subject(11883582).principals=org.jboss.sec

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
yes its working when I am deploying archiva as my repo manager.

*Settings.xml*

http://maven.apache.org/SETTINGS/1.1.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0
http://maven.apache.org/xsd/settings-1.1.0.xsd";>

D:\Repositories


droolssix
admin
$admin123$


  bpmassets
  deployment
  jbossadmin


 



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-BRMS-Build-Deploy-tp4030153p4030202.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
 
 

*Error Log.*
09:09:49,526 INFO 
[org.drools.compiler.kie.builder.impl.KieRepositoryImpl]
(http-/0.0.0.0:8080-9) KieModule was added:MemoryKieModule[
ReleaseId=netsolace:netsolaceproj:1.0]
09:09:49,800 ERROR
[org.guvnor.common.services.builder.BuildServiceImpl] (http-/0.0.0.0:8080-9)
org.sonatype.aether.deployment.DeploymentException: Failed to deploy
artifacts: Could not transfer artifact netsolace:netsolaceproj:jar:1.0
from/to bpmassets
(http://lnxdevvm565:8880/nexus/content/repositories/bpmassets): Failed to
transfer file:
http://lnxdevvm565:8880/nexus/content/repositories/bpmassets/netsolace/netsolaceproj/1.0/netsolaceproj-1.0.jar.
Return code is: 401, ReasonPhrase:Unauthorized.: java.lang.RuntimeException:
org.sonatype.aether.deployment.DeploymentException: Failed to deploy
artifacts: Could not transfer artifact netsolace:netsolaceproj:jar:1.0
from/to bpmassets
(http://lnxdevvm565:8880/nexus/content/repositories/bpmassets): Failed to
transfer file:
http://lnxdevvm565:8880/nexus/content/repositories/bpmassets/netsolace/netsolaceproj/1.0/netsolaceproj-1.0.jar.
Return code is: 401, ReasonPhrase:Unauthorized.
at
org.guvnor.m2repo.backend.server.GuvnorM2Repository.deployArtifact(GuvnorM2Repository.java:280)
[guvnor-m2repo-editor-backend-6.1.0.CR1.jar:6.1.0.CR1]
at
org.guvnor.m2repo.backend.server.GuvnorM2Repository.deployArtifact(GuvnorM2Repository.java:163)
[guvnor-m2repo-editor-backend-6.1.0.CR1.jar:6.1.0.CR1]
at
org.guvnor.m2repo.backend.server.GuvnorM2Repository$Proxy$_$$_WeldClientProxy.deployArtifact(GuvnorM2Repository$Proxy$_$$_WeldClientProxy.java)
[guvnor-m2repo-editor-backend-6.1.0.CR1.jar:6.1.0.CR1]
at
org.guvnor.m2repo.backend.server.M2RepoServiceImpl.deployJar(M2RepoServiceImpl.java:52)
[guvnor-m2repo-editor-backend-6.1.0.CR1.jar:6.1.0.CR1]
at
org.guvnor.m2repo.backend.server.M2RepoServiceImpl$Proxy$_$$_WeldClientProxy.deployJar(M2RepoServiceImpl$Proxy$_$$_WeldClientProxy.java)
[guvnor-m2repo-editor-backend-6.1.0.CR1.jar:6.1.0.CR1]
at
org.guvnor.common.services.builder.BuildServiceImpl.buildAndDeploy(BuildServiceImpl.java:103)
[guvnor-project-builder-6.1.0.CR1.jar:6.1.0.CR1]
at
org.guvnor.common.services.builder.BuildServiceImpl$Proxy$_$$_WeldClientProxy.buildAndDeploy(BuildServiceImpl$Proxy$_$$_WeldClientProxy.java)
[guvnor-project-builder-6.1.0.CR1.jar:6.1.0.CR1]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[rt.jar:1.7.0_25]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[rt.jar:1.7.0_25]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_25]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_25]
at
org.jboss.errai.bus.server.io.AbstractRPCMethodCallback.invokeMethodFromMessage(AbstractRPCMethodCallback.java:48)
[errai-bus-2.4.4.Final.jar:2.4.4.Final]
at
org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22)
[errai-bus-2.4.4.Final.jar:2.4.4.Final]
at
org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54)
[errai-bus-2.4.4.Final.jar:2.4.4.Final]
at
org.jboss.errai.cdi.server.CDIExtensionPoints$3.callback(CDIExtensionPoints.java:499)
[errai-weld-integration-2.4.4.Final.jar:2.4.4.Final]
at org.jboss.errai.bus.server.DeliveryPlan.deliver(DeliveryPlan.java:47)
[errai-bus-2.4.4.Final.jar:2.4.4.Final]
at
org.jboss.errai.bus.server.ServerMessageBusImpl.sendGlobal(ServerMessageBusImpl.java:284)
[errai-bus-2.4.4.Final.jar:2.4.4.Final]
at
org.jboss.errai.bus.server.SimpleDispatcher.dispatchGlobal(SimpleDispatcher.java:46)
[errai-bus-2.4.4.Final.jar:2.4.4.Final]
at
org.jboss.errai.bus.server.service.ErraiServiceImpl.store(ErraiServiceImpl.java:97)
[errai-bus-2.4.4.Final.jar:2.4.4.Final]
at
org.jboss.errai.bus.server.service.ErraiServiceImpl.store(ErraiServiceImpl.java:114)
[errai-bus-2.4.4.Final.jar:2.4.4.Final]
at
org.jboss.errai.bus.server.servlet.DefaultBlockingServlet.doPost(DefaultBlockingServlet.java:140)
[errai-bus-2.4.4.Final.jar:2.4.4.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
[jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295)
[jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
[jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
at
org.jboss.solder.serv

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
Yes, that's I have already configured as follows,


bpmassets
deployment
jbossadmin



From: manstis [via Drools] [mailto:ml-node+s46999n4030196...@n3.nabble.com]
Sent: 30 June 2014 12:23
To: Zahid Ahmed
Subject: Re: [rules-users] BRMS Build & Deploy

I assume Nexus requires authentication.

You'll need to configure this in Maven's settings.xml on the server you're 
running the workbench.

Maven's user guide contains details of how to configure permissions for remote 
servers in settings.xml.

On 30 June 2014 08:18, 706826 <[hidden 
email]> wrote:
Hi Manstis, Its working now with ARCHIVA as maven repo manager. BUT its not
working with SONATYPE NEXUS as maven repo manager.
Whenever I do build and deploy from the workbench it gives *Buid Failed*
error and the log says *401 Unauthorized*




--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-BRMS-Build-Deploy-tp4030153p4030195.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
[hidden email]
https://lists.jboss.org/mailman/listinfo/rules-users


___
rules-users mailing list
[hidden email]
https://lists.jboss.org/mailman/listinfo/rules-users

If you reply to this email, your message will be added to the discussion below:
http://drools.46999.n3.nabble.com/rules-users-BRMS-Build-Deploy-tp4030153p4030196.html
To unsubscribe from [rules-users] BRMS Build & Deploy, click 
here<http://drools.46999.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4030153&code=emFoaWQuYWhtZWRAZW1pcmF0ZXMuY29tfDQwMzAxNTN8MTY2MjY4OTcw>.
NAML<http://drools.46999.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-BRMS-Build-Deploy-tp4030153p4030197.html
Sent from the Drools: User forum mailing list archive at Nabble.com.___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
Hi Manstis, Its working now with ARCHIVA as maven repo manager. BUT its not
working with SONATYPE NEXUS as maven repo manager.

Whenever I do build and deploy from the workbench it gives *Buid Failed*
error and the log says *401 Unauthorized*




--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-BRMS-Build-Deploy-tp4030153p4030195.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
Thanks Manstis,

Its working now with ARCHIVA as maven repo manager. BUT its not working with
SONATYPE NEXUS as maven repo manager.

Whenever I do build and deploy from the workbench it gives "Buid Failed"
error and the log says "401 Unauthorized"



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-BRMS-Build-Deploy-tp4030153p4030194.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Workbench and GIT Repo High Availability

2014-06-16 Thread 706826
Hi Alexandre,

Does this also means that we need to create ZNodes manually.



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Workbench-and-GIT-Repo-High-Availability-tp4029538p4030064.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Upgrade Guvnor 5.5.0 repository to Drools-WB 6.0

2014-04-22 Thread 706826
Hi,

Did you get the solutin for the migration.



--
View this message in context: 
http://drools.46999.n3.nabble.com/Upgrade-Guvnor-5-5-0-repository-to-Drools-WB-6-0-tp4026553p4029325.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Guvnor -> Best Practices for Changes in Production / DEV Environment

2013-10-22 Thread 706826
Hi,

I faced the same problem as import feature of Drools5.5.0-Final imports the
whole repository instead of a single package. We had multiple applications
having assets in different packages on a single Guvnor server.

The solution we did was to write our own Import/Export utility that
interfaces with Guvnor's REST APIs and performs export from
Development/Staging environment and Imports to production environment.

Regards,

Zahid



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Guvnor-Best-Practices-for-Changes-in-Production-DEV-Environment-tp4026434p4026451.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Guvnor assets storinf in DB as well as in Repository directory on file-system

2013-08-04 Thread 706826
I am facing the issue that, even when external RDBMS is configured in
repository.xml, the "repository" directory is still created in the file
system and its size is increasing. So when external RDBMS is configured then
there shouldn't be anything created/written in FileSystem. All the data
(except for the indexes) should go to the external RDBMS (in my case Oracle
11). 
What I assume is that only the indexes get created in the file system, but
this is not correct. I followed the following steps to check this, 

1. I have two Guvnor instances (Guvnor A, Guvnor B) pointing to the same
database (db_Oracle11) 
2. Start 'Guvnor A' and generate repository.xml for db_oracle11. Also
configure  in repository.xml 
   i. Persistence managers tested are as follows 
  a.
org.apache.jackrabbit.core.persistence.bundle.OraclePersistenceManager 
  b.
org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager 

   ii. 

3. copy paste the generated configs in repository.xml of 'Guvnor A' and
'Guvnor B'. 
4. Re-Start 'Guvnor A'. 'Guvnor B' is not started. Only 'Guvnor A' is
started. 
5. Create and Import assets in 'Guvnor A' using guvnor web interface. These
should be saved in db_Oracle11. 
6. Now start 'Guvnor B'. And check all assets created/imported in 'Guvnor A'
should be visible in 'Guvnor B', as both the Guvnors have the same database. 
7. Only packages of 'Guvnor A' are visible in 'Guvnor B'. But assets inside
the packages are not available. 

Repository.xml is attached. I have also posted the same in the following
thread. 
https://community.jboss.org/thread/230419

repository-primary_server.xml
 
 
repository-secondary_server.xml

  
workspace.xml
  



--
View this message in context: 
http://drools.46999.n3.nabble.com/Guvnor-assets-storinf-in-DB-as-well-as-in-Repository-directory-on-file-system-tp4025303.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Guvnor seems to copy assets across External RDBMS and file system

2013-08-04 Thread 706826
Hi Tihomir,

I am facing the issue that, even when external RDBMS is configured in
repository.xml, the "repository" directory is still created in the file
system and its size is increasing. So when external RDBMS is configured then
there shouldn't be anything created/written in FileSystem. All the data
(except for the indexes) should go to the external RDBMS (in my case Oracle
11). 
What I assume is that only the indexes get created in the file system, but
this is not correct. I followed the following steps to check this,

1. I have two Guvnor instances (Guvnor A, Guvnor B) pointing to the same
database (db_Oracle11)
2. Start 'Guvnor A' and generate repository.xml for db_oracle11. Also
configure  in repository.xml
   i. Persistence managers tested are as follows
  a.
org.apache.jackrabbit.core.persistence.bundle.OraclePersistenceManager
  b.
org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager

   ii. 

3. copy paste the generated configs in repository.xml of 'Guvnor A' and
'Guvnor B'.
4. Re-Start 'Guvnor A'. 'Guvnor B' is not started. Only 'Guvnor A' is
started.
5. Create and Import assets in 'Guvnor A' using guvnor web interface. These
should be saved in db_Oracle11.
6. Now start 'Guvnor B'. And check all assets created/imported in 'Guvnor A'
should be visible in 'Guvnor B', as both the Guvnors have the same database.
7. Only packages of 'Guvnor A' are visible in 'Guvnor B'. But assets inside
the packages are not available.

Repository.xml is attached. I have also posted the same in the following
thread.
https://community.jboss.org/thread/230419 repository-primary_server.xml
 
 
repository-secondary_server.xml

  
workspace.xml
  



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Guvnor-seems-to-copy-assets-across-External-RDBMS-and-file-system-tp4021447p4025301.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Deployment on websphere

2013-05-29 Thread 706826
Hi dradev,Kindly share the following details1. seam-security jar version2.
seam-security-api jar version3. drools-guvnor.war/WEB-INF/beans.xml



--
View this message in context: 
http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4023800p4024027.html
Sent from the Drools: User forum mailing list archive at Nabble.com.___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2013-05-29 Thread 706826
U will need a gwt plugin for IE. Form builder is built on GWT (Google Web
Toolkit) which doenot comes into IE by default. Just look for a GWT plugin
for IE and it should open for u.



--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-Guvnor-integration-with-Webshere-Exception-during-startup-Please-help-tp4018745p4024026.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Guvnor seems to copy assets across External RDBMS and file system

2013-03-20 Thread 706826
Hi, Tihomir,

I need the configurations to move indexing to RDBMS. I am having the same
problem and I want to move "guvnor indexing/versioning" to oracle RDBMS
configured for GUVNOR. In my current configuration all the assets of guvnor
are getting stored in RDBMS except for the index files. Index files are
getting stored in "repository/workspaces/default/index" directory.

Kindly help with lucene configuration to get my index files to store in
RDBMS.



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Guvnor-seems-to-copy-assets-across-External-RDBMS-and-file-system-tp4021447p4022959.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users