Thanks for the info, I will try and advise.  Is there a planned release
date for Jetspeed 2 ?

Thanks, Dave




                                                                           
             [EMAIL PROTECTED]                                             
             rta.apache.org                                                
                                                                        To 
             08/05/2004 12:19          [EMAIL PROTECTED]                 
             PM                                                         cc 
                                                                           
                                                                   Subject 
                                       [jira] Commented: (JS1-509)         
                                       org.apache.jetspeed.services.securi 
                                       ty.UserException: Failed to create  
                                       account 'Dave': ORA-02289: sequence 
                                       does not exist                      
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




The following comment has been added to this issue:

     Author: David Sean Taylor
    Created: Thu, 5 Aug 2004 11:18 AM
       Body:
Did you follow the 2 steps found here:

http://portals.apache.org/jetspeed-1/database.html


before building?


I've seen this happen before because the Torque bindings are generated to
bind to HSQL-style sequence generation, not Oracle.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JS1-509?page=comments#action_37068

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS1-509

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS1-509
    Summary: org.apache.jetspeed.services.security.UserException: Failed to
create account 'Dave': ORA-02289: sequence does not exist
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Jetspeed

   Assignee:
   Reporter: Dave Nordin

    Created: Thu, 5 Aug 2004 8:43 AM
    Updated: Thu, 5 Aug 2004 11:18 AM
Environment: Win 2000; Jetspeed 1.5; JBOSS 3.2.3; Oracle 9.1; Built with
Maven 2.0

Description:
After building the Jetspeed tutorial from source (1.5), I can get
connected to oracle.  I can alter data in the tutorial (coffee) database
table (now in oracle) and the changes show up.  If I try t create a new
jetspeed account, I get the following error:

org.apache.jetspeed.services.security.UserException: Failed to create
account 'Dave': ORA-02289: sequence does not exist

I can see that others have had this problem, but have yet to get an
explanation that works for me.  Below are my torque.properties settings.

torque.database.default.adapter=oracle

torque.dsfactory.default.factory=org.apache.torque.dsfactory.TorqueDataSourceFactory

torque.dsfactory.default.pool.defaultMaxConnections=10
torque.dsfactory.default.pool.maxExpiryTime=3600
torque.dsfactory.default.pool.connectionWaitTimeout=10
### Oracle
torque.dsfactory.default.connection.driver =
oracle.jdbc.driver.OracleDriver
torque.dsfactory.default.connection.url =
jdbc:oracle:thin:@global120.ihs.com:1625:PPVDEV
torque.dsfactory.default.connection.user = PPVX
torque.dsfactory.default.connection.password = Pay4


Thanks, Dave

Dave Nordin
Engineer IHS



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira




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

Reply via email to