Hi Geeks After some sweating and testing I now commited my changes to EJX which more or less just take the EJX examples out of the EJX core (directory ejx/src) and but it in the directory ejx/examples. I hope I didn't make to many mistakes and when I did then drop me a note and I fix it right away. Here some left questions and limitations (temporary): - Does anybody know how to remove a directory with jCVS? - You cannot compile EJX and its examples in one step right now but I am working to solve the problem by creating an ANT subproject which then can be called from the EJX core build.xml file. - I removed the possiblity from the EJX-plugin examples to create a JavaDoc files but I am working and an appropriate solution. - I copied the ejb.jar to the examples/lib/ext directory but I did not remove it from the /ejx/lib/ext. After the commit I will look where this jar files really should be placed. - At the moment the builded files are placed in the examples/<plugin-name>/build/out directory and not in the ejx/build but I am working on a solution. The only thing I will change then is that the generated BeanInfo classes are not but in the directories where the Java bytecode files are because then they become part of the jar-file. After fixing the shortcommings above I will add my examples for EJX which came along with a EJX HowTo. Then I will start with my proposed changes to EJX which I hopes will be finished before jBoss gets productive. Have fun - Mad Andy
