Ok, For some reason my Unit tests were passing when I wasn't using
hibernate to persist (even though they shouldn't have), I found my
problem (I wasn't initializing the internal Set before trying to use it
- doh!). So, this is now working, but I am experiencing another problem.
Here's my layout
Got this working!
Now I have another question with regards to collections in general.
I tried to do this:
Set subCategories;
public void setSubCategories()
public Set getSubCategories()
public void addSubCategory()
public void removeSubCategory()
in add and remove I refer to the collection subCat
With a number of SF projects. It's been going on since yesterday
morning.
-warner
On Wednesday, September 10, 2003, at 05:33 AM, Michael Gloegl wrote:
Hi everybody,
when trying to connect to the CVS I constantly get "EOF from Server"
and "Connection Reset by Peer" errors. Is anyone else havin
Just found this entry in the FAQ about junit, will give that a try first.
Sorry for bugging the list. (Although it would be nice to know the jars and
versions that are necessary).
-warner
- Original Message -
From: "Warner Onstine" <[EMAIL PROTECTED]>
To: <[EMA
cirrus.hibernate.map.Root.(Root.java:116)
at cirrus.hibernate.impl.DatastoreImpl.store(DatastoreImpl.java:106)
at cirrus.hibernate.impl.DatastoreImpl.storeFile(DatastoreImpl.java:71)
all help is greatly appreciated.
-warner
- Original Message -
From: "Warner Onstine" <[EMAIL P
Hi all,
I am receiving the following when trying to create a datastore as described
here:
http://hibernate.bluemars.net/hib_docs/reference/html/session-configuration.
html
I have tried both the .storeFile() and .storeClass with the same results.
This is part of my jUnit test output below regarding