Re: [Objectbridge-jdo-dev] Re: [OJB-developers] new release 0.9
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-06-05 20:20:12
|
Hi Leandro, These exceptions are declared in the interface PersistentField. Thus you will have to change the class PersistentFieldPropertyImpl too! I think it is OK to rethrow a PersistenceBrokerException here ! hth, Thomas Leandro Rodrigo Saad Cruz wrote: > I hope you can help me here ! > > I noticed that PBImpl has to deal with a large number of checked > exceptions because PersistentFieldDefaultImpl throws > IllegalAccessException in set() and get(). > As far as I know, PFDImpl is just a wrapper around Field, with the > semantics. What I would like to change is : make set() and get() in > PFDImpl throw PersistenceBrokerException in order to simplify error > handling in PBImpl but this changes the semantics of PFDImpl somewhat ! > > Any suggestions ? > > > On Wed, 2002-06-05 at 16:35, Thomas Mahler wrote: > >>hi Leandro, >> >>Leandro Rodrigo Saad Cruz wrote: >> >> >> >>>I trying to make ojb-1-0 work with my app. I can help you with the docs >>>if you want. >>> >>> >> >>fine! we have to make all existing documents match the new repository >>syntax. Please don't edit the src/doc/html files but only the files in >>the xdocs folder. The html docs will be generated from the xdocs! >> >> >> >>>I agree with you. One thing I'd like to change in OJB is exception >>>handling. There are many places where Throwable is caught ! That is no >>>good ! We could change the way exceptions are handled and provide better >>>error reporting/logging ! >>> >>>I voluntier to do that ! >>> >>> >> >>That's an important issue! feel free to work on this! >> >>cheers, >> >>Thomas >> >> >> >>>>cheers, >>>> >>>>Thomas >>>> >>>> >>>> >> >> >>_______________________________________________________________ >> >>Don't miss the 2002 Sprint PCS Application Developer's Conference >>August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm >> >>_______________________________________________ >>Objectbridge-developers mailing list >>Obj...@li... >>https://lists.sourceforge.net/lists/listinfo/objectbridge-developers >> |