[jira] [Commented] (DERBY-7018) Test the demo programs after the changes made by DERBY-6945

2018-11-28 Thread Rick Hillegas (JIRA)


[ 
https://issues.apache.org/jira/browse/DERBY-7018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16702439#comment-16702439
 ] 

Rick Hillegas commented on DERBY-7018:
--

I have successfully run the NsSample, SimpleNetworkServerSample, and 
SimpleNetworkClientSample programs as described in the Admin Guide under the 
topic "Derby Network Server sample programs". I used the bin distribution 
produced by building a 10.15 release after the changes applied by DERBY-7020. I 
have updated the Admin Guide to add more jar files to the classpaths needed by 
these programs. After making those changes, the programs ran successfully. I 
will check in the doc changes via a patch on DERBY-6980.

I have to say that these programs are confusing:

* All of the class files get dumped into the demo/nserverdemo directory. But 
the NsSample program lives in the nsserverdemo package while the other programs 
live in the top-level, unnamed package.

* The instructions for compiling the programs are patchy. In particular, you 
aren't told where the source code lives and you aren't given a javac command to 
compile the code.

* The instructions don't tell you that you need two shell windows for the 
SimpleNetworkServerSample/SimpleNetworkClientSample experiment.

The Getting Started Guide provides much clearer advice for how to run sample 
programs.


> Test the demo programs after the changes made by DERBY-6945
> ---
>
> Key: DERBY-7018
> URL: https://issues.apache.org/jira/browse/DERBY-7018
> Project: Derby
>  Issue Type: Task
>  Components: Demos/Scripts
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
>
> We should test our demo programs after the substantial rototill made by 
> DERBY-6945. These programs include:
> * Demo programs documented in the Getting Started Guide
> * The NsSample program documented in the Derby Admin Guide.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DERBY-7018) Test the demo programs after the changes made by DERBY-6945

2018-11-28 Thread Rick Hillegas (JIRA)


[ 
https://issues.apache.org/jira/browse/DERBY-7018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16702404#comment-16702404
 ] 

Rick Hillegas commented on DERBY-7018:
--

I have successfully completed activity 4 in the Getting Started Guide. As with 
the previous activities, I worked from a bin distribution built by the work on 
DERBY-7020. I had to update the "Activity 4: Create and run a JDBC program 
using the client driver and Network Server" topic by adding derbyshared.jar to 
the CLASSPATHs and updating the output produced by the server start/shutdown 
commands. I will check in those changes via a patch attached to DERBY-6980.


> Test the demo programs after the changes made by DERBY-6945
> ---
>
> Key: DERBY-7018
> URL: https://issues.apache.org/jira/browse/DERBY-7018
> Project: Derby
>  Issue Type: Task
>  Components: Demos/Scripts
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
>
> We should test our demo programs after the substantial rototill made by 
> DERBY-6945. These programs include:
> * Demo programs documented in the Getting Started Guide
> * The NsSample program documented in the Derby Admin Guide.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DERBY-7018) Test the demo programs after the changes made by DERBY-6945

2018-11-28 Thread Rick Hillegas (JIRA)


[ 
https://issues.apache.org/jira/browse/DERBY-7018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16702248#comment-16702248
 ] 

Rick Hillegas commented on DERBY-7018:
--

I have successfully completed activity 3 in the Getting Started Guide. As with 
the previous activities, I worked from a bin distribution built by the work on 
DERBY-7020. I had to add derbyshared.jar to the CLASSPATHs in the "Activity 3: 
Run a JDBC program using the embedded driver" topic. I will check in that 
change via a patch attached to DERBY-6980.


> Test the demo programs after the changes made by DERBY-6945
> ---
>
> Key: DERBY-7018
> URL: https://issues.apache.org/jira/browse/DERBY-7018
> Project: Derby
>  Issue Type: Task
>  Components: Demos/Scripts
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
>
> We should test our demo programs after the substantial rototill made by 
> DERBY-6945. These programs include:
> * Demo programs documented in the Getting Started Guide
> * The NsSample program documented in the Derby Admin Guide.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DERBY-7018) Test the demo programs after the changes made by DERBY-6945

2018-11-28 Thread Rick Hillegas (JIRA)


[ 
https://issues.apache.org/jira/browse/DERBY-7018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16702235#comment-16702235
 ] 

Rick Hillegas commented on DERBY-7018:
--

I have successfully completed activity 2 in the Getting Started Guide. As with 
the previous activity, I worked from a bin distribution built by the work on 
DERBY-7020. I had no problems.

I have updated the server startup and shutdown output recorded in the "Activity 
2: Run SQL using the client driver" topic. I will check in that work via a 
patch attached to DERBY-6980.


> Test the demo programs after the changes made by DERBY-6945
> ---
>
> Key: DERBY-7018
> URL: https://issues.apache.org/jira/browse/DERBY-7018
> Project: Derby
>  Issue Type: Task
>  Components: Demos/Scripts
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
>
> We should test our demo programs after the substantial rototill made by 
> DERBY-6945. These programs include:
> * Demo programs documented in the Getting Started Guide
> * The NsSample program documented in the Derby Admin Guide.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DERBY-7018) Test the demo programs after the changes made by DERBY-6945

2018-11-28 Thread Rick Hillegas (JIRA)


[ 
https://issues.apache.org/jira/browse/DERBY-7018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16702217#comment-16702217
 ] 

Rick Hillegas commented on DERBY-7018:
--

I have successfully completed activity 1 in the Getting Started Guide, 
including the optional activity of creating and loading the toursdb database. I 
had no problems.

I have updated the contents of derby.log at the end of the "Creating a Derby 
database and running SQL statements" topic. I will check in that work via a 
patch attached to DERBY-6980.


> Test the demo programs after the changes made by DERBY-6945
> ---
>
> Key: DERBY-7018
> URL: https://issues.apache.org/jira/browse/DERBY-7018
> Project: Derby
>  Issue Type: Task
>  Components: Demos/Scripts
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
>
> We should test our demo programs after the substantial rototill made by 
> DERBY-6945. These programs include:
> * Demo programs documented in the Getting Started Guide
> * The NsSample program documented in the Derby Admin Guide.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DERBY-7018) Test the demo programs after the changes made by DERBY-6945

2018-11-26 Thread Rick Hillegas (JIRA)


[ 
https://issues.apache.org/jira/browse/DERBY-7018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16699155#comment-16699155
 ] 

Rick Hillegas commented on DERBY-7018:
--

This task should probably be tackled after fixing the release scripts 
(DERBY-7020).

> Test the demo programs after the changes made by DERBY-6945
> ---
>
> Key: DERBY-7018
> URL: https://issues.apache.org/jira/browse/DERBY-7018
> Project: Derby
>  Issue Type: Task
>  Components: Demos/Scripts
>Affects Versions: 10.15.0.0
>Reporter: Rick Hillegas
>Priority: Major
>
> We should test our demo programs after the substantial rototill made by 
> DERBY-6945. These programs include:
> * Demo programs documented in the Getting Started Guide
> * The NsSample program documented in the Derby Admin Guide.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)