• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deploy New JBPM workflow

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I am new to JBPM and I am facing one problem like, i was having a workflow deployed on server and now I changed the business logic of the existing workflow. e. g. Previously there was java code like 'oneClass.someMethod()' and now I changed it to 'otherClass.someMethod()'.

I deployed new workflow successfully but when my application invokes the workflow it is giving me a jbpm error that 'oneClass.someMethod()' does not exists. Method 'someMethod()' is not there in 'OneClass' now I have moved it to 'OtherClass', but it is not invoking the method from 'OtherClass'.

So , please help me out and tell what shall I do so that new workflow should get invoked.

You can mail me on ashtaganesh@gmail.com

Thanks & Regards
Ganesh.
 
Can you smell this for me? I think this tiny ad smells like blueberry pie!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic