Joe,

I probably didn't get you right in my last mail -- if you want to avoid 
emptying an already existing context with 'create', check its presence with a 
context expression first and create it only if it does not exist:

context=!MYCONTEXT
action=create MYCONTEXT

br,
risto


> Hey Folks,
> I need to create a context if it doesn't exist, but it
> seems like the
> only way to do this without emptying it is with add.
> 
> The problem is that I'm using an eval to determine the
> contents of the
> event store and by using add I have to do extra work to
> remove the
> data I added.
> 
> Does anyone have know of a way to get around this?
> 
> Cheers,
> -Joe
> 
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside
> and 
> around Java (TM) technology - register by April 22, and
> save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San
> Francisco.
> 300 plus technical and hands-on sessions. Register today. 
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> Simple-evcorr-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users
> 


      

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Simple-evcorr-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to