Hi,
yes I tried to compile GWT but the problem is in "gwttasks.jar"

2010/4/12 <rules-dev-request@lists.jboss.org>
Send rules-dev mailing list submissions to
       rules-dev@lists.jboss.org

To subscribe or unsubscribe via the World Wide Web, visit
       https://lists.jboss.org/mailman/listinfo/rules-dev
or, via email, send a message with subject or body 'help' to
       rules-dev-request@lists.jboss.org

You can reach the person managing the list at
       rules-dev-owner@lists.jboss.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of rules-dev digest..."


Today's Topics:

  1. (no subject) (Mohamed Ben ayed)
  2. Rule flow : Human Task and Tomcat Restart (KiranP)
  3. Re: (no subject) (Esteban Aliverti)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Apr 2010 09:13:16 +0200
From: Mohamed Ben ayed <mohamed.ensi@gmail.com>
Subject: [rules-dev] (no subject)
To: rules-dev@lists.jboss.org
Message-ID:
       <s2l64b949ad1004120013mb07c2fe8x429287faa676c0b7@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

Hi,



I am working with drools (and drools Guvnor) in France, so I would like to
translate Guvnor into frensh.

I create a properties file (constants_fr_FR.properties) and I translated
some words, when I package my application with ?mvn clean package? I have a
war file but when I deploy it into JBoss server I don?t find any changes (I
put ?locale=fr_FR) .



I found some html files that contain javascript with English world like the
properties file



Any idea please



Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20100412/7c1f55a7/attachment-0001.html

------------------------------

Message: 2
Date: Sun, 11 Apr 2010 23:28:39 -0800 (PST)
From: KiranP <phadatarekiran@gmail.com>
Subject: [rules-dev] Rule flow : Human Task and Tomcat Restart
To: rules-dev@lists.jboss.org
Message-ID: <1271057319674-712858.post@n3.nabble.com>
Content-Type: text/plain; charset=us-ascii


I have a use case where i have a rule flow which has many HT's
the problem is the web application i m creating is in continual update
process
hence it is required to be restarted again and again ...........
but whenever i restart the server and complete some the human task which
was created before restart would not resume the flow....

I later discovered that it was b'coz of the WSHumanTaskHandler class i used
internally
creates a call back to some other method but when u restart the app-server
the handler
itself is destroyed.........hence the call back is not done...

how i implemented...

i start the task server externally on windows machine......simply >>>>java
StartTaskServer
where in StartTaskServer just start the thread of MinaTaskServer

then i start my app-server(Tomcat in this case) which loads up my
application

then through my application i create a process........

this process contain human Tasks(say A,B,C) and which can be completed at
this time

but now if i would restart the App-server......none of my HT(A,B,C) can be
completed

thanks,

-----
Keep Working >>
KiranP
--
View this message in context: http://n3.nabble.com/Rule-flow-Human-Task-and-Tomcat-Restart-tp712858p712858.html
Sent from the Drools - Dev mailing list archive at Nabble.com.


------------------------------

Message: 3
Date: Mon, 12 Apr 2010 08:33:19 -0300
From: Esteban Aliverti <esteban.aliverti@gmail.com>
Subject: Re: [rules-dev] (no subject)
To: Rules Dev List <rules-dev@lists.jboss.org>
Message-ID:
       <z2g61486a891004120433v7240ef32x1e9bc25e16e43aa8@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

Have you tried compiling the GWT code? There is a build.xml ant file in
guvnor's root directory.

Best,

On Mon, Apr 12, 2010 at 4:13 AM, Mohamed Ben ayed <mohamed.ensi@gmail.com>wrote:

> Hi,
>
>
>
> I am working with drools (and drools Guvnor) in France, so I would like to
> translate Guvnor into frensh.
>
> I create a properties file (constants_fr_FR.properties) and I translated
> some words, when I package my application with ?mvn clean package? I have a
> war file but when I deploy it into JBoss server I don?t find any changes (I
> put ?locale=fr_FR) .
>
>
>
> I found some html files that contain javascript with English world like the
> properties file
>
>
>
> Any idea please
>
>
>
> Thanks
>
>
>
> _______________________________________________
> rules-dev mailing list
> rules-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-dev
>
>


--
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Esteban Aliverti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20100412/d5323932/attachment-0001.html

------------------------------

_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev


End of rules-dev Digest, Vol 40, Issue 4
****************************************



--
Codialement
Mohamed BEN AYED