Trouble with running JSFUnit 2.0Beta1Hi All, i am getting this error for "Getting strated" example for JSFUnit mvn -Pjetty-embedded test. Error is: [INFO] Scanning for projects... [INFO] --------------------------------------------------------------...
Thread JSFUNIT - assertTrue fails due to facelets composite component?
JSFUNIT - assertTrue fails due to facelets composite component?In my form I have a field named statusCodeField which has its REQUIRED attribute set to TRUE. statusCodeField was created by a facelets composite component. When I manually test the field via a browser, ...
Thread Trouble with running JSFUnit 2.0Beta1 & Jetty
Trouble with running JSFUnit 2.0Beta1 & JettyHi All, i was able to pass the JSFUnit on JbossAs6. but facing the problem with : "mvn -Pjetty-embedded test" find the error in the attachment. if u have any solution or work around plese upda...
jsfunit helpHi, I am creating a simple program to test JSF application. private JSFClientSession client; private JSFServerSession server; private JSF...
Trouble with running JSFUnit 2.0Beta1Hi everybody, after days of struggling with JSFUnit 2.0Beta1, Arquillian, Eclipse and especially M2Eclipe (the changes in 2.0 forced me to take a look at Maven :-( ), I am at a point where my simple war file i...
JSFUnit + Arquillianhey guys, good afternoon, I have arquillian+jsfunit running but there're some aspects that feels weird, and I bet that I'm doing something wrong. Maybe you can help me figure it out. 1) I can run just ...
Thread Problems getting example to work (for JSFUnit1.3 and JBoss EPP5.1)
Problems getting example to work (for JSFUnit1.3 and JBoss EPP5.1)Hi, all. I'm trying to build a sample application that uses JSFUnit. However, I cannot get it to work (I got a 404 error). Code snippets and configuration files are below. Infrastructure : JBoss EPP5.1 ...
JSFUnit logo and mascot!I've been working with one of our graphic artists from RedHat to come up with a logo for JSFUnit. This is the one I like so far. What do you guys think? Is it obvious what those glasses are and...
Thread Problem with JSFServerSession.getComponentValue() and Seam
Problem with JSFServerSession.getComponentValue() and SeamI am currently running Seam 2.2.1 on JBoss AS 4.2.3, and I'm trying to start using JSFUnit 1.3.0 for testing. While I'm very impressed with it so far, I've been unable to successfully test the UI components. Any time ...
Next release of JSFUnit2Hi Stan, When is the next release of JSFUnit2 (Beta2?) expected to be released? With JSFUnit2 Beta1, org.jboss.arquillian.framework:arquillian-framework-jsfunit:1.0.0.Alpha4 wasn't compliant anymore, a...
StackOverflowErrorGot following error while running a JSFUnit test. The environment was using JSF/Spring integration. Putting the spring <listener-class>org.springframework.web.context.request.RequestContextListener in web.xml...
JSFUnit, Questions on hot deploymentHi guys, we started heavily using JsfUnit (1.3 final) on a Seam 2.2 webapp. It really rocks. We did some search but didn't find the way to hot deploy the test classes, being in the war itself or in a custom f...
Start JBoss if not running before testsHow can I determine if JBoss is running before starting my tests? I'm using cactus and am doing... <cargo containerid="jboss6x" home="c:\jboss" output=...
Thread JSFUnit2 disable javascript processing on HtmlUnit
JSFUnit2 disable javascript processing on HtmlUnitUsing JSFUnit2, how can I disable Javascript processing on WebClient on embedded HttpUnit. I tried with old jsfunit 1.3 style code to get hold of WebClientSpec and disable JS but that did not work with jsfunit2 / Arqu...
rich:comboBox and a4j:support onselectWith reference at this discussion moved in the richfaces forum..: http://community.jboss.org/message/596525 I've placed a phasetraker on the application with the browser when selecting the value, the event is ...
How to manage Login Session using JSFUnitOur application is using LDAP authentication and application functionality is based on user roles and location. We are maintaining user session object and for any subsequent request uses user session object to get ro...
Thread JSFUnit logout test problem (spring-security ?!?)
JSFUnit logout test problem (spring-security ?!?)Hi all, i'm trying to do some base test for my application. I've a secure login form (handled by spring-security) and i want to test login and logout. My problem is that when clicking in the logout bu...
JSF - Needs fixingHi all, I've been trying to get JSF unit running for a while now and it seems basically impossible. This is mainly because the documentation is extremely poor on how to get it running. On the guide it states. He...