How different is your schema from the original TURBINE table?
If your table is entirely different, you may want to just relate the two
tables and leave the default Turbine security in place:

    <foreign-key foreignTable="TURBINE_USER" onDelete="cascade">
      <reference local="SUBSCRIBER_ID" foreign="USER_ID"/>
    </foreign-key>

> I tried to regenerate the model via torque as I saw in the other
> discussion
> about Users.
> My issue is that I want to use another table name that already exists in
> other webapps, with columns that already exists also (with other name, as
> LOGIN_NAME in jetspeed becomes ID in my webapp)
>

I think we covered this before, see the Torque dtd and docs:

<!ATTLIST table
  name CDATA #REQUIRED
  javaName CDATA #IMPLIED

<!ATTLIST column
  name CDATA #REQUIRED
  javaName CDATA #IMPLIED


> I ran the build.bat, it goes ok for project-om then I have exceptions :
>     [javac] Compiling 487 source files to
> C:\dev\Jetspeed\1.4b1\jetspeed-1.4b1-r
> elease-src\bin\classes
>     [javac]
> C:\dev\Jetspeed\1.4b1\jetspeed-1.4b1-release-src\src\java\org\apache
> \jetspeed\om\security\turbine\TurbineGroup.java:17: cannot resolve symbol
>     [javac] symbol  : class BaseTurbineGroup
>     [javac] location: package turbine
>     [javac]     extends
> org.apache.jetspeed.om.security.turbine.BaseTurbineGroup
>

Remove the Turbine security implementation: service and om modules from your
build



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

Reply via email to