From: Dylan & A. E. <dn...@gm...> - 2005-01-01 18:19:43
|
I am moving at the moment and my access to my computer is currently not available, it sounds like a pain but the easiest would be to decompile the classes using JAD from the jar that you have. The reason it is in the hibernate package space is because this is a bit of code that I have used across about 4-5 projects and I did not want to force a reference to the coefficient package space in the other projects. I think that the problem lies with the aspect pointcut definitions, for some reason with the later version of aspectj they seem to have become broader than they were with the older version. Happy new year and good luck, Dylan On Fri, 31 Dec 2004 11:11:29 +0100, Charles-Alexandre Sabourdin <ka...@de...> wrote: > If the aspectj probl=E8me seems to be linked to some methode define in > hibernateUtil.jar do you think you could send me those two java files in > order for me to adapter them for the project ? >=20 > I wonder why did you choose to create a package with net.sf.hibernate/uti= l > instead of adding it into coefficient ? >=20 > Le vendredi 31 D=E9cembre 2004 10:24, Dylan Etkin a =E9crit : > > Hi, > > I believe the problem you are having with aspectj is that you are usin= g > > the latest version. I tried to move to the current version about 2 > > months ago and found the same errors that you are describing, I tried t= o > > fix it for a couple of hours and did not get a solution. If you make th= e > > dependancy on the version of aspectj that we include in the lib dir you > > should be ok. > > As to the hibernateUtil.jar that is a jar containing some code that we > > have created to wrap the hibernate session, it is not downloadable via > > maven so it will have to stay in a local lib dir. > > Thanks for the work, can't wait to see coefficient build with maven. > > > > Cheers, > > Dylan > > > > Dylan Etkin > > ISTC > > +27 12 841 3200 > > > > >>> Charles-Alexandre Sabourdin <ka...@de...> 12/29/04 > > > > 2:38 PM >>> > > Hi, > > So I did list and update all the dependency. > > and modify some of the structure > > and I have the following problem : (I have tonnes of those errors) > > > > and update the project.xml with those. > > /home/sabourdin/java/cvs/coefficient/clean-from-cvs/maven/coefficent/sr= c/ja > >va/za/org/coefficient/util/workflow/WorkflowEvaluatorFacade.java:86:0 > > > > Ambiguous binding of type java.lang.Object using args(..) at this line. > > Use > > one args(..) per matched join point, see secondary source location for > > location of extraneous args(..) > > see > > also: > > /home/sabourdin/java/cvs/coefficient/clean-from-cvs/maven/coefficent/sr= c/as > >pectj/za/org/coefficient/aspects/base/BaseCoefficientAspect.java:52 [err= or > > 455]: error at HibernateUtil.saveOrUpdate(wd); > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >=20 > -- > Charles-Alexandre > SABOURDIN > ----------------- >=20 > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Coefficient-devel mailing list > Coe...@li... > https://lists.sourceforge.net/lists/listinfo/coefficient-devel > |