Follow this page http://xmlbeans.apache.org/sourceAndBinaries/index.html#XMLBeans+Source, get sources: svn co http://svn.apache.org/repos/asf/xmlbeans/trunk/ xmlbeans
Build it using: cd xmlbeans xbeanenv [or ./xbeanenv.sh for unix/cygwin] ant binary jar will be in build/ar/xbean.jar Cezar > -----Original Message----- > From: Tony Anecito [mailto:[email protected]] > Sent: Thursday, October 01, 2009 1:43 AM > To: [email protected] > Cc: Cezar Andrei > Subject: RE: Dealocked threads... > > Hi Cezar, > > What is the quickest way to get a XBean 2.4.1 jar? We know it is > considered a beta and that should have the fix for deadlock threads. We > want to try it out to see if it solves the issue. > > So Many Thanks, > -Tony > > --- On Wed, 9/30/09, Cezar Andrei <[email protected]> wrote: > > > From: Cezar Andrei <[email protected]> > > Subject: RE: Dealocked threads... > > To: [email protected] > > Date: Wednesday, September 30, 2009, 1:34 PM > > Hi Tony, > > > > There were a couple of fixes that went into trunk since the > > last release. Please do give it a try, and let us know if it > > solves your problem. > > > > The unsynchronized option do disable many of the locks but > > there are still some in the generated code, so depending > > where the problem is it might help or not. When using this > > option your application making use of XMLBeans must take > > care of the synchronization. > > > > As for the new release, we're thinking about doing a new > > one when we'll find the time, hopefully soon. > > > > Cezar > > > > > -----Original Message----- > > > From: Tony Anecito [mailto:[email protected]] > > > Sent: Wednesday, September 30, 2009 10:45 AM > > > To: xmlbeans dev group > > > Subject: Dealocked threads... > > > > > > Hi All, > > > > > > When will 2.4.1 be released. I am experiencing the > > thread deadlocks in an > > > earlier version and it is casuing some project > > delays. > > > > > > If we were to use the unsynchronize option would the > > deadlock go away? > > > What are the risks then is there a concern about the > > XMLBean package > > > itself not being thread safe? We are reading property > > files and using the > > > XMLBeans to run queries against the files. > > > > > > Best Regards, > > > -Tony > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
