You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jon Stevens <jo...@latchkey.com> on 2001/08/01 12:38:20 UTC

Problems...

For jason:

3:00:12 AM: <jonhome> ok, i see the problem
3:00:34 AM: <jonhome> #1. there are references in a bunch of places to
TurbineMapBuilder as well as
database.maps.builder=org.apache.turbine.util.db.map.TurbineMapBuilder
3:02:40 AM: <jonhome> #2. BasePeer.java is now in jakarta-turbine-torque as
well as jakarta-turbine
3:02:58 AM: <jonhome> this is causing classloader confusion because
torque.jar is now required as well as the turbine.jar
3:03:08 AM: <jonhome> having the same class in two different places is
screwing stuff up.
3:03:26 AM: <jonhome> is there some reason why this stuff hasn't been
deleted in turbine yet?
3:03:44 AM: <jonhome> needless to say, i'm getting weird errors when trying
to run scarab
3:03:59 AM: <jonhome> java.lang.ExceptionInInitializerError:
java.lang.NullPointerException at
org.apache.turbine.services.db.util.BasePeer.getMapBuilder(BasePeer.java:192
7) at 
org.tigris.scarab.om.BaseROptionOptionPeer.(BaseROptionOptionPeer.java:26)
at org.tigris.scarab.util.word.IssueSearch.(IssueSearch.java:93) at
java.lang.Class.forName0(Native Method) at
java.lang.Class.forName(Class.java:120) at
3:04:20 AM: <jonhome> this is preventing scarab from working with cvs head
of turbine/torque


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


Re: Problems...

Posted by Jason van Zyl <jv...@apache.org>.
On 8/1/01 6:38 AM, "Jon Stevens" <jo...@latchkey.com> wrote:

> For jason:
> 
> 3:00:12 AM: <jonhome> ok, i see the problem
> 3:00:34 AM: <jonhome> #1. there are references in a bunch of places to
> TurbineMapBuilder as well as
> database.maps.builder=org.apache.turbine.util.db.map.TurbineMapBuilder
> 3:02:40 AM: <jonhome> #2. BasePeer.java is now in jakarta-turbine-torque as
> well as jakarta-turbine
> 3:02:58 AM: <jonhome> this is causing classloader confusion because
> torque.jar is now required as well as the turbine.jar
> 3:03:08 AM: <jonhome> having the same class in two different places is
> screwing stuff up.
> 3:03:26 AM: <jonhome> is there some reason why this stuff hasn't been
> deleted in turbine yet?

Anything to do with TurbineMapBuilder can now be removed. I'll
take care of that along with the other stuff I'm doing today.

I'm going to clean up Torque today along with Fulcrum. I would like
to repackage torque and clean up the repo. After today Fulcrum and
Torque will be a in working stand-alone state, but after that API
should be discussed for both and move toward a final package structure.
Than I say we reimport the turbine, fulcrum, and torque repostories.

> 3:03:44 AM: <jonhome> needless to say, i'm getting weird errors when trying
> to run scarab
> 3:03:59 AM: <jonhome> java.lang.ExceptionInInitializerError:
> java.lang.NullPointerException at
> org.apache.turbine.services.db.util.BasePeer.getMapBuilder(BasePeer.java:192
> 7) at 
> org.tigris.scarab.om.BaseROptionOptionPeer.(BaseROptionOptionPeer.java:26)
> at org.tigris.scarab.util.word.IssueSearch.(IssueSearch.java:93) at
> java.lang.Class.forName0(Native Method) at
> java.lang.Class.forName(Class.java:120) at
> 3:04:20 AM: <jonhome> this is preventing scarab from working with cvs head
> of turbine/torque
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org

-- 

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



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