-
1. Re: Basic flow of Use Case 4(Create a DataSource) Complete
ccrouch Feb 17, 2005 6:37 PM (in response to ccrouch)The Alternate flows A4.x (validation and cancel create) have been completed.
-
2. Re: Basic flow of Use Case 4(Create a DataSource) Complete
ccrouch Feb 17, 2005 6:45 PM (in response to ccrouch)Alternate Flows
A4.1: Information validation fails, DataSource not created
During step 4) of the Basic Flow:
1. The system finds a problem with the information the user submitted, see
variations below.
2. The system displays the information the user submitted and indicates to the user
which piece(s) of information caused the problem.
3. The use case ends.
Possible validation errors are:
a) The uploaded driver is not a valid jar file.
b) A security domain is specified at the same time as specifying application managed
security.
c) Invalid value given for Blocking timeout.
d) Invalid value given for idle timeout.
e) Invalid value given for Prepared statement cache size.
A4.2: Information validation fails, user fixes problem
After step 2) of Alternative Flow A1.1:
1. The user updates the pieces of information which the system indicated had caused
the problem and indicates to the system to create the DataSource.
2. The system takes the information entered by the user, validates it and creates the
DataSource.
3. The system indicates to the user that the DataSource was successfully created.
4. The use case ends.
A4.3: User cancels creation
During step 3) of the Basic Flow:
1. The user indicates to the system that they want to cancel the creation of the
DataSource.
2. The system does not attempt to create a DataSource. The system displays the page
the user was on before attempting to create the DataSource.
3. The use case ends.