just wanted to send this note so that patch I sent gets a green light from
the user reporting the problem.


----- Original Message -----
From: "Hani Suleiman" <[EMAIL PROTECTED]>
To: "Erik Hatcher" <[EMAIL PROTECTED]>
Sent: Monday, March 11, 2002 3:11 PM
Subject: Re: [Xdoclet-user] 1.1.2 breakage


> Yeah, too much junk there though. Anyways I've patched my local version
and
> it seems to be working fine.
>
> On 11/3/02 3:07 pm, "Erik Hatcher" <[EMAIL PROTECTED]> wrote:
>
> > And also, I can't tell when it will go in... its beyond my control.  But
if
> > you sign up for the xdoclet-devel list you'll get CVS update messages.
> >
> >   Erik
> >
> >
> > ----- Original Message -----
> > From: "Hani Suleiman" <[EMAIL PROTECTED]>
> > To: "Erik Hatcher" <[EMAIL PROTECTED]>
> > Sent: Monday, March 11, 2002 2:44 PM
> > Subject: Re: [Xdoclet-user] 1.1.2 breakage
> >
> >
> >> Hey there,
> >>
> >> Is this in cvs? When will it go in (if it isn't already...which it
doesn't
> >> seem to be to my untrained eye!)
> >>
> >> On 11/3/02 12:48 pm, "Erik Hatcher" <[EMAIL PROTECTED]>
wrote:
> >>
> >>> Yes, this turns out to have been my fault.  I will attempt to get a
test
> >>> case written to ensure this doesn't happen again.  The patch to fix
this
> > is:
> >>>
> >>> cvs -q diff -u core/src/xdoclet/XDocletTagSupport.java
> >>> Index: core/src/xdoclet/XDocletTagSupport.java
> >>> ===================================================================
> >>> RCS file:
> > /cvsroot/xdoclet/xdoclet/core/src/xdoclet/XDocletTagSupport.java,v
> >>> retrieving revision 1.24
> >>> diff -u -r1.24 XDocletTagSupport.java
> >>> --- core/src/xdoclet/XDocletTagSupport.java 4 Mar 2002 21:57:32 -0000
> > 1.24
> >>> +++ core/src/xdoclet/XDocletTagSupport.java 11 Mar 2002 17:46:09 -0000
> >>> @@ -458,8 +458,8 @@
> >>>   }
> >>>   else if( value.charAt( pos + 1 ) != '{' )
> >>>   {
> >>> -    fragments.addElement( value.substring( pos + 1, pos + 2 ) );
> >>> -    prev = pos + 2;
> >>> +                fragments.addElement( value.substring( pos, pos +
> > 1 ) );
> >>> +    prev = pos + 1;
> >>>   }
> >>>   else
> >>>   {
> >>>
> >>>
> >>>
> >>>
> >>> ----- Original Message -----
> >>> From: "Hani Suleiman" <[EMAIL PROTECTED]>
> >>> To: <[EMAIL PROTECTED]>
> >>> Sent: Monday, March 11, 2002 11:41 AM
> >>> Subject: Re: [Xdoclet-user] 1.1.2 breakage
> >>>
> >>>
> >>>> No idea, the template hasn't changed, so it's something that'd affect
> >>>> anything using a $ I would image...in my ejb I have:
> >>>>
> >>>> orion-query="$community = $1 AND $expire &gt; $2"
> >>>>
> >>>> The generated orion-ejb-jar.xml has:
> >>>>
> >>>>          <finder-method query="community = 1 AND expire &gt; 2">
> >>>>
> >>>> On 11/3/02 11:32 am, "Erik Hatcher" <[EMAIL PROTECTED]>
> > wrote:
> >>>>
> >>>>> Uh, oh..... is this related to my Ant properties patch?  I'm pretty
> >>> certain
> >>>>> that it should not have stripped "$" out though.
> >>>>>
> >>>>>
> >>>>> ----- Original Message -----
> >>>>> From: "Hani Suleiman" <[EMAIL PROTECTED]>
> >>>>> To: <[EMAIL PROTECTED]>
> >>>>> Sent: Monday, March 11, 2002 11:08 AM
> >>>>> Subject: [Xdoclet-user] 1.1.2 breakage
> >>>>>
> >>>>>
> >>>>>> Something changed in 1.1.2, such that orion finder automatically
lose
> >>> the
> >>>>>> '$' character, this is no good as it makes the sql hardcoded per
> >>> finder,
> >>>>>> rather than allowing the appserver to substitute in the column
> >>> name/value
> >>>>>> correctly. I'm not sure when this broke, as I have been running a
cvs
> >>>>>> version a few weeks old.
> >>>>>>
> >>>>>> Eg:
> >>>>>>
> >>>>>> Orion-query="$field1 = $1 and $field2 = $2"
> >>>>>>
> >>>>>> Shows up as:
> >>>>>>
> >>>>>> Orion-query="field1 = 1 and field2 =2"
> >>>>>>
> >>>>>>
> >>>>>> _______________________________________________
> >>>>>> Xdoclet-user mailing list
> >>>>>> [EMAIL PROTECTED]
> >>>>>> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >>>>>>
> >>>>>
> >>>>>
> >>>>> _______________________________________________
> >>>>> Xdoclet-user mailing list
> >>>>> [EMAIL PROTECTED]
> >>>>> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >>>>>
> >>>>
> >>>>
> >>>> _______________________________________________
> >>>> Xdoclet-user mailing list
> >>>> [EMAIL PROTECTED]
> >>>> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >>>>
> >>>
> >>>
> >>> _______________________________________________
> >>> Xdoclet-user mailing list
> >>> [EMAIL PROTECTED]
> >>> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >>>
> >>
> >>
> >
> >
>
>


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to