AS
unread,Aug 28, 2012, 11:18:34 PM8/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ao4...@googlegroups.com
Hello Dr.Charfi
I'm using AO4BPEL, and there are
some problems I'm facing during the execution of its examples, so I
read your papers "Aspect-Oriented Web Service Composition with AO4BPEL"
and "AO4BPEL An Aspect-oriented Extension to BPEL" in order to
understand its mechanism clearly, and I noticed that, there is a file
called 'aspect files' which I guess it contains aspect itself like the
name of the method that I want to invoke, and the type of the invoked
advice 'after, before ,or around' My question is, If the aspect file contains an information belongs to the aspect, why I use AO4BPEL? (because AO4BPEL already contains aspect name that I want to invoke and the advice type). I'm confused between these two files.
Also why did you use 'Aspect definition and deployment tool' with
the aspect manager-(I know that you used it to manage aspect
registration, activation and request to input WSDL) I mean why didn't
you use Aspect file in this situation instead?