Yes, it's a 1.4b1. But I'd prefer not to regenerate and modify Jetspeed for my needs only. In fact I'd like to merge Jetspeed User structure with mine, and if possible in the table_name of my other webapp...
Why does my method not work ? According to turbine 2.x doc, it seems to be the right way (http://jakarta.apache.org/turbine/turbine-2/howto/extend-user-howto.html) In Jetspeed, I saw this class : org.apache.jetspeed.om.security.db.map.JetspeedMapBuilderAdaptater. But I didn't find any class or property file that was referencing it... How is it used in Jetspeed ? Is it during building and then impossible to modify ? Thx for help, Aurelien. > -----Message d'origine----- > De : David Sean Taylor [mailto:[EMAIL PROTECTED]] > Envoy� : jeudi 10 octobre 2002 18:20 > � : Jetspeed Users List > Objet : RE: Trying not to use the default TURBINE_USER table > in database > > > which version of Jetspeed? > If its 1.4, then its best to change your Torque schema and regenerate > (build/torque/schema/security-schema.xml). > If you would only like to change the table name, Torque > allows you to use a > different name for the TABLE than the JavaClass: > See the DTD: > > <!ELEMENT table > (column+,(foreign-key|index|unique|id-method-parameter)*)> > <!ATTLIST table > name CDATA #REQUIRED > <------------------------------------------------- name of the table > javaName CDATA #IMPLIED > <------------------------------------------------- name of > the JavaClass > idMethod (idbroker|native|autoincrement|sequence|none|null) "null" > skipSql (true|false) "false" > abstract (true|false) "false" > baseClass CDATA #IMPLIED > basePeer CDATA #IMPLIED > alias CDATA #IMPLIED > interface CDATA #IMPLIED > javaNamingMethod (nochange|underscore|javaname) #IMPLIED > heavyIndexing (true|false) #IMPLIED > description CDATA #IMPLIED > > > > or documentation > > http://jakarta.apache.org/turbine/torque/schema-reference.html -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
