Thank you Esteban, I'll try to find it
Please search in this list about this problem. Your question has been answered before. I think the documentation also has a section about how to add security elements to the change-set.Best Regards,
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Esteban Aliverti
- Developer @ http://www.plugtree.com
- Blog @ http://ilesteban.wordpress.com
2012/2/15 mujoko mujoko <mujoko.mujoko@gmail.com>_______________________________________________Dear Rules Users,Previously, I use guvnor with no security.Now, my boss wants me to apply security on guvnor.The way I implement is use this linkhttp://ngjweb.wordpress.com/2011/12/07/drools-guvnor-manage-access-part-2/which is using realm of tomcat and create a table is the system for guvnor user.I tested from browser, the security is working fine even more than 10 users access concurrently.But when my application access the guvnor and try to create the knowledge base. It's becoming intermittent.After several time access the guvnor, the guvnor is hang/can not access even from browser.Here is the exception I gotjava.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:9090/guvnor/org.drools.guvnor.Guvnor/package/com.rbtsb.tm.meter/meter-internet/DropCDR-LocalcallWithBRemarks.drl....at org.drools.compiler.PackageBuilder.addKnowledgeResource(PackageBuilder.java:692)at org.drools.builder.impl.KnowledgeBuilderImpl.add(KnowledgeBuilderImpl.java:37The way our app access the guvnor after apply security is as below.Snipped CodeUrlResource urlResource = (UrlResource) ResourceFactory.newUrlResource(ruleUrl);urlResource.setBasicAuthentication("enabled");urlResource.setUsername("admin");urlResource.setPassword("admin");builder.add(urlResource,ResourceType.DRL);
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users