• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOUnit and EOEditingContext not found
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOUnit and EOEditingContext not found


  • Subject: Re: WOUnit and EOEditingContext not found
  • From: Christian Pekeler <email@hidden>
  • Date: Mon, 25 Sep 2006 16:59:30 -0600

Same here. Each of our projects has a custom utilities framework that contains the helper classes and jars used by all the other apps and frameworks. junit-4.1.jar and wounittest2.jar are included in those utility frameworks. I don't care that the testing jars aren't really required at runtime.

Christian


Once again, /Library/Java/Extensions (and that goes double for / System/Library/Java/Extensions) are for _extension_ to the core Java API. Like JDBC drivers. These are _terrible_ places to throw random jars. Doing so can (and I suspect you found out) cause class loader issues.

For WebObjects specific stuff, you can put it in /Library/ WebObjects/Extensions. I am not sure if that is the place for WOUnit. Otherwise, I usually build it into a framework and include that.

Right before I got your e-mail I found that I really wasn't keeping the wounittest jar in the right place. I had it in / system/library/java/extensions folder with all the other extensions. I moved it into eclipse/plug-ins and it worked. I have a feeling that I really am not keeping it in the right place there either. Where should I keep it to be "like everyone else?" It works now, but I feel like that's not right since it's really not an eclipse plug-in.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: WOUnit and EOEditingContext not found
      • From: John Larson <email@hidden>
References: 
 >WOUnit and EOEditingContext not found (From: John Larson <email@hidden>)
 >Re: WOUnit and EOEditingContext not found (From: Christian Pekeler <email@hidden>)
 >Re: WOUnit and EOEditingContext not found (From: John Larson <email@hidden>)
 >Re: WOUnit and EOEditingContext not found (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: Help - Relationships, Bindings, w/Full Text Search
  • Next by Date: Regular v Servlet resource manager use
  • Previous by thread: Re: WOUnit and EOEditingContext not found
  • Next by thread: Re: WOUnit and EOEditingContext not found
  • Index(es):
    • Date
    • Thread