Re: [jbehave-user] Re: Behavior of org.jbehave.core.ConfigurableEmbedder.configuredEmbedder()

2014-04-04 Thread Hans Schwäbli
I did: http://jira.codehaus.org/i#browse/JBEHAVE-1009 On Mon, Mar 31, 2014 at 11:49 PM, Mauro Talevi wrote: > Could you please raise a JIRA issue for this? > > On 28/03/2014 11:59, Hans Schwäbli wrote: > > I could cache the embedder myself by using lazy initialization in my > class which exten

Re: [jbehave-user] Re: Behavior of org.jbehave.core.ConfigurableEmbedder.configuredEmbedder()

2014-03-31 Thread Mauro Talevi
Could you please raise a JIRA issue for this? On 28/03/2014 11:59, Hans Schwäbli wrote: I could cache the embedder myself by using lazy initialization in my class which extends JUnitStories. But that has a side effect: the meta filtering does not work then for some unknown reason. On Wed, Ma

[jbehave-user] Re: Behavior of org.jbehave.core.ConfigurableEmbedder.configuredEmbedder()

2014-03-28 Thread Hans Schwäbli
I could cache the embedder myself by using lazy initialization in my class which extends JUnitStories. But that has a side effect: the meta filtering does not work then for some unknown reason. On Wed, Mar 26, 2014 at 8:54 AM, Hans Schwäbli wrote: > Hello Mauro, > > I stumbled upon a beheavior