Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Re: Need help on Eclipse BPEL plugin documentation

Hi again,

I was looking in to BPEL Eclipse source code for couple of days and I was wondering whether, it has static validation for a BPEL process. As I went through the source code, I saw a package called "org.eclipse.bpel.validator" and I thought it is for BPEL static validation.

At the same time, in the org.eclipse.bpel.validator/plugin.xml, there are two extensions called org.eclipse.wst.validation.validator and org.eclipse.bpel.validator.factories. I tried to debug the source code adding breakpoints to all the associated classes, but I could not halt in any of the breakpoints. Classes that I used are listed below.
  • org.eclipse.bpel.validator.rules.Factory
  • org.eclipse.bpel.validator.wsdl.Factory
  • org.eclipse.bpel.validator.vprop.Factory
  • org.eclipse.bpel.validator.plt.Factory
  • org.eclipse.bpel.validator.unsupported.Factory
  • org.eclipse.bpel.validator.xpath.Factory
There are several problems that I would like to get clarrified...
  1. Does existing BPEL Eclipse plugin has static validation of a BPEL process ? if so which classes should I look in to ?
  2. Why do we have two extensions called org.eclipse.wst.validation.validator and org.eclipse.bpel.validator.factories in the plugin.xml ? 
I would be really grateful, if someone can help me on this ...

Thank you..
Best Regards,
Chathuri






On Wed, May 6, 2009 at 2:23 PM, Chathuri Wimalasena <chathuri@xxxxxxxx> wrote:
Hi All,

I would like to add some improvements to the existing Eclipse BPEL plugin. For that I need to go through Eclipse BPEL source code. It would be really helpful, if I can access architectural design, class diagram or any other valuable documentation of the system. I searched for some resources in the project web site and other places, but unfortunately I could not find any of valuable documentation..

I would be really grateful, if someone can share any useful documents or links with me...

Thank you.

Best Regards,
Chathuri


Back to the top