Re: [rules-users] Jboss As7.0.2 (linux): designer-2.2.Final-jboss7 request to guvnor-5.4.0.Final-jboss-as-7.0: connection refused

2012-07-19 Thread rodolphio
thanks for your fast reply.
Guvnor instance is running on 
localhost:8080/guvnor/org.drools.guvnor.Guvnor/Guvnor.jsp
Designer instance is running on  localhost:8080/designer/editor



--
View this message in context: 
http://drools.46999.n3.nabble.com/Jboss-As7-0-2-linux-designer-2-2-Final-jboss7-request-to-guvnor-5-4-0-Final-jboss-as-7-0-connection-d-tp4018784p4018788.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] How to retract events that don't match any rules (without @expires())

2012-07-19 Thread Mark Proctor
You could also look at the declarative agenda stuff, which is 
experimental at the moment. With this you can track if there are any 
activations that need to fire for a rule. When there are no activations 
still to fire, you can iterate and retract facts.

You could probably even correlate specific objects with activation 
bindings, using 'not', to determine if it can be retracted.

Mark
On 18/07/2012 20:01, Ladd wrote:
> Is there a recommended way to remove events from working memory that don't
> match and can't activate any rules?
>
> For example, let's say I have two rules which should both fire when a person
> with name "Bob" is encountered.  If a person with name "Jim" comes in he
> stays in working memory forever even though he doesn't match any current
> rules.
>
> I know @expires() for Person events would work.  But I don't know what a
> "safe" time would be since I don't know ahead of time what temporal rules
> might be written for them.
>
> >From the 5.4.0 Drools Fusion docs (Chapter 2) I found these statements:
>
> /"In other words, one an event is inserted into the working memory, it is
> possible for the engine to find out when an event can no longer match other
> facts and automatically retract it, releasing its associated resources."/
>
> /"Events may be automatically expired after some time in the working memory.
> Typically this happens when, based on the existing rules in the knowledge
> base, the event can no longer match and activate any rules. Although, it is
> possible to explicitly define when an event should expire."/
>
> Based on this statement I would expect my "Jim" to be automatically expired
> after "some time".  Maybe it will be and I'm just not waiting long enough.
>
> But then I found this quote from Edson:
>
> /"Any object type for which there are no explicit
> expiration policy, nor temporal constraints from which to derive the
> expiration offset will have an infinite expiration offset, i.e., will never
> be automatically retracted."/
>
> So my question is, how can I retract events which don't match any rules?
>
> Thanks in advance for any tips or suggestsions!!
>
> - Ladd
>
> --
> View this message in context: 
> http://drools.46999.n3.nabble.com/How-to-retract-events-that-don-t-match-any-rules-without-expires-tp4018760.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 mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Jboss As7.0.2 (linux): designer-2.2.Final-jboss7 request to guvnor-5.4.0.Final-jboss-as-7.0: connection refused

2012-07-19 Thread Tihomir Surdilovic

Is your Guvnor instance running on
localhost:8080/guvnor  or localhost:8080/drools-guvnor or some other 
host or port all together?

Same question for designer as above.

If you are running on localhost:8080/drools-guvnor the Designer jbpm.xml 
externalloadurl should be





Hope this helps.


On 7/19/12 10:29 AM, rodolphio wrote:

Hi all,

following error appears on trying to save a bpmn2 process:

15:21:28,408 SEVERE
[org.jbpm.designer.web.repository.impl.UUIDBasedJbpmRepository]
(http--192.168.0.67-8080-3) Unable to connect to Gunvor. Is it running?
[Connection refused]
15:21:28,701 SEVERE [org.jbpm.designer.web.server.ServletUtil]
(http--192.168.0.67-8080-2) Connection refused
15:21:28,819 SEVERE [org.jbpm.designer.web.server.DictionaryServlet]
(http--192.168.0.67-8080-2) Connection refused


designer configuration file jbpm.xml :


guvnor configuration file preferences.properties :
#Designer configuration
designer.url=http://localhost:8080
#Do not change this unless you know what are you doing
designer.context=designer
designer.profile=jbpm

guvnor configuration file beans.xml :

 
 
org.drools.guvnor.server.security.DemoAuthenticator
 
 
 
 
   




subdomaines in Jboss-Server:
-designer
-guvnor


Can anybody  help me please. Thanks a lot




--
View this message in context: 
http://drools.46999.n3.nabble.com/Jboss-As7-0-2-linux-designer-2-2-Final-jboss7-request-to-guvnor-5-4-0-Final-jboss-as-7-0-connection-d-tp4018784.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 mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Jboss As7.0.2 (linux): designer-2.2.Final-jboss7 request to guvnor-5.4.0.Final-jboss-as-7.0: connection refused

2012-07-19 Thread rodolphio
Hi all,

following error appears on trying to save a bpmn2 process:

15:21:28,408 SEVERE
[org.jbpm.designer.web.repository.impl.UUIDBasedJbpmRepository]
(http--192.168.0.67-8080-3) Unable to connect to Gunvor. Is it running?
[Connection refused]
15:21:28,701 SEVERE [org.jbpm.designer.web.server.ServletUtil]
(http--192.168.0.67-8080-2) Connection refused
15:21:28,819 SEVERE [org.jbpm.designer.web.server.DictionaryServlet]
(http--192.168.0.67-8080-2) Connection refused


designer configuration file jbpm.xml :


guvnor configuration file preferences.properties : 
#Designer configuration
designer.url=http://localhost:8080
#Do not change this unless you know what are you doing
designer.context=designer
designer.profile=jbpm

guvnor configuration file beans.xml : 



org.drools.guvnor.server.security.DemoAuthenticator




  



subdomaines in Jboss-Server:
-designer
-guvnor


Can anybody  help me please. Thanks a lot




--
View this message in context: 
http://drools.46999.n3.nabble.com/Jboss-As7-0-2-linux-designer-2-2-Final-jboss7-request-to-guvnor-5-4-0-Final-jboss-as-7-0-connection-d-tp4018784.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] Web guided Decision table

2012-07-19 Thread Vincent LEGENDRE
or create a "false" setter in your POJO and modify it ... by instance by giving 
it the agenda-group you want to focus ... 

- Mail original -

De: "Michael Anstis"  
À: "Rules Users List"  
Envoyé: Jeudi 19 Juillet 2012 14:39:44 
Objet: Re: [rules-users] Web guided Decision table 

If you're using 5.4 you can add a BRL Action column and use a free-format DRL 
fragment. 

Prior to 5.4 the above is not possible. In which case an alternative might be 
to use Rule Templates instead. 


On 19 July 2012 13:02, abhinay_agarwal < abhinay_agar...@infosys.com > wrote: 


by what i see predicate can be added to the "condition" column of the 
decision table... 

i wan to add the setFocus() to my action column !! 

-- 
View this message in context: 
http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776p4018779.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 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


Re: [rules-users] Web guided Decision table

2012-07-19 Thread Michael Anstis
If you're using 5.4 you can add a BRL Action column and use a free-format
DRL fragment.

Prior to 5.4 the above is not possible. In which case an alternative might
be to use Rule Templates instead.

On 19 July 2012 13:02, abhinay_agarwal  wrote:

> by what i see predicate can be added to the "condition" column of the
> decision table...
>
> i wan to add the setFocus() to my action column !!
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776p4018779.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 mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Drools-expert: Memory Leak with org.mvel2.MVELRuntime

2012-07-19 Thread jsoula
Hello,

I am using Drools Expert v5.30 with mvel-2.1.0-drools4.jar.

In my program, i run drools in a specific classloader (child first
urlClassloader) and i maybe detect a memory Leak with the class
org.mvel2.MVELRuntime.

In the method resetDebugger, the content of the threadLocal is never set to
null, so i have a reference in the main thread to this instance.
After call debuggerContext.set(null) with the magic of instropection, the
memory leak disappear (and i can reload my specific classloader).

Is this bug already checked? (I have scan google with no result)
Does it concerns drools or mvel?
For what this class is useful?

Thanks for help

Jérémy SOULA

--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-expert-Memory-Leak-with-org-mvel2-MVELRuntime-tp4018780.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] Web guided Decision table

2012-07-19 Thread abhinay_agarwal
by what i see predicate can be added to the "condition" column of the
decision table...

i wan to add the setFocus() to my action column !!

--
View this message in context: 
http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776p4018779.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] Web guided Decision table

2012-07-19 Thread abhinay_agarwal
can you give me an example, as to how can i use $param ?

i wanna setFocus("xyz") once any one of the row is satisfied !

--
View this message in context: 
http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776p4018778.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] Web guided Decision table

2012-07-19 Thread Vincent LEGENDRE
"predicate" type column allow you to write anything, using "$param" placeholder 
to retrieve your cell's content. 


- Mail original -

De: "abhinay_agarwal"  
À: rules-users@lists.jboss.org 
Envoyé: Jeudi 19 Juillet 2012 13:39:40 
Objet: [rules-users] Web guided Decision table 

is there a way by which i can use drools.setFocus() and 
drools.getWorkingMemory().clearAgendaGroup() in a Web guided Decision table 
?? 

-- 
View this message in context: 
http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776.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 mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Web guided Decision table

2012-07-19 Thread abhinay_agarwal
is there a way by which i can use drools.setFocus() and
drools.getWorkingMemory().clearAgendaGroup() in a Web guided Decision table
??

--
View this message in context: 
http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776.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!!!

2012-07-19 Thread Ravikiran
Hi Joffrey/Gurus,

Anybody can suggest how to resolve the below error.

Before i get the above exception, i found that there was another exception
during the server startup. Which is below,

[19/07/12 17:33:49:360 SGT] 0025 webappE
com.ibm.ws.webcontainer.webapp.WebApp notifyServletContextCreated SRVE0283E:
Exception caught while initializing context: {0}

org.jboss.weld.exceptions.DeploymentException: Exception List with 4
exceptions:
Exception 0 :
org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied
dependencies for type [ServiceImplementation] with qualifiers [@Default] at
injection point [[field] @Inject private
org.drools.guvnor.server.converters.decisiontable.DecisionTableXLSToDecisionTableGuidedConverter.serviceImplementation]
at
org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:312)
at
org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:281)
at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:144)
at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:164)
at org.jboss.weld.bootstrap.Validator.validateBeans(Validator.java:383)
at
org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:368)
at
org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:379)
at
org.jboss.weld.environment.servlet.Listener.contextInitialized(Listener.java:182)
at
org.drools.guvnor.server.repository.SafeWeldListener.contextInitialized(SafeWeldListener.java:54)
at
com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1681)
at
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:374)
at
com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:299)
at
com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:100)
at
com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:166)
at
com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:731)
at
com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:616)
at
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:376)
at
com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:668)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1122)
at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1319)
at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:609)
at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:944)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:725)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1266)
at
com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:4520)
at
com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:4698)
at
com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1271)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2043)
at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:439)
at
com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:382)
at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:653)
at
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:615)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
at
javax.management.modelmbean.RequiredModelM

Re: [rules-users] Deploying Guvnor 5.4.0.Final on JBossAS 7.1.2.Final

2012-07-19 Thread Geoffrey De Smet
Christiano,

We have such an assembly in place already:
https://github.com/droolsjbpm/guvnor/blob/master/guvnor-distribution-wars/src/main/assembly/assembly-guvnor-jboss-as-7_0.xml

Feel free to send a pull request to improve that assembly.

To try it out, just fork-clone guvnor and run
mvn clean install -DskipTests -Dfull
The -Dfull is needed as you'll want to build the slow module 
guvnor-distribution-wars too.

Op 19-07-12 08:17, Cristiano schreef:
> Hi,
>
> I think I got it sorted, please see my last comment on the bug.
>
> I think a more permanent solution would be to create a new assembly
> descriptor targeting jboss 7.1.2/eap 6. On my current build  I'm not only
> removing all log dependencies but also many unnecessary dependencies like
> jta, ejb, jsf jars that reduce the war to ~80MB. If you guys think that
> worth doing it, I would be more than happy to contribute.
>
> Cheers
>
> --
> View this message in context: 
> http://drools.46999.n3.nabble.com/Deploying-Guvnor-5-4-0-Final-on-JBossAS-7-1-2-Final-tp4018408p4018766.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
>

-- 
With kind regards,
Geoffrey De Smet


-- 
With kind regards,
Geoffrey De Smet

___
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!!!

2012-07-19 Thread Geoffrey De Smet
My advice: start from scratch:
Download guvnor-distribution-5.4.0.Final.zip, unzip it, take the tomcat6 
war and deploy it to webshere.
It will probably crash as Websphere doesn't allow to deploy certain 
jars: the question is which jars. (I don't know which ones).
Look at the exception message and remove the offending jar, then try 
again (loop this until all offending jars are gone).

When you're done, please give us feed-back by telling here on the list 
which jars need to be cut from the generic war (= tomcat 6 war) in order 
to deploy on websphere.

For jboss 7 we already have an assembly in place which removes the jars 
that need to be cut:
https://github.com/droolsjbpm/guvnor/blob/master/guvnor-distribution-wars/src/main/assembly/assembly-guvnor-jboss-as-7_0.xml#L19
A pull request for such a webpshere assembly is welcome.

Op 18-07-12 16:25, Ravikiran schreef:
> Hi Joffrey,
>
> I have downloaded the distribution shows Drools-guvnor 5.3.0, but when i see
> the Guvnor version from web UI (Adminstration-->About) it shows the version
> as SNAPSOT 5.4.0. Now i too suspect that my Guvnor is of version 5.4.0 only,
> that's why all those errors were coming.
>
> I feel that you have understood the problem now, please tell me what should
> i do to resolve this. If i required to add any new jar files, please also
> let me know the location to download them as well. Because i didn't get any
> related information on internet for this issue so far...you are the only
> hope!
>
> Thanks a lot...
>
> --
> View this message in context: 
> http://drools.46999.n3.nabble.com/Drools-Guvnor-integration-with-Webshere-Exception-during-startup-Please-help-tp4018745p4018756.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
>

-- 
With kind regards,
Geoffrey De Smet


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] How to retract events that don't match any rules (without @expires())

2012-07-19 Thread Wolfgang Laun
On 19/07/2012, Wolfgang Laun  wrote:

>$b.modify{ incCount() }

Even thought this looks nice, one still has to write it like so:

   modify( $b ){ incCount() }

-W
___
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!!!

2012-07-19 Thread Ravikiran
Hi Joffrey,

I have downloaded "guvnor-5.4.0.Final-tomcat-6.0.war" and deployed into
Websphere AS7. Still i am getting the same exception.

[19/07/12 17:23:36:125 SGT] 0025 webappI
com.ibm.ws.webcontainer.webapp.WebApp log SRVE0296E:
[guvnor-5_4_0_Final-tomcat-6_0_war#guvnor-5.4.0.Final-tomcat-6.0.war][/BRE][Servlet.LOG]:.Exception
while dispatching incoming RPC
call:.com.google.gwt.user.server.rpc.UnexpectedException: Service method
'public abstract org.drools.guvnor.client.rpc.UserSecurityContext
org.drools.guvnor.client.rpc.SecurityService.getCurrentUser()' threw an
unexpected exception: java.lang.IllegalStateException: CDI hasn't been
properly started.
  Make sure your IDE classpath is in sync with the real maven classpath.
  The classpath should include weld-servlet.
at
com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:385)
at 
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:588)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1663)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:939)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
at
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3826)
at 
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931)
at
com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:445)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:504)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:301)
at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1563)
Caused by: java.lang.IllegalStateException: CDI hasn't been properly
started.
  Make sure your IDE classpath is in sync with the real maven classpath.
  The classpath should include weld-servlet.
at
org.drools.guvnor.server.SecurityServiceServlet.getCurrentUser(SecurityServiceServlet.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at 
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569)
... 26 more

I am struck here since 2 days, please throw some light how i can resolve the
issue to successfully launch guvnor in Websphere.

thanks a lot!

--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-Guvnor-integration-with-Webshere-Exception-during-startup-Please-help-tp4018745p4018770.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] Gwt Error while integrating guvnor with custom application.

2012-07-19 Thread soumya
Hi Esteban,

I tried removing 'gwt.codesvr=localhost:8080' from the url but then i get a
page not found.

Is there any gwt jars or server installations to be done seperately?

--
View this message in context: 
http://drools.46999.n3.nabble.com/Gwt-Error-while-integrating-guvnor-with-custom-application-tp4018754p4018769.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