On Jul 8, 2008, at 1:27 PM, Jake MacMullin wrote:

Speaking of using the SAX parser (and other XML apis), is there a good reason WebObjects contains a bunch of 3rd party libraries in the java-xml .jar? Couldn't these just be expressed as dependencies in the Maven project?

If everyone was using Maven, maybe this would be less of an issue. Due to version/API dependencies on specific versions of libraries (Axis for instance), we've had bundle things this way.



Including specific versions of these libraries in one of the WO libraries means that they can potentially conflict with later versions we might want to use in our applications and we can't easily provide more recent versions.

We've been discussing ways to allow people to insert their custom classpaths early on in the bootstrap process. Perhaps there could be some custom properties passed to the WOBootstrapper.



Cheers,

Jake



On 08/07/2008, at 9:19 PM, Daryl Lee wrote:

Do you have a stacktrace? WO 5.4 was upgraded to use the sax2 parser.

On Jul 8, 2008, at 1:05 PM, Steve Peery wrote:

I am upgrading a WO Application to version 5.4 and everywhere I use
WOXMLDecoder to decode a NSData object it generates a NullPointerException.
It worked fine before. Any clues?

Steve


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/dlee%40apple.com

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/jmacmullin%40mac.com

This email sent to [EMAIL PROTECTED]


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to