On Thu, 2002-11-21 at 01:59, Adrian Madrid wrote:
> Are there any turbine 3.x howtos? Am I crazy for
> trying to start with 3.x? From what I gather from some
> posts and the site 3.x is more than usable and it has
> a better design. Is is better to start directly with
> 3.x or learn 2.2 and then jump through the
> differences? Sorry, newbie trying to figure out what's
> the best way up.
> 
I've been looking at scarab (scarab.tigris.org), which is -- as far as i
can tell -- the only real life example of a webapp using turbine 3
I'm using maven to build it. I'm almost up and running, right now i'm
kinda stuck on an incompatability between fulcrum, tomcat and turbine. I
think... it seems the (old) fulcrum (LocalizationService) that is in
maven's online repository needs the Strings class from commons-lang 0.1
but if i put that jar in my WEB-INF/lib, i get weird errors (duplicate
initializations), which disappeared when i switched back to commons-lang
1.0
so i decided to bite the bullet and get fulcrum from cvs (tried HEAD and
PRE_AVALON), neither worked (i get this error:
124 [main] ERROR turbine.Turbine  - java.lang.NoSuchMethodError:
org.apache.fulcrum.ServiceBroker.getService(Ljava/lang/String;)Lorg/apache/fulcrum/Service;
java.lang.NoSuchMethodError:
org.apache.fulcrum.ServiceBroker.getService(Ljava/lang/String;)Lorg/apache/fulcrum/Service;
        at
org.apache.turbine.services.pull.TurbinePullService.populateWithGlobalTools(TurbinePullService.java:410))

i'm using 
commons-lang-1.0.jar, fulcrum-3.0-b2-dev.jar, turbine-3.0-alpha-1.jar
the last two jars were built from cvs (i tried the ones from the maven
repo first, but they didn't work either..)

so unless someone can point me to stable incarnations of  turbine-3 and
fulcrum (or possibly plexus) -- i'm stuck :(

I realize that i could use T2.2, but that's no fun -- i want new toys
damnit!


greetings
adriaan

ps: if anyone's interested in my project.xml or other configuration
files, let me know


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to