• Seam Phase Listener in bundled arquillian-jsfunit.jar/META-INF/faces-config.xml

    JSFUnit always passes null for the values of JSFServerSession into my unit test method:     {code}         @Test         @InitialPage(...
    Profile Photo
    last modified by jjfraney
  • Trouble with running JSFUnit 2.0Beta1

    Hi All, i am getting this error for "Getting strated" example for JSFUnit mvn -Pjetty-embedded test. Error is: [INFO] Scanning for projects... [INFO] --------------------------------------------------------------...
    Profile Photo
    last modified by bhadraj
  • 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, ...
    Profile Photo
    created by dele
  • Trouble with running JSFUnit 2.0Beta1  & Jetty

    Hi 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...
    Profile Photo
    last modified by bhadraj
  • jsfunit help

    Hi,   I am creating a simple program to test JSF application.   private JSFClientSession client;     private JSFServerSession server;         private JSF...
    Profile Photo
    last modified by tamizharasi.periyasamy
  • Trouble with running JSFUnit 2.0Beta1

    Hi 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...
    Profile Photo
    last modified by wolfgangknauf
  • Getting example to work (JSFUnit2.0Beta1/Jetty7/Arquillian1.0.0.Alpha4)

    Hi, all! I have been struggling with JSFUnit this week and actually have no appropriate results. I would appreciate if you can help me.   Right now I`m getting error: Jul 1, 2011 12:14:22 PM org.jboss.arquillia...
    Profile Photo
    last modified by yamaha
  • JSFUnit + Arquillian

    hey 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 ...
    Profile Photo
    last modified by spinner
  • 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 ...
    Profile Photo
    last modified by ndrw_cheung
  • 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...
    Profile Photo
    last modified by ssilvert
  • Problem with JSFServerSession.getComponentValue() and Seam

    I 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 ...
    Profile Photo
    last modified by orr94
  • Next release of JSFUnit2

    Hi 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...
    Profile Photo
    last modified by oranheim
  • StackOverflowError

    Got 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...
    Profile Photo
    last modified by susmit_shukla
  • JSFUnit, Questions on hot deployment

    Hi 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...
    Profile Photo
    last modified by anthonyhib
  • Start JBoss if not running before tests

    How 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=...
    Profile Photo
    last modified by robertgary1
  • JSFUnit2 disable javascript processing on HtmlUnit

    Using 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...
    Profile Photo
    last modified by susmit_shukla
  • rich:comboBox and a4j:support onselect

    With 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 ...
    Profile Photo
    last modified by stefanorg
  • How to manage Login Session using JSFUnit

    Our 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...
    Profile Photo
    last modified by samssams
  • 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...
    Profile Photo
    last modified by stefanorg
  • JSF - Needs fixing

    Hi 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...
    Profile Photo
    last modified by kragoth