selenium webdriver - Seam conversation context basics -


i'm new seam stuff , trying move forward arquillian.

in setup of our selenium (webdriver) tests, attempting utilize builder classes utilize entity managers scope of ui test specific purpose.

however, receive error because conversation context not exist. know solution involving, speed enough going. have handful of references subject use fill in gaps later.

i realize vague. other information need provide in order useful feedback on this?

edit:

i'm working solution: https://docs.jboss.org/author/display/arq/seam+2, getting following root cause in stack:

caused by: java.lang.illegalargumentexception: web-inf/web.xml not found in classloader sun.misc.launcher$appclassloader@3182f0db     @ org.jboss.shrinkwrap.api.asset.classloaderasset.<init>(classloaderasset.java:70)     @ org.jboss.shrinkwrap.api.asset.classloaderasset.<init>(classloaderasset.java:45)     @ org.jboss.shrinkwrap.impl.base.container.webcontainerbase.setwebxml(webcontainerbase.java:94)     ... 55 more 

the web.xml location in project outside of qa, referenced dependency in pom.

just reiterate, i'm attempting work around non-existent seam conversation context when attempting utilize builder components in setup selenium (webdriver) ui test. i'd learn how put of stuff @ momemnt unfamiliar tech stack.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -