DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15511>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15511

nonexistent sequence error with oracle





------- Additional Comments From [EMAIL PROTECTED]  2003-02-10 20:32 -------
This bug is due to the incorrect db sequence names generated in the doBuild() 
method of the "MapBuilder" classes. For instance, in the 
org.apache.jetspeed.om.security.turbine.map.TurbineUserMapBuilder.java
 
    public void doBuild() throws TorqueException
    {
         ...                
        tMap.setPrimaryKeyMethodInfo("TURBINE_USER");
        ...
    }

"TURBINE_USER" must be replaced with "TURBINE_USER_SEQ". 

The analogous errors can be also found in the following classes:

TurbineRoleMapBuilder.java
TurbinePermissionMapBuilder.java
TurbineGroupMapBuilder.java
CoffeesMapBuilder.java

from the org.apache.jetspeed.om.security.turbine.map package

and 

JetspeedGroupProfileMapBuilder.java
JetspeedRoleProfileMapBuilder.java
JetspeedUserProfileMapBuilder.java

from the org.apache.jetspeed.om.dbpsml.map package.

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

Reply via email to