[jboss-user] [EJB 3.0] - Re: JBoss Unified ClassLoader Hell? even with EJB3 ?

2006-11-22 Thread skosonen
anonymous wrote : In JBoss 4.0.5.GA hot-deploy works when I make changes to both modules (EJB & WAR). This is the best workaround I have found on my problem. For separate EAR and WAR it might also work if both are redeployed? Hmm... now this one is not working either. Quite tricky... View the

[jboss-user] [EJB 3.0] - Re: JBoss Unified ClassLoader Hell? even with EJB3 ?

2006-11-22 Thread skosonen
anonymous wrote : I am running 4.0.4GA with EJB3. Yes, I did get 2 archives running. And, I can hot-deploy either/both without issues (great for development). I also managed to develop my EJB3 & Web -application without this hot-deploy problem when using JBoss 4.0.4.GA. When I upgraded to 4.0.

[jboss-user] [EJB 3.0] - Re: EJB3-embed jars in Maven repo?

2006-11-03 Thread skosonen
I also agree with mazz. Maven takes care of the transitive dependencies, so instead of distributing hibernate-all.jar and thirdpartytool.jar these dependencies could be listed in jboss-ejb3-all.pom. (or what ever it's name will be) Would these javax.persistence classes also be included in the

[jboss-user] [EJB 3.0] - Maven 2 repository - cannot find artifacts for JBoss EJB 3.0

2006-11-03 Thread skosonen
Hi, I tried to find required jar-files from JBoss Maven2 repository for building EJB3.0 project, but it seems that these are not there. Same problem with other Maven2 repositories. Of course I could install these artifacts manually in my local repository, but it would be more convenient to hav