[
https://issues.apache.org/jira/browse/DERBY-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473210
]
Manjula Kutty commented on DERBY-2317:
--------------------------------------
once this issue gets fixed, please make the CurrentOfTest.java runnable under
n/w server.
please uncomment the following line in the test
//To run the test in both embedded and client/server mode
//commenting it for the time being sicne the test fails in the
client/server mode
//return TestConfiguration.defaultSuite(CurrentOfTest.class);
And comment the following line
return suite;
> Difference in the cursor.getcursorName behaviour between n/w server and
> embedded mode, where embedded retuns null and n/w server returns the cursor
> name
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2317
> URL: https://issues.apache.org/jira/browse/DERBY-2317
> Project: Derby
> Issue Type: Bug
> Components: Network Server
> Affects Versions: 10.3.0.0
> Reporter: Manjula Kutty
> Attachments: TestCursor.java
>
>
> Please find the attached small java test which gives you the different
> behaviour. Please find the following mail thread which says the embedded
> mode's behaviour is correct.
> http://mail-archives.apache.org/mod_mbox/db-derby-dev/200702.mbox/[EMAIL
> PROTECTED]
> To run the test in the embedded mode
> java TestCursor embedded
>
> in n/w server ( have to start the server seperately)
>
> java TestCursor NetworkServer
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.