Re: [rules-users] Dynamic fact generation

2009-12-10 Thread সাহিদ
Hello,

Please ignore my previous mail.

The facts I need for Guvnor is dynamic in nature. These facts will be
based on objects modified by another application. I was thinking if I
can call Guvnor from the other application to create/update these
facts directly? Is that possible? What should the approach be? Any
help will be appreciated.

Many thanks in advance,

-- 
S.
Argue with idiots, and you become an idiot. - PG
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Dynamic fact generation

2009-12-10 Thread সাহিদ
Hello,

The facts I need for Guvnor is dynamic in nature. These facts will be
based on objects modified by another application. I was thinking if I
can call Guvnor from the other application to create/update these
facts directly?

-- 
S.
Argue with idiots, and you become an idiot. - PG
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-10 Thread সাহিদ
2009/12/10 Paul R. :
> Did you also edit your drools-guvnor.war\WEB-INF\components.xml to point to
> your authenticator?
>
>  authenticate-method="#{customAuthenticator.authenticate}"/>
>

Yes I did. It fails with the following message in the console:

15:12:49,760 INFO  [STDOUT] ERROR 10-12 15:12:49,759
(SecurityServiceImpl.java:login:73) 
javax.security.auth.login.LoginException: Login Failure: all modules
ignored

Does that give any clue?

-- 
S.
Argue with idiots, and you become an idiot. - PG
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-10 Thread সাহিদ
2009/12/10 Paul R. :
> It's very easy to create a custom authentication module for Seam. In my
> organization, we've created a simple module which will check the session for
> an existing user object. Just have to put it on your classpath and edit the
> components.xml to use your class as its authenticator. Perhaps something
> like this will work for you?
>

Thank you. However this is not working. I have created a custom
authenticator as you said and put in WEB-INF/classes, but that is not
getting invoked. I was just going through the Guvnor web.xml file, I
don't see any security-constraints there. So that means Guvnor does
not use standard JAAS security for authentication. Is that the reason,
the custom authenticator is not getting invoked?

Thanks,
-- 
S.
Argue with idiots, and you become an idiot. - PG
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Drools Guvnor and jboss single sign on

2009-12-08 Thread সাহিদ
Hello,

I have couple of web applications other than Guvnor deployed in JBoss.
I use jboss single sign on [1] for authentication. But guvnor does not
seem to be working. I believe there are some issues with JBoss Seam
and JBoss SSO. But is there any work around to integrate JBoss SSO
with Guvnor? Please help.

1. http://www.jboss.org/community/wiki/JBossWebSingleSignOn

Thanks in advance,
-- 
Sahid.
Argue with idiots, and you become an idiot. - PG
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Drools eclipse plugin and J2ee project problem

2009-11-29 Thread সাহিদ
Hello,

I am using eclipse 3.4 on a linux machine. I mostly work in Java EE
perspective. It was working fine till now. But after I installed
Drools plugin [1], trying to open a Java EE project from Java EE
perspective is making eclipse stuck. I can not even close eclipse once
I click on "Open Project". The progress bar says it is opening the
project. But it is taking eternal. Any possible reason why this can
happen?

Thanks in Advance,

-- 
S.
Argue with idiots, and you become an idiot. - PG
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Drools with Web Application

2009-11-27 Thread সাহিদ
On Fri, Nov 27, 2009 at 9:45 AM, Jervisliu  wrote:
> [snipped..]
> Let me know if you have interest to explore this
> further, I can provide more information on this.
>
> [1].http://cwiki.apache.org/CXF20DOC/jax-rs.html
> [2]. http://www.jboss.org/resteasy/
>

Thank you Jervis for the pointers. These CXF and RestEasy web services
are pretty new to me. Let me gather some basics. I'll come back in the
list if I need anything.

Regards,

-- 
S.
Argue with idiots, and you become an idiot. - PG
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Drools 5.0 Guvnor install

2009-11-24 Thread সাহিদ
On Tue, Nov 24, 2009 at 5:40 PM, SzA84  wrote:
> And it says "you should navigate to http://localhost/drools-jbrms and check
> that Guvnor appears", but it doesn't work, although the server is running.
>

I think request url should be http://localhost/drools-guvnor


-- 
S.
Argue with idiots, and you become an idiot. - PG
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Drools with Web Application

2009-11-23 Thread সাহিদ
Hello,

Drools is very new to me. So please excuse me if this question sounds too naive.

Basically my requirement is: I have a web based (3-tier j2ee)
application which is
deployed in JBoss AS. Now I want to incorporate some business rule
implementations with this application so that end users, who are not
very technical, can add/modify the rules according to their need. I
suppose Drools Guvnor will be the front end and rules repository and
Drools Expert will be
the back end for such requirements. Please correct me if I am wrong.

I had gone through the drools documentation. That talks about
stand-alone application for guvnor itself, but I want to use Guvnor
inside my existing application itself, preferably by using some Guvnor API.

Can some one please provide some insight on how to do this. Also, I'll
appreciate if some one can point me to some getting started/best
practice documents for these stuffs?

Many thanks in advance,
--
Sahid
Argue with idiots, and you become an idiot. - PG
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users