Hi there,
I'm trying to use another table name for users inside my webapp (not the default TURBINE_USER one), so I went into turbine 2.x docs, and found that in turbineresources.properties I could specify my own MapBuilder by modifying : # ------------------------------------------------------------------- # # P E E R S # # ------------------------------------------------------------------- # Supplies Turbine with information about the database schema, which # can simplify any required Peer classes. # # Default: org.apache.turbine.util.db.map.TurbineMapBuilder # ------------------------------------------------------------------- database.maps.builder=org.apache.turbine.util.db.map.TurbineMapBuilder Si I looked into the turbineresources.properties included in jetspeed and there's no such line. Well, no matter, I added it and pointed to my own mapbuilder. But it doesn't work, jetspeed is still looking for users in TURBINE_USER... Has anyone done this before succesfully ? How ? I think i'm not far but don't know what I've done wrong. Thanks, Aur�lien Pernoud Sopra Group -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
