wmaop / wm-aop

Mocking framework for webMethods Integration Server
https://github.com/wmaop/wm-aop/wiki
MIT License
8 stars 6 forks source link

Downloaded the framework, installed and tested but getting an error #2

Closed l1ndener closed 8 years ago

l1ndener commented 8 years ago

Morning,

Having followed your guide, when either I try to verify, or use jcode to rebuild the classes it seems that there are missing classes.

For example in the invokemanager it refers to chainprocessor package, also in the build it refers to the flow package, none of these are present in the OrgWmAOP-1 package.

Any assistance appreciated with this.

Many thanks and kind regards

sysgen commented 8 years ago

Which versions are you using of wm-aop and OrgWmAOP? There's a revised version of the OrgWmAop package (1.0.2) that has the class names updated. Can you try that version?

Let me know if you have further problems or need clarification on use, etc.

You can contact me directly on richard@sysgen.co.uk

Regards

Richard

On 25 May 2016 10:54 am, "l1ndener" notifications@github.com wrote:

Morning,

Having followed your guide, when either I try to verify, or use jcode to rebuild the classes it seems that there are missing classes.

For example in the invokemanager it refers to chainprocessor package, also in teh build it refers to the flow package, none of these are rpesent in the OrgWmAOP-1 package.

Any assistance appreciated with this.

Many thanks and kind regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/wmaop/wm-aop/issues/2

sysgen commented 8 years ago

Appears to be an issue with the compiled version of the classes in the package - They've been compiled for JSE8 but require JSE7 for 9.7 and earlier. Will updated all packages on earlier wM release to make fully 9.x compliant.

l1ndener commented 8 years ago

Hi Richard,

Many thanks for the time and trouble.

I will keep an eye on the pages.

Kind regards, Lawrence

On 26 May 2016, at 18:34, Richard Tomlinson notifications@github.com<mailto:notifications@github.com> wrote:

Appears to be an issue with the compiled version of the classes in the package - They've been compiled for JSE8 but require JSE7 for 9.7 and earlier. Will updated all packages on earlier wM release to make fully 9.x compliant.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/wmaop/wm-aop/issues/2#issuecomment-221940226

sysgen commented 8 years ago

Updated OrgWmAOP to 1.0.3 which now works ok on all versions.