Yep... I made it past that point. Now I'm stuck with
TurbineResource.properties file generated by META which now is
inconsistent with a lot of the old way of doing things.

I've been reading a lot of history on the mailing lists. Seeing things
were deprecated in favor of moving to the services being abstracted out of
Turbine.

org.apache.turbine.services.upload.TurbineUploadService is gone, so it
breaks the loading of the app.  What is the replacement here?

If you look at the conf in SVN for 2.3.3 flavor, it still has the old
upload service in there.

http://svn.apache.org/viewvc/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/turbine-2.3.3/conf/TurbineResources.properties?revision=729746&view=markup

I need to go through and manually clean out the properties file for any
references to old services that are not there anymore... I'm using the
confs


I see in SVN some commits to update META to 2.3.3 compliance, but this
isn't published on the site as an easy download.

Also, there was an old bug with multiple <versions/> entries in the
project.xml by default when you install the META plugin. That still exists
if you just follow the website directions to install META.

All in all, seems like documentation to run Turbine 2.3.3 is not really
there.

--
Jeff



> I never used turbine 2.3.2 but I would guess that you are looking for
> Turbine.getConfiguration().getString("[key]");
>
> /Ludwig
>
> -----Ursprungligt meddelande-----
> Från: Jeffery Painter [mailto:[email protected]]
> Skickat: den 12 april 2011 21:18
> Till: [email protected]
> Ämne: TurbineResources question (possibly dumb)
>
>
> Hello!
>
> I'm looking at finally moving on to Turbine 2.3.3, but ran into a snag
> right
> off the bat.
>
> The following code used to seem pretty standard (worked in 2.3.2) but is
> now
> broken. What is the replacement for TurbineResources.getString() ?
>
> I can't find anything on the "migration" page for this, so posing to the
> list.
>
> ----------------------------------------------------------
> if (acl==null)
> {
>     data.setScreenTemplate(
>         TurbineResources.getString("template.login"));
>     isAuthorized = false;
> } else {
>     data.setScreenTemplate(
>         TurbineResources.getString("template.login"));
>     data.setMessage("You do not have access to this part of the site.");
>     isAuthorized = false;
> }
> ----------------------------------------------------------
>
>
> Thanks,
> Jeff Painter
>
> ---------------------------------------------------------------------
> 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]

Reply via email to