You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Colin Chalmers <co...@maxware.nl> on 2001/10/26 15:37:59 UTC

Intake service 2.2 with Fulcrum?

Hi,

A colleague of mine is playing about with the Intake service in 2.2 and came
across the following code in the StringKeyField class line 88

<snip>
        "org.apache.fulcrum.intake.validator.DefaultValidator";
</snip>

Since the fulcrum is in version 3 and not in 2.2 should this line not be

<snip>
"org.apache.turbine.services.intake.validator.DefaultValidator"
</snip>


???

/Colin


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: Intake service 2.2 with Fulcrum?

Posted by Daniel Rall <dl...@finemaltcoding.com>.
"Colin Chalmers" <co...@maxware.nl> writes:

> Hi,
>
> A colleague of mine is playing about with the Intake service in 2.2 and came
> across the following code in the StringKeyField class line 88
>
> <snip>
>         "org.apache.fulcrum.intake.validator.DefaultValidator";
> </snip>
>
> Since the fulcrum is in version 3 and not in 2.2 should this line not be
>
> <snip>
> "org.apache.turbine.services.intake.validator.DefaultValidator"
> </snip>

Thanks Colin, fixed in the HEAD of jakarta-turbine-2.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org