Re: [rules-users] Can't open bpmn from Visual Editor in Process Editor

2011-11-18 Thread ANJALI
Thanks for ur help
ill download designer 1.0.0.055 version from source forge and ill check it
out

--
View this message in context: 
http://drools.46999.n3.nabble.com/Can-t-open-bpmn-from-Visual-Editor-in-Process-Editor-tp3514796p3518852.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] Can't open bpmn from Visual Editor in Process Editor

2011-11-16 Thread ANJALI
I hope to fill in the properties not yet handled in the Visual Editor with
the Process Editor.
 
A workflow created with the Visual Editor that contains Rule Tasks throws an
exception when opened in the Process Editor An exception occurred while
reading in the RuleFlow XML: No messages found See the error log for more
details. Where is the error log and how do I fix the xml in a text editor?
 
Another error when opening with the Process Editor is a Gateway direction is
unspecified. I set Gateway directions in the Visual Editor to Diverging and
Converging, save the file, but the properties view shows it goes back to
Unspecified.
 
Could any one help me??

Thanks in advance,
Anjali

--
View this message in context: 
http://drools.46999.n3.nabble.com/Can-t-open-bpmn-from-Visual-Editor-in-Process-Editor-tp3514796p3514796.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] Email Service

2011-11-13 Thread ANJALI
Hi guys,
  Iam trying to send email through drools by using bpmn.xml...in
order to do so i need to register a work item handler into my session.

I have done in this way

 ksession.getWorkItemManager().registerWorkItemHandler(Email,
emailWorkItemHandler);

And this is my class for that handler

 public class  NotificationWorkItemHandler implements
WorkItemHandler {


  public void executeWorkItem(WorkItem workItem, WorkItemManager 
manager) {

// extract parameters

String from = (String) workItem.getParameter(From);

String to = (String) workItem.getParameter(To);

String message = (String) workItem.getParameter(Message);

String priority = (String) workItem.getParameter(Priority);

// send email

*EmailService service =
ServiceRegistry.getInstance().getEmailService();*

service.sendEmail(from, to, Notification, message);

// notify manager that work item has been completed

manager.completeWorkItem(workItem.getId(), null);

  }

My issue is Email service need some import but I cant see what needs to be
included
Could any one help me out in this issue?


Thanks in advance 
Anjali



--
View this message in context: 
http://drools.46999.n3.nabble.com/Email-Service-tp3506142p3506142.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] Orxy Designer

2011-11-10 Thread ANJALI
Thanks for ur info
i have just created a work def item so i  got email task in the left 




--
View this message in context: 
http://drools.46999.n3.nabble.com/Orxy-Designer-tp3492716p3498993.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 issue

2011-11-08 Thread ANJALI
thanks for ur response

as i said u earlier i have integrated drools into my application
im getting *save all changes* and *close* option only so,i dnt have scope to
reload my page 
is there any other alternate?

Thanks in advance,
Anjali

--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-guvnor-issue-tp3489376p3489762.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 issue

2011-11-08 Thread ANJALI
If i use close/re-open everything is fine

--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-guvnor-issue-tp3489376p3489938.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 issue

2011-11-08 Thread ANJALI
Thanks a lot for ur info
ill try to change the code 



--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-guvnor-issue-tp3489376p3489981.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 issue

2011-11-08 Thread ANJALI
Thank u
ya surely ill share if im done with my task

Regards,
Anjali


--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-guvnor-issue-tp3489376p3492713.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] Orxy Designer

2011-11-08 Thread ANJALI
Hi guys,

 I am using oryx deisgner 1.0.0.056 version.Can we configure email
task in it


Thanks in advance,
Anjali

--
View this message in context: 
http://drools.46999.n3.nabble.com/Orxy-Designer-tp3492716p3492716.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] Drools guvnor issue

2011-11-07 Thread ANJALI
Hi guys,

i have integrated drools in my application when iam trying to save
my bpnm20 file for the frist time its saving correctly but when iam doing
for the second time its showing following error can any one tell me how to
debug this error

*Unable to save this asset, as it has been recently updated by [guest]*


iam currently using guvnor 5.3.0 final version
and designer version 1.0.0.056

Thanks in advance,
Anjali




--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-guvnor-issue-tp3489376p3489376.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