• automating jboss portal admin ui testing usign selenium

    Leonid, Here are things you should do first: 1. Get familiar with JBoss Portal Product. You can read http://docs.jboss.com/jbportal/v2.6.4/quickstartuser/html_single/. Your goal will be to get familiar with Portal's...
    Profile Photo
    last modified by prabhat.jha
  • jboss-portal-2.6.5.SP1 Creating already existing role bug?

    When i try to create already existing role on jboss portal (jboss-portal-2.6.5.SP1-bundled.zip), i get an exception. http://localhost:8080/portal login as admin admin -> members -> role managment Create new...
    Profile Photo
    last modified by vrockai
  • SSO Tests

    Now that Cargo has an alpha release with our required changes in it, I would like to get the sso tests committed. Basically what happens with the sso tests is that a simple sar is created that mimics the portal secur...
    Profile Photo
    last modified by mwringe
  • thx,

    What I should download from the JBOSS repository before I can compile and run this test ? For example, I see all the imports at the beginning, where I can find these classes ? Regards, Leonid M.
    Profile Photo
    last modified by leonidmir
  • verifying webapp deployment

    The test module uses cargo to deploy applications to a server, but it doesn't actually check if the web application has been deployed or not before continuing. This hasn't cause too many problems so far as Tomcat and ...
    Profile Photo
    last modified by mwringe
  • Hyperlink not working from CMS html page to another CMS HTML

    Hi, I am new to the portal development. And i am facing an issue while using CMS which is integrated with JBoss Portal. I am using jboss portal 2.6.4. When i create a html page in cms and put a hyperlink to another ...
    Profile Photo
    last modified by shankarkhanna
  • portal fail over testing

    Scalability of portal without verifying that fail over works properly does not add much value. Hence, before I do more of scalability testing, I would like to verify that fail over works. Once that is verified then I ...
    Profile Photo
    last modified by prabhat.jha
  • Update to poms

    I am trying to trim down a bit the pom dependencies we are using to keep only what is necessary. For instance the web module poms declares lot of stuff it does not have to declares: - jbossxb : is not used directly ...
    Profile Photo
    created by julien1
  • Cargo for JBoss 5

    we need to schedule the implementation of Cargo SPI for JBoss 5.
    Profile Photo
    last modified by julien1
  • Problems with maven

    I have few problem with maven in test and identity modules. The first one is that Identity module requires JBoss AS to run the tests (integration-test phase). So the situation is that I run AS with cargo in pre-integ...
    Profile Photo
    last modified by bdaw
  • Portlet Container test framework update

    It is about migrating the portlet container test framework in order to take advantage of Java 5 and make the different tests easier to write (as we plan to add lot of new tests for the JSR 286 implementation). It will...
    Profile Photo
    last modified by julien1
  • JIRA update

    Thomas and myself discussed last week briefly about how to manage JIRA for the modules, my initial idea was to create one JIRA per module but it has drawbacks (mainly to create redundancy). Thomas suggested we could ...
    Profile Photo
    created by julien1
  • Maven migration status

    Common module was mavenized by Wesley. Migration of other modules is blocked by current test framework that need to support maven. Identity, Web and Portlet modules are currently using jboss unit in their testsuites.....
    Profile Photo
    created by bdaw
  • Unit test framework

    I have imported in the SVN the initial source tree for the unit test framework. The status is that it is usable but missing: - more meta tests (i.e the tests that test the framework) - an integration with Ant and Ma...
    Profile Photo
    last modified by julien1
  • JBoss Unit design (ant and maven support)

    I added a wiki page about JBoss Unit design. Currently its only about ant / maven support. Feel free to comment: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossUnitDesign
    Profile Photo
    last modified by bdaw
  • JBoss Unit integration with JBoss MC

    I have been able to prototype an integration of the current JBoss Unit + JBoss MC which makes trivial the parametrization of complex test cases that required services, here is just a simple example: @Test @Bootstra...
    Profile Photo
    created by julien1
  • SSO Unit Testing

    We need to discuss the unit testing of the various SSO integration we are developping. This topic should be used.
    Profile Photo
    last modified by julien1
  • New modules in QA

    I created JIRA tasks for setting up Hudson with common / web / portlet modules. http://jira.jboss.com/jira/browse/JBQA-1041 http://jira.jboss.com/jira/browse/JBQA-1042 http://jira.jboss.com/jira/browse/JBQA-1043
    Profile Photo
    created by julien1
  • Configurable Test Server

    The sso test cases need for the server to have certain configurations in order for it to work (specifically setting up ssl and certificates). SSL is not the default configuration for JBossAS or Tomcat, so it would be ...
    Profile Photo
    last modified by mwringe
  • HTTPTestRunner update

    I have updated the test runner so that it does not require to be subclassed to specify the file that will be deployed for the tests. Before we had to have: public class MyTest extends HTTPTestRunner { public MyTe...
    Profile Photo
    created by julien1