[jbehave-dev] [jira] Resolved: (JBEHAVE-520) NPE in StoryRunner: currentStrategy is not set when running before or after stories steps
[ http://jira.codehaus.org/browse/JBEHAVE-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi resolved JBEHAVE-520. -- Resolution: Fixed > NPE in StoryRunner: currentStrategy is not set when running before or after > stories steps > - > > Key: JBEHAVE-520 > URL: http://jira.codehaus.org/browse/JBEHAVE-520 > Project: JBehave > Issue Type: Bug > Components: Core >Affects Versions: 3.4 > Environment: Windowx XP, mvn 3.0.3 and 2.2.1, jbehave 3.4 >Reporter: Maciej Madej >Priority: Critical > Fix For: 3.4.1 > > Attachments: jbehave-after-before-bug.zip > > > I got following exception when building attached project (mvn clean install): > --- > Test set: pl.mmadej.jbehave.JBehaveStoriesTest > --- > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.562 sec <<< > FAILURE! > [run_with_no_replacement.story](pl.mmadej.jbehave.JBehaveStoriesTest) Time > elapsed: 0.343 sec <<< ERROR! > org.jbehave.core.embedder.Embedder$RunningStoriesFailed: Failures in running > before or after stories steps > at > org.jbehave.core.embedder.Embedder.runStoriesAsPaths(Embedder.java:210) > at pl.mmadej.jbehave.JBehaveStoriesTest.run(JBehaveStoriesTest.java:99) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > Please investigate. This error happens with jbehave 3.4. When I'm using 3.3.2 > everything looks ok. > Internally there is NPE in StoryRunner:76 -- > currentStrategy.get().handleFailure(storyFailure.get()); > currentStrategy.get() returns null. > Please investigate. > Thanks in advance for your help -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[jbehave-dev] [jira] Updated: (JBEHAVE-520) NPE in StoryRunner: currentStrategy is not set when running before or after stories steps
[ http://jira.codehaus.org/browse/JBEHAVE-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi updated JBEHAVE-520: - Fix Version/s: (was: 3.4) 3.4.1 Summary: NPE in StoryRunner: currentStrategy is not set when running before or after stories steps (was: NPE in StoryRunner:76 [currentStrategy.get().handleFailure(storyFailure.get());] - causing org.jbehave.core.embedder.Embedder$RunningStoriesFailed: Failures in running before or after stories steps) > NPE in StoryRunner: currentStrategy is not set when running before or after > stories steps > - > > Key: JBEHAVE-520 > URL: http://jira.codehaus.org/browse/JBEHAVE-520 > Project: JBehave > Issue Type: Bug > Components: Core >Affects Versions: 3.4 > Environment: Windowx XP, mvn 3.0.3 and 2.2.1, jbehave 3.4 >Reporter: Maciej Madej >Priority: Critical > Fix For: 3.4.1 > > Attachments: jbehave-after-before-bug.zip > > > I got following exception when building attached project (mvn clean install): > --- > Test set: pl.mmadej.jbehave.JBehaveStoriesTest > --- > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.562 sec <<< > FAILURE! > [run_with_no_replacement.story](pl.mmadej.jbehave.JBehaveStoriesTest) Time > elapsed: 0.343 sec <<< ERROR! > org.jbehave.core.embedder.Embedder$RunningStoriesFailed: Failures in running > before or after stories steps > at > org.jbehave.core.embedder.Embedder.runStoriesAsPaths(Embedder.java:210) > at pl.mmadej.jbehave.JBehaveStoriesTest.run(JBehaveStoriesTest.java:99) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > Please investigate. This error happens with jbehave 3.4. When I'm using 3.3.2 > everything looks ok. > Internally there is NPE in StoryRunner:76 -- > currentStrategy.get().handleFailure(storyFailure.get()); > currentStrategy.get() returns null. > Please investigate. > Thanks in advance for your help -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[jbehave-scm] jbehave-core branch, master, updated. jbehave-3.4-5-g06d60f6
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "jbehave-core". The branch, master has been updated via 06d60f60ff5713e018c35a5f67f8eb10e10e8531 (commit) from 21191bbb83434c584b6e4a4516cd07c7ee15cede (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit 06d60f60ff5713e018c35a5f67f8eb10e10e8531 Author: Mauro Talevi Date: Sat May 28 08:52:35 2011 +0200 JBEHAVE-520: Ensured current strategy is set before running stories. --- Summary of changes: .../org/jbehave/core/embedder/StoryRunner.java |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- jbehave-core To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email";>http://xircles.codehaus.org/manage_email
[jbehave-dev] [jira] Resolved: (JBEHAVE-521) Typo in jbehave-spring-archetype causes malformed pom.xml
[ http://jira.codehaus.org/browse/JBEHAVE-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi resolved JBEHAVE-521. -- Resolution: Fixed > Typo in jbehave-spring-archetype causes malformed pom.xml > - > > Key: JBEHAVE-521 > URL: http://jira.codehaus.org/browse/JBEHAVE-521 > Project: JBehave > Issue Type: Bug > Components: Archetypes >Reporter: Mauro Talevi >Assignee: Mauro Talevi > Fix For: 3.4.1 > > > -> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[jbehave-dev] [jira] Resolved: (JBEHAVE-522) Add documentation page on tutorials
[ http://jira.codehaus.org/browse/JBEHAVE-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi resolved JBEHAVE-522. -- Resolution: Fixed > Add documentation page on tutorials > --- > > Key: JBEHAVE-522 > URL: http://jira.codehaus.org/browse/JBEHAVE-522 > Project: JBehave > Issue Type: Task > Components: Documentation >Reporter: Mauro Talevi >Assignee: Mauro Talevi >Priority: Minor > Fix For: 3.4.1 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[jbehave-scm] jbehave-core branch, master, updated. jbehave-3.4-4-g21191bb
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "jbehave-core". The branch, master has been updated via 21191bbb83434c584b6e4a4516cd07c7ee15cede (commit) from 143d7474b6c0ca9671f56ee0080c0f859405a615 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit 21191bbb83434c584b6e4a4516cd07c7ee15cede Author: Mauro Talevi Date: Fri May 27 18:54:00 2011 +0200 JBEHAVE-522: Added tutorials doc page. --- Summary of changes: distribution/src/site/content/cross-reference.html |3 +- distribution/src/site/content/multi-threading.html |5 +-- distribution/src/site/content/sitemap.xml |1 + distribution/src/site/content/tutorials.html | 34 4 files changed, 38 insertions(+), 5 deletions(-) create mode 100755 distribution/src/site/content/tutorials.html hooks/post-receive -- jbehave-core To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email";>http://xircles.codehaus.org/manage_email
[jbehave-dev] [jira] Created: (JBEHAVE-522) Add documentation page on tutorials
Add documentation page on tutorials --- Key: JBEHAVE-522 URL: http://jira.codehaus.org/browse/JBEHAVE-522 Project: JBehave Issue Type: Task Components: Documentation Reporter: Mauro Talevi Assignee: Mauro Talevi Priority: Minor Fix For: 3.4.1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[jbehave-scm] jbehave-core branch, master, updated. jbehave-3.4-3-g143d747
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "jbehave-core". The branch, master has been updated via 143d7474b6c0ca9671f56ee0080c0f859405a615 (commit) from 975e6f777679f79342147a8ed07304e931901a33 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit 143d7474b6c0ca9671f56ee0080c0f859405a615 Author: Mauro Talevi Date: Fri May 27 18:12:31 2011 +0200 JBEHAVE-521: Fixed XML element name. --- Summary of changes: .../src/main/resources/archetype-resources/pom.xml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- jbehave-core To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email";>http://xircles.codehaus.org/manage_email
[jbehave-dev] [jira] Created: (JBEHAVE-521) Typo in jbehave-spring-archetype causes malformed pom.xml
Typo in jbehave-spring-archetype causes malformed pom.xml - Key: JBEHAVE-521 URL: http://jira.codehaus.org/browse/JBEHAVE-521 Project: JBehave Issue Type: Bug Components: Archetypes Reporter: Mauro Talevi Assignee: Mauro Talevi Fix For: 3.4.1 -> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email