[JBoss-user] [EJB 3.0] - Re: Cascade problem

2006-05-13 Thread UTDrew
I'm having the same problem. I have a OneToMany relationship and regardless of whether I remove an object from the relationship, clear all of the objects in the relationship or replace the relationship with a new empty set the changes are never propagated to the 'Many' table. Here is how I hav

[JBoss-user] [EJB 3.0] - Re: Problem with embedded EJB3 and JUnit tutorial

2006-03-06 Thread UTDrew
The same thing happened to me. I ended up downloading and old version of the alpha release (maybe version 1??). You'll need to go download the ALPHA_5 version which contains the same JUnit example. It should then compile for you but I can't get it to run for some reason. Oh well. Drew View

[JBoss-user] [EJB 3.0] - Re: Unit testing with Embeddable EJB 3.0 container

2006-02-27 Thread UTDrew
>>there are alternatives to scanClasspath(). See the tutorials for more details. Can someone please elaborate on this? I d/l the latest alpha (_5) and that method doesn't even exist anymore. Then I went and checked cvs and the entire EJB3StandaloneBootstrap has been deleted. Getting this setu