Re: [vtest] getCompositeContext API for non-SCA clients

2008-04-24 Thread Yee-Kang Chang
el component services in the domain (which is kind of what we have > now > with SCADomain.getService right?). > > ...ant > > On Thu, Apr 17, 2008 at 9:10 PM, Yee-Kang Chang <[EMAIL PROTECTED]> > wrote: > > > Just thought to follow-up to see if we will do

[jira] Created: (TUSCANY-2265) Component stopped via ComponentManager can still be accessed

2008-04-23 Thread Yee-Kang Chang (JIRA)
Components: Java SCA Core Runtime Reporter: Yee-Kang Chang I stopped a component via ComponentManager.stopComponent(). ComponentManager.isComponentStarted() returned false but I was able to still use SCADomain.getService() to obtain a reference to the service and access it

[jira] Updated: (TUSCANY-2264) Updates to RequestContext's vtest

2008-04-23 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2264: Attachment: RequestContextUpdatesJIRA2264.patch > Updates to RequestContext'

[jira] Updated: (TUSCANY-2263) Updates to Exception's vtest

2008-04-23 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2263: Attachment: ExceptionUpdatesJIRA2263.patch > Updates to Exception'

[jira] Created: (TUSCANY-2264) Updates to RequestContext's vtest

2008-04-23 Thread Yee-Kang Chang (JIRA)
Tests Reporter: Yee-Kang Chang Updates to RequestContext test cases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (TUSCANY-2263) Updates to Exception's vtest

2008-04-23 Thread Yee-Kang Chang (JIRA)
orter: Yee-Kang Chang New and updates to Exception test cases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (TUSCANY-2243) ServiceRuntimeException due to NPE with ComponentContext.getService()

2008-04-22 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591316#action_12591316 ] Yee-Kang Chang commented on TUSCANY-2243: - Changes in the attached patch

[jira] Commented: (TUSCANY-2249) Updates to ComponentContext's vtest

2008-04-22 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591315#action_12591315 ] Yee-Kang Chang commented on TUSCANY-2249: - Thanks, Ant! The failed test

[jira] Created: (TUSCANY-2250) ComponentContext.getRequestContext() does NOT return null when there's no request

2008-04-21 Thread Yee-Kang Chang (JIRA)
oject: Tuscany Issue Type: Bug Components: Java SCA Core Runtime Reporter: Yee-Kang Chang The specification states the below for ComponentContext.getRequestContext(): "getRequestContext() - Returns the context for the current SCA service request, or null if t

[jira] Updated: (TUSCANY-2249) Updates to ComponentContext's vtest

2008-04-21 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2249: Attachment: ComponentContextUpdatesJIRA2249.patch > Updates to ComponentContext'

[jira] Created: (TUSCANY-2249) Updates to ComponentContext's vtest

2008-04-21 Thread Yee-Kang Chang (JIRA)
Tests Reporter: Yee-Kang Chang More vtest test cases for ComponentContext API. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. - To unsubscribe, e

[jira] Created: (TUSCANY-2244) Updates to ServiceReference's vtest

2008-04-18 Thread Yee-Kang Chang (JIRA)
Tests Reporter: Yee-Kang Chang Attachments: ServiceReferenceUpdatesJIRA2244.patch Updates to vtest's test cases for ServiceReference. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the is

[jira] Updated: (TUSCANY-2244) Updates to ServiceReference's vtest

2008-04-18 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2244: Attachment: ServiceReferenceUpdatesJIRA2244.patch > Updates to ServiceReference'

Re: Whats is the difference between SCA and J2EE specifications?

2008-04-18 Thread Yee-Kang Chang
Hi Satya >From [1], "Java Enterprise Edition (Java EE) is the standard for Java-based enterprise applications today. While it offers a rich set of technologies, it does not define important concepts that are inherently required in service oriented architectures such as - Extensibility of compo

[jira] Updated: (TUSCANY-2243) ServiceRuntimeException due to NPE with ComponentContext.getService()

2008-04-18 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2243: Attachment: ComponentContextUpdatesJIRA2243.patch I've added a test

[jira] Created: (TUSCANY-2243) ServiceRuntimeException due to NPE with ComponentContext.getService()

2008-04-18 Thread Yee-Kang Chang (JIRA)
Type: Bug Components: Java SCA Core Runtime Reporter: Yee-Kang Chang ComponentContext.getService() did not return the expected service when invoked. It works with a @Reference field is defined for the service in the Impl class but it failed without the annotation. The

Re: [vtest] getCompositeContext API for non-SCA clients

2008-04-17 Thread Yee-Kang Chang
Just thought to follow-up to see if we will do this .. Perhaps SCADomain can be extended to return the ComponentContext for a particular component? Thanks. On Wed, Apr 2, 2008 at 6:37 PM, Kevin Williams <[EMAIL PROTECTED]> wrote: > The current JUnit tests (iTest and vTest) make use of the non-s

[jira] Updated: (TUSCANY-2238) Test Cases for Exception APIs

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2238: Attachment: ExceptionJIRA2238.zip Sorry, Kevin! I thought I fixed the problem. Thanks

[jira] Updated: (TUSCANY-2238) Test Cases for Exception APIs

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2238: Attachment: ExceptionJIRA2238.patch > Test Cases for Exception A

[jira] Created: (TUSCANY-2238) Test Cases for Exception APIs

2008-04-16 Thread Yee-Kang Chang (JIRA)
Test Cases for Exception APIs - Key: TUSCANY-2238 URL: https://issues.apache.org/jira/browse/TUSCANY-2238 Project: Tuscany Issue Type: Test Reporter: Yee-Kang Chang Attachments

How to "stop" a service?

2008-04-16 Thread Yee-Kang Chang
I'm trying to test ServiceUnavailableException (as part of vtest) -- to simulate that a service is unavailable and the Exception will be thrown. The current idea is to have a service "started", invoke some operation, "stop" it, and then invoke some other operation to see if a ServiceUnavailable

Re: [jira] Closed: (TUSCANY-2230) Test Cases for RequestContext API

2008-04-16 Thread Yee-Kang Chang
a SCA Verification Tests > Reporter: Yee-Kang Chang >Assignee: Kevin Williams > Attachments: RequestContextJIRA2230.patch, RequestContextJIRA2230.zip, RequestContextJIRA2230Updated.patch > > > Test Cases for RequestContext's vtest.

[jira] Created: (TUSCANY-2235) RequestContext.getSecuritySubject() throws UnsupportedOperationException

2008-04-16 Thread Yee-Kang Chang (JIRA)
Issue Type: Bug Components: Java Spec APIs Reporter: Yee-Kang Chang This is part of the specification and should be supported? The vtest's RequestContextTestCase has a test that demonstrates this that's currently @Ignore. Thanks. -- This message is automatically

[jira] Updated: (TUSCANY-2231) Test Cases for CallableReference API

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2231: Attachment: CallableReferenceJIRA2231.zip Zip of the code in case the patch still

[jira] Updated: (TUSCANY-2232) Test Cases for ServiceReference API

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2232: Attachment: ServiceReferenceJIRA2232.zip Zip of the code in case the updated patch

[jira] Updated: (TUSCANY-2230) Test Cases for RequestContext API

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2230: Attachment: RequestContextJIRA2230.zip Zip of the code in case the updated patch still

[jira] Updated: (TUSCANY-2233) Test Cases for Conversation API

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2233: Attachment: ConversationJIRA2233.zip Zip of the code in case the patch still doesn&#

[jira] Updated: (TUSCANY-2233) Test Cases for Conversation API

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2233: Attachment: ConversationJIRA2233Updated.patch Updated patch. > Test Cases

[jira] Updated: (TUSCANY-2232) Test Cases for ServiceReference API

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2232: Attachment: ServiceReferenceJIRA2232Updated.patch Updated patch. > Test Cases

[jira] Updated: (TUSCANY-2231) Test Cases for CallableReference API

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2231: Attachment: CallableReferenceJIRA2231Updated.patch Updated patch. > Test Cases

[jira] Updated: (TUSCANY-2230) Test Cases for RequestContext API

2008-04-16 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2230: Attachment: RequestContextJIRA2230Updated.patch Thanks, Simon. Here's the updated

[jira] Updated: (TUSCANY-2233) Test Cases for Conversation API

2008-04-15 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2233: Attachment: ConversationJIRA2233.patch > Test Cases for Conversation

[jira] Created: (TUSCANY-2232) Test Cases for ServiceReference API

2008-04-15 Thread Yee-Kang Chang (JIRA)
Reporter: Yee-Kang Chang Attachments: ServiceReferenceJIRA2232.patch ServiceReference's vtest. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue o

[jira] Updated: (TUSCANY-2232) Test Cases for ServiceReference API

2008-04-15 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2232: Attachment: ServiceReferenceJIRA2232.patch > Test Cases for ServiceReference

[jira] Created: (TUSCANY-2233) Test Cases for Conversation API

2008-04-15 Thread Yee-Kang Chang (JIRA)
Reporter: Yee-Kang Chang Conversation's vtest. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[jira] Updated: (TUSCANY-2231) Test Cases for CallableReference API

2008-04-15 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2231: Attachment: CallableReferenceJIRA2231.patch > Test Cases for CallableReference

[jira] Created: (TUSCANY-2231) Test Cases for CallableReference API

2008-04-15 Thread Yee-Kang Chang (JIRA)
Reporter: Yee-Kang Chang Attachments: CallableReferenceJIRA2231.patch Test Cases for CallableReference's vtest. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue o

[jira] Created: (TUSCANY-2230) Test Cases for RequestContext API

2008-04-15 Thread Yee-Kang Chang (JIRA)
Reporter: Yee-Kang Chang Attachments: RequestContextJIRA2230.patch Test Cases for RequestContext's vtest. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue o

[jira] Updated: (TUSCANY-2230) Test Cases for RequestContext API

2008-04-15 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2230: Attachment: RequestContextJIRA2230.patch > Test Cases for RequestContext

[jira] Commented: (TUSCANY-2195) Test cases for ComponentContext API

2008-04-15 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589105#action_12589105 ] Yee-Kang Chang commented on TUSCANY-2195: - Please apply ComponentContextJira

[jira] Updated: (TUSCANY-2195) Test cases for ComponentContext API

2008-04-07 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2195: Attachment: ComponentContextJira2195.patch The correct patch for the latest contribution

[jira] Updated: (TUSCANY-2195) Test cases for ComponentContext API

2008-04-04 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2195: Attachment: (was: ComponentContextJira2195Patch.patch) > Test cases

[jira] Updated: (TUSCANY-2195) Test cases for ComponentContext API

2008-04-04 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2195: Attachment: ComponentContextJira2195Patch.patch Here's the patch file. Thanks,

[jira] Updated: (TUSCANY-2195) Test cases for ComponentContext API

2008-04-04 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2195: Attachment: ComponentContext20080404.zip Hi Kevin, Here's an update t

Re: ComponentContext.createSelfReference() with and without serviceName

2008-04-04 Thread Yee-Kang Chang
he > createSelfReference API. > > --Kevin > > On Fri, Apr 4, 2008 at 9:42 AM, Yee-Kang Chang <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > > > V1 of the Java Annotations & APIs Spec described these two methods as > > follows: > > >

ComponentContext.createSelfReference() with and without serviceName

2008-04-04 Thread Yee-Kang Chang
Hi Everyone, V1 of the Java Annotations & APIs Spec described these two methods as follows: createSelfReference(Class businessInterface) ? Returns a ServiceReference that can be used to invoke this component over the designated service. createSelfReference(Class businessInterface, String servi

[jira] Updated: (TUSCANY-2195) Test cases for ComponentContext API

2008-04-03 Thread Yee-Kang Chang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Kang Chang updated TUSCANY-2195: Attachment: ComponentContext.zip Hi Kevin, Attached is my contribution. Please take a

Re: Verification Testing

2008-04-03 Thread Yee-Kang Chang
I've some test cases for ComponentContext that I would like to contribute. Can someone please help me out with them? Thank you. Yee-Kang Chang/Toronto/[EMAIL PROTECTED] 04/03/2008 12:01 PM Please respond to tuscany-dev@ws.apache.org To tuscany-dev@ws.apache.org cc Subje

Re: Verification Testing

2008-04-03 Thread Yee-Kang Chang
Hi Kevin, I would like to contribute to this effort. Thanks! "Kevin Williams" <[EMAIL PROTECTED]> 03/19/2008 01:40 PM Please respond to tuscany-dev@ws.apache.org To tuscany-dev@ws.apache.org cc [EMAIL PROTECTED] Subject Verification Testing I am thinking of adding a new test bucket sp