Skip navigation
2005

Clebert Suconic's Blog

February 2005 Previous month Next month

 

There is a download package for JbossProfiler now.

 

We have had people using it just by downloading it from CVS without any problems. As we have a download package now, I hope more people will use it:

 

http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=142773

 

Usually a Junit test can run only once per JunitReport execution.

 

This is because each execution will create a new XML, and the second execution would delete the result from the first one.

 

Now say if you want the same JUnitTest runnint as a singlenode and cluster. You won't be able to have these results unless you create two JunitClasses.

 

Well, we have found an alternate way for doing this, and it's documented at this wiki page:

 

http://www.jboss.org/wiki/Wiki.jsp?page=JUnitsForDifferentConfigurations

 

Cactus is a nice framework for being used into engagements and customers.

 

It brings you a nice way to interact your tests with your EJBs and JSPs, as you won't need to deal with remote interfaces and certain configurations.

 

It uses a simple HTTP protocol sending your JUnit tests right inside the WebContainer.

 

There is a empty implementation here at http://www.jboss.org/wiki/Wiki.jsp?page=CactusInJBoss, which uses the simplest possible configuration not dealing with any special AntTask and easily integrated with any IDE (eclipse, Idea, ...)

 

Take a look and have fun! :-)