The following comment has been added to this issue:

     Author: David Sean Taylor
    Created: Wed, 11 Aug 2004 2:35 PM
       Body:
I didn't see a step where you rebuilt Jetspeed.
I *really* hate this step.
My vote is that we move all OM generation into a separate sub-project of  J1, and 
provide the Torque-generated OM-bindings, which are different for EACH database, as a 
downloadable jar file.
I will try to get this done for the 1.6 release.
In the meantime, please rebuild jetspeed after setting the required Torque properties 
to tell Torque to generate Oracle specific bindings.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JS1-509?page=comments#action_37190

---------------------------------------------------------------------
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: Wed, 11 Aug 2004 2:35 PM
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