← Prev in month ← Prev in thread
Next in thread → Next in month →

raw transcript of 2/14/08 java TC call

From
Michael Beisiegel <>
Date
2008-02-14T19:39:36+00:00
ID
Thread
raw transcript of 2/14/08 java TC call
Roberto Chinnici1 morphed into Roberto Chinnici

Room information was updated by: Sanjay

US & Canada Toll Free: (866) 484-4232

International Dial-In Number: (702) 894-2358 

ACCESS CODE:  960335

michael beisiegel: US & Canada Toll Free:
(866) 484-4232

International Dial-In Number: (702) 894-2358

ACCESS CODE: 960335

Chat room:

http://webconf.soaphub.org/conf/room/sca-j-TC

michael beisiegel: - Roll Call

http://www.oasis-open.org/committees/membership.php?wg_abbrev=sca-j

- Appointment of scribe. List attached below

- Agenda bashing

- Approval of minutes from previous meeting(s)

http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/27175/SCA%20Java%20Minutes%202008-02-07.doc

1. Accepting new issues:

NEW ISSUE: Callback Simplification

RAISER: Michael Rowley

http://www.osoa.org/jira/browse/JAVA-25

ISSUE 26: Description of interface.java is needed

RAISER: Dave Booz

http://www.osoa.org/jira/browse/JAVA-26

2. Issues discussion

JAVA-4: Dependency Reinjection (REPRISED)

http://www.osoa.org/jira/browse/JAVA-4

Although resolved, the resolution may need the following addendum:

Callback references MUST NOT be reinjected. If a conversational-scoped
service implementation is invoked by multiple clients using the same application-generated
conversationID, any injected callback reference will refer to the client
that made the initial invocation. A reference to the client that made the
current invocation can be obtained by using the RequestContext API.

The email that describes the need for this is here:

http://lists.oasis-open.org/archives/sca-j/200802/msg00016.html

JAVA-12: Relation between conversational annotation and scope conversation

http://www.osoa.org/jira/browse/JAVA-12

- latest discussion and proposal is in the following email:

http://www.oasis-open.org/apps/org/workgroup/sca-j/email/archives/200710/msg00038.html

JAVA-8: Concurrency model for Service Reference instances

http://www.osoa.org/jira/browse/JAVA-8

- proposal is in the following email and slide deck:

http://www.oasis-open.org/apps/org/workgroup/sca-j/email/archives/200710/msg00048.html

http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/25725/sca-j-issue_8_proposal.ppt

JAVA-25: Callback Simplification

http://lists.oasis-open.org/archives/sca-j/200802/msg00024.html

http://lists.oasis-open.org/archives/sca-j/200802/msg00030.html

http://lists.oasis-open.org/archives/sca-j/200802/msg00034.html

3. Adjourn

---------------------------------------------------------------

Rotating scribe list:

Mike Edwards IBM

Michael Beisiegel IBM

Ashok Malhotra Oracle Corporation

David Booz IBM

Simon Nash IBM

Jim Marino BEA Systems, Inc.

Sanjay Patil SAP AG

Jason Kinner Oracle

Ron Barack SAP AG (2)

Peter Walker Sun Microsystems

Peter Peshev SAP AG

Roberto Chinnici Sun Microsystems

Pradeep Simha TIBCO Software Inc.

Anish Karmarkar Oracle Corporation (2)

Martin Chapman Oracle Corporation

michael beisiegel: Scribe: Michael Beisiegel

michael beisiegel:  

Simon Nash: my apologies.  it looks like
I cannot join this call.  i was hoping to dial in by cellphone but
i have very intermittent signal

michael beisiegel: Michael R: add discussion
of agenda for f2f on agenda before new issues

Mark Combellack: Do you want negative responses
too as I cannot make it to the F2F

michael beisiegel: Michael R: reminder to notify
who is coming to java f2f

Simon Nash: i am coming

michael beisiegel: topic: approval of minutes

michael beisiegel: minutes approved

michael beisiegel: topic: new issue

michael beisiegel: topic: new issue 25

michael beisiegel: Michael R: explaining the
issue

michael beisiegel: motion: m: Mike E s: Michael
B to accept the issue

michael beisiegel: resolution: accepted unanimously

michael beisiegel: topic: new issue 26

michael beisiegel: Mike E: explains issue,
came out as an action out of assembly TC

michael beisiegel: Michael R: feels like an
editorial issue, can we move it to resolve immediately

michael beisiegel: motion: m: Mike E s: Michael
B to open and resolve the issue with proposal specified in it

michael beisiegel: resolution: accepted unanimously

michael beisiegel: topic: Issue Discussion

michael beisiegel: topic: Issue 4

michael beisiegel: Michael R: is already a
resolved issue but need addition

michael beisiegel: s/need/needs

michael beisiegel: Although resolved, the resolution
may need the following addendum:

Callback references MUST NOT be reinjected. If a conversational-scoped
service implementation is invoked by multiple clients using the same application-generated
conversationID, any injected callback reference will refer to the client
that made the initial invocation. A reference to the client that made the
current invocation can be obtained by using the RequestContext API.

michael beisiegel: motion: m: Mike E s: Reza
S to append text to resolution in jira, text as of agenda

michael beisiegel: Michael R: this req 2/3
majority

michael beisiegel: resolution: accepted unanimously

michael beisiegel: topic: Issue 12

michael beisiegel: Michael R: suggest to defer
since Peter P is not on call

michael beisiegel: topic: Issue 8

michael beisiegel: JAVA-8: Concurrency model
for Service Reference instances

http://www.osoa.org/jira/browse/JAVA-8

- proposal is in the following email and slide deck:

http://www.oasis-open.org/apps/org/workgroup/sca-j/email/archives/200710/msg00048.html

http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/25725/sca-j-issue_8_proposal.ppt

michael beisiegel: action: Ron takes action
to present on 8 in one of our next calls

michael beisiegel: topic: Issue 25

michael beisiegel: JAVA-25: Callback Simplification

http://lists.oasis-open.org/archives/sca-j/200802/msg00024.html

http://lists.oasis-open.org/archives/sca-j/200802/msg00030.html

http://lists.oasis-open.org/archives/sca-j/200802/msg00034.html

michael beisiegel: 1st of links shows proposal

michael beisiegel: This proposal aims to simplify
using asynchronous communication in   

the SCA Java programming model by:

1. Eliminating callback objects.

    - Removing ServiceReference.get/setCallback()

2. Removing the ability for service providers to get callback IDs.

    - Moving CallableReference getCallbackID() to ServiceReference)

3. Saying callback IDs are irrelevant in conversations.

    - Making ServiceReference.setCallbackID(Object id) illegal
and

      ServiceReference.getCallbackID() (assuming #2) return
null for

      conversational interactions.

4. Removing the distinction between stateless and conversational

    callback interfaces.

     - Removing the ability to specify conversational on callback

       Interfaces.

Simon Nash: did I?

Simon Nash: sorry wrong chat window

Michael Rowley: http://www.osoa.org/jira/browse/JAVA-19

michael beisiegel: Michael R: you need to be
convinced of 19 before you can cont simplification with 25

michael beisiegel: part 2 of proposal

anish time check

Sanjay: time to stop conversation and callback
to other duties

anish lol

michael beisiegel: 

michael beisiegel: meeting adjourned
← Prev in month ← Prev in thread
Next in thread → Next in month →