• 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

Second Level Cache Memory

 
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 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'.

Somewhere I read that it stores the first deployed workflow in hibernate's Second Level Cache memory. If you want deploy changed process definition then you need to remove first workflow from Second Level Cache.

But I don't know how to remove it , can someone help me ?

You can mail me on ashtaganesh@gmail.com

Thanks & Regards
Ganesh.
 
reply
    Bookmark Topic Watch Topic
  • New Topic