From lit at in.tum.de Thu Oct 5 21:31:56 2006 From: lit at in.tum.de (Tianchao Li) Date: Fri, 06 Oct 2006 04:31:56 +0200 Subject: [GRAAP-WG] Suggested WSDL and XSD modification Message-ID: <4525C01C.3020504@in.tum.de> Hi, as you know, I'm implementing the WSAG on top of GT4. I've found some issues with the current WSDL and schema definition and suggest the corresponding modification is made. There are three kinds of issues that are concerened: (1) in AgreementState.wsdl should be It avoids the definition of additional type wsag:GuaranteeTermStateList and wsag:ServiceTermStateList. It is more consistent with the WSRF specification by giving individual access to each of the GuaranteeTermState and ServiceTermState items. Correspondingly, the current definition of wsag:GuaranteeTermStateList and wsag:ServiceTermStateList in agreement_state_types.xsd : should correspondingly be modified into (2) Related with issue (1), I stongly suggest wsag:AgreementStateType and wsag:GuaranteeTermStateType and wsag:ServiceTermStateType defined in the way as the attached agreement_state_types.xsd . Take ServiceTermState for example. Briefly speaking, it defines the ServiceTermState as a global element to support issue(1). AND, the ServiceTermStateType extends the TermStateType and the corresponding type of state is defined as an attribute extension. ---original--- ---suggestion--- This has several practical advantages. First, if the state element has sub elements, the change of state will result into complicated XML process or Java object operations in the old definition and with the suggested definition you only need to change the state parameter. Second, both Globus and Axis 1.x has problem in stub generation for xsd:choice maxOccurs="unbounded". Third, this definition is more consistent with the style of definition in agreement_types.xsd (look at the different term type definitions there). After all, this change does not result into the loss of constraint power and do not require modification of the current specification except for the XSD file itself. Please see the attached agreement_state_types.xsd file for modifications to other types. (3) in one of my previous posts, I asked about the exact meaning of wsag:AgreementServiceReferenceList as a sub element of wsag:AgreementProperties and got no answer yet. It seems to be a duplication of the information in ServiceReference element of ServiceDescriptionTerm, which is another sub element of wsag:AgreementProperties. If I'm correct, then it should be removed. Correct me if I'm wrong. And if you agree, please vote. Best regards, Tianchao Li ============================== Institut fuer Informatik, TU Muenchen Germany http://www.lrr.in.tum.de/~lit -------------- next part -------------- A non-text attachment was scrubbed... Name: agreement_state_types.xsd Type: text/xml Size: 3158 bytes Desc: not available Url : http://www.ogf.org/pipermail/graap-wg/attachments/20061006/a23b70dd/attachment.xml From jim_pruyne at hp.com Tue Oct 10 23:08:27 2006 From: jim_pruyne at hp.com (Jim Pruyne) Date: Tue, 10 Oct 2006 21:08:27 -0700 Subject: [GRAAP-WG] telecon on 10/11 Message-ID: <452C6E3B.4030300@hp.com> Folks, Tomorrow is our scheduled day for our next bi-weekly telecon. Details are below. 9:00AM Central Daylight Time US (UTC-5) which should be: 10:00AM Eastern Daylight Time US 1500 UK 1600 Germany 2300 Japan 2100 Thailand Phone Number: 866-673-8466 in the US. 702-477-6031 for those outside the US. Conference code #8578310. We'll update the status of the WS-Agreement doc. and how we're responding to GFSG's request for an additional 30-day public comment period. --- Jim From t-nakata at cw.jp.nec.com Tue Oct 10 23:40:17 2006 From: t-nakata at cw.jp.nec.com (Toshiyuki Nakata) Date: Wed, 11 Oct 2006 13:40:17 +0900 Subject: [GRAAP-WG] minutes from Sep 27 telecon In-Reply-To: <451A9BA8.8090006@hp.com> Message-ID: <000601c6ecef$59ebc3c0$ab84380a@ISIBASI> Hi Everyone: > > > > > - Toshi can work on a change summary by extracting from the slides he did at previous GGFs. > > Sorry for the delay but here it is at last. (Took quite a bit of time to trace things. My memory being as bad as it is :-() Please note that this is not the final one as I would like to check several things during the telecon. Best Regards Toshi -------------- next part -------------- A non-text attachment was scrubbed... Name: Reflecting CFP2.doc Type: application/msword Size: 174080 bytes Desc: not available Url : http://www.ogf.org/pipermail/graap-wg/attachments/20061011/a554a0c2/attachment.doc -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 4038 bytes Desc: not available Url : http://www.ogf.org/pipermail/graap-wg/attachments/20061011/a554a0c2/attachment.bin From t-nakata at cw.jp.nec.com Wed Oct 11 06:03:49 2006 From: t-nakata at cw.jp.nec.com (t-nakata at cw.jp.nec.com) Date: Wed, 11 Oct 2006 20:03:49 +0900 Subject: [GRAAP-WG] minutes from Sep 27 telecon In-Reply-To: <000601c6ecef$59ebc3c0$ab84380a@ISIBASI> References: <000601c6ecef$59ebc3c0$ab84380a@ISIBASI> Message-ID: Hi Again: >Sorry for the delay but here it is at last. Please use this one which fixes some bugs. Sorry for the confusion: best Regards Toshi -----Original Message > > > > > - Toshi can work on a change summary by extracting from the slides he did at previous GGFs. > > Sorry for the delay but here it is at last. (Took quite a bit of time to trace things. My memory being as bad as it is :-() Please note that this is not the final one as I would like to check several things during the telecon. Best Regards Toshi ------- NEC ???????????? ?????? Toshiyuki Nakata Executive Chief Engineer Central Research Laboratories NEC Corporation +81-44-431-7653 -------------- next part -------------- A non-text attachment was scrubbed... Name: Reflecting CFP2-1.doc Type: application/msword Size: 169472 bytes Desc: not available Url : http://www.ogf.org/pipermail/graap-wg/attachments/20061011/49b53f28/attachment.doc From Oliver.Waeldrich at scai.fraunhofer.de Fri Oct 13 05:58:22 2006 From: Oliver.Waeldrich at scai.fraunhofer.de (=?iso-8859-1?Q?Oliver_W=E4ldrich?=) Date: Fri, 13 Oct 2006 12:58:22 +0200 Subject: [GRAAP-WG] Failure in agreement_types.xsd Message-ID: <007801c6eeb6$8321b240$51851a81@gelbwurz> Hallo, I found a failure in the agreement_types.xsd. The type AgreementServiceReferenceListType is currently delared as follows: However, since this is a list type the element ServiceReference should be declared as unbounded: Regards, Oliver ----------------------------------------------------------------------- Oliver W?ldrich Fraunhofer-Institute for Algorithms and Scientific Computing (SCAI) Schloss Birlinghoven, D-53754 Sankt Augustin, Germany Tel: +49 2241 14 2830; Fax: +49 2241 14 42830 CoreGRID Network of Excellence www.coregrid.net Institute on Resource Management and Scheduling www.coregrid.net/irms From t-nakata at cw.jp.nec.com Fri Oct 13 09:33:57 2006 From: t-nakata at cw.jp.nec.com (t-nakata at cw.jp.nec.com) Date: Fri, 13 Oct 2006 23:33:57 +0900 Subject: [GRAAP-WG] Failure in agreement_types.xsd In-Reply-To: <007801c6eeb6$8321b240$51851a81@gelbwurz> References: <007801c6eeb6$8321b240$51851a81@gelbwurz> Message-ID: Hi Oliver: Yes, this had been one of the items I was trying to confirm on this week's telecon. Thank you vry much for the confirmation. Best Regards Toshi > Hallo, > > I found a failure in the agreement_types.xsd. The type > AgreementServiceReferenceListType is currently delared as follows: > > > > type="wsag:AgreementServiceReferenceType" /> > > > > > > However, since this is a list type the element ServiceReference should be > declared as unbounded: > > > > type="wsag:AgreementServiceReferenceType" > maxOccurs="unbounded" /> > > > > > > Regards, > Oliver > > ----------------------------------------------------------------------- > Oliver Wäldrich > Fraunhofer-Institute for Algorithms and Scientific Computing (SCAI) > Schloss Birlinghoven, D-53754 Sankt Augustin, Germany > Tel: +49 2241 14 2830; Fax: +49 2241 14 42830 > > CoreGRID Network of Excellence www.coregrid.net > Institute on Resource Management and Scheduling www.coregrid.net/irms > > -- > graap-wg mailing list > graap-wg at ogf.org > http://www.ogf.org/mailman/listinfo/graap-wg ------- NEC ???????????? ?????? Toshiyuki Nakata Executive Chief Engineer Central Research Laboratories NEC Corporation +81-44-431-7653 From jim_pruyne at hp.com Wed Oct 25 06:20:22 2006 From: jim_pruyne at hp.com (Jim Pruyne) Date: Wed, 25 Oct 2006 04:20:22 -0700 Subject: [GRAAP-WG] telecon on 10/25 Message-ID: <453F4876.8000104@hp.com> We're due for our next telecon on 10/25 at the usual time and phone number: 9:00AM Central Daylight Time US (UTC-5) which should be: 10:00AM Eastern Daylight Time US 1500 UK 1600 Germany 2300 Japan 2100 Thailand Phone Number: 866-673-8466 in the US. 702-477-6031 for those outside the US. Conference code #8578310. --- Jim From lit at in.tum.de Wed Oct 25 06:20:21 2006 From: lit at in.tum.de (Tianchao Li) Date: Wed, 25 Oct 2006 13:20:21 +0200 Subject: [GRAAP-WG] Suggested WSDL and XSD modification In-Reply-To: <4525C01C.3020504@in.tum.de> References: <4525C01C.3020504@in.tum.de> Message-ID: <453F4875.1030504@in.tum.de> Hi, is there any comments or objections about my suggestion? If not, I would like to see these changes reflected in the spec and I can make updates to the document and upload it. When is the next conference call, by the way? Best wishes, Tianchao Li Tianchao Li wrote: > Hi, > > as you know, I'm implementing the WSAG on top of GT4. I've found some > issues with the current WSDL and schema definition and suggest the > corresponding modification is made. There are three kinds of issues > that are concerened: > (1) in AgreementState.wsdl > > > > > > > > > should be > > > > minOccurs="0" maxOccurs="unbounded"/> > minOccurs="0" maxOccurs="unbounded"/> > > > It avoids the definition of additional type > wsag:GuaranteeTermStateList and wsag:ServiceTermStateList. It is more > consistent with the WSRF specification by giving individual access to > each of the GuaranteeTermState and ServiceTermState items. > > > Correspondingly, the current definition of wsag:GuaranteeTermStateList > and wsag:ServiceTermStateList in agreement_state_types.xsd : > type="wsag:GuaranteeTermStateListType" /> > type="wsag:ServiceTermStateListType" /> > should correspondingly be modified into > type="wsag:GuaranteeTermStateType" /> > type="wsag:ServiceTermStateType" /> > > (2) Related with issue (1), I stongly suggest wsag:AgreementStateType > and wsag:GuaranteeTermStateType and wsag:ServiceTermStateType defined > in the way as the attached agreement_state_types.xsd . > Take ServiceTermState for example. Briefly speaking, it defines the > ServiceTermState as a global element to support issue(1). AND, the > ServiceTermStateType extends the TermStateType and the corresponding > type of state is defined as an attribute extension. > > ---original--- > > > > > > > > > ---suggestion--- > type="wsag:ServiceTermStateType" /> > > > > > > > > > > > > > > > > > This has several practical advantages. First, if the state element has > sub elements, the change of state will result into complicated XML > process or Java object operations in the old definition and with the > suggested definition you only need to change the state parameter. > Second, both Globus and Axis 1.x has problem in stub generation for > xsd:choice maxOccurs="unbounded". Third, this definition is more > consistent with the style of definition in agreement_types.xsd (look > at the different term type definitions there). > > After all, this change does not result into the loss of constraint > power and do not require modification of the current specification > except for the XSD file itself. > > Please see the attached agreement_state_types.xsd file for > modifications to other types. > > (3) in one of my previous posts, I asked about the exact meaning of > wsag:AgreementServiceReferenceList as a sub element of > wsag:AgreementProperties and got no answer yet. > It seems to be a duplication of the information in ServiceReference > element of ServiceDescriptionTerm, which is another sub element of > wsag:AgreementProperties. If I'm correct, then it should be removed. > > Correct me if I'm wrong. And if you agree, please vote. > > Best regards, > Tianchao Li > > ============================== > Institut fuer Informatik, TU Muenchen > Germany > http://www.lrr.in.tum.de/~lit > > >------------------------------------------------------------------------ > > > elementFormDefault="qualified" attributeFormDefault="qualified" > xmlns:wsag="http://schemas.ggf.org/graap/2005/09/ws-agreement" > xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2" > xmlns:wsa="http://www.w3.org/2005/08/addressing" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >------------------------------------------------------------------------ > >-- > graap-wg mailing list > graap-wg at ogf.org > http://www.ogf.org/mailman/listinfo/graap-wg > From t-nakata at cw.jp.nec.com Wed Oct 25 07:55:53 2006 From: t-nakata at cw.jp.nec.com (t-nakata at cw.jp.nec.com) Date: Wed, 25 Oct 2006 21:55:53 +0900 (JST) Subject: [GRAAP-WG] telecon on 10/25 Message-ID: <22871011.1161780953813.JavaMail.tomcat3@ktaib.inlab.cl.nec.co.jp> HI I AM RETURNING FROM A BIZ TRIP. WILL BE LATE BY 10-20MIN. REGARDS TOSHI >We're due for our next telecon on 10/25 at the usual time and phone number: > >9:00AM Central Daylight Time US (UTC-5) >which should be: >10:00AM Eastern Daylight Time US >1500 UK >1600 Germany >2300 Japan >2100 Thailand > >Phone Number: 866-673-8466 in the US. 702-477-6031 for those outside the >US. >Conference code #8578310. > > >--- Jim >-- > graap-wg mailing list > graap-wg at ogf.org > http://www.ogf.org/mailman/listinfo/graap-wg > From t-nakata at cw.jp.nec.com Wed Oct 25 07:55:49 2006 From: t-nakata at cw.jp.nec.com (t-nakata at cw.jp.nec.com) Date: Wed, 25 Oct 2006 21:55:49 +0900 (JST) Subject: [GRAAP-WG] telecon on 10/25 Message-ID: <12749004.1161780949400.JavaMail.tomcat3@ktaib.inlab.cl.nec.co.jp> HI I AM RETURNING FROM A BIZ TRIP. WILL BE LATE BY 10-20MIN. REGARDS TOSHI >We're due for our next telecon on 10/25 at the usual time and phone number: > >9:00AM Central Daylight Time US (UTC-5) >which should be: >10:00AM Eastern Daylight Time US >1500 UK >1600 Germany >2300 Japan >2100 Thailand > >Phone Number: 866-673-8466 in the US. 702-477-6031 for those outside the >US. >Conference code #8578310. > > >--- Jim >-- > graap-wg mailing list > graap-wg at ogf.org > http://www.ogf.org/mailman/listinfo/graap-wg > From t-nakata at cw.jp.nec.com Wed Oct 25 09:26:43 2006 From: t-nakata at cw.jp.nec.com (t-nakata at cw.jp.nec.com) Date: Wed, 25 Oct 2006 23:26:43 +0900 Subject: [GRAAP-WG] telecon on 10/25 In-Reply-To: <12749004.1161780949400.JavaMail.tomcat3@ktaib.inlab.cl.nec.co.jp> References: <12749004.1161780949400.JavaMail.tomcat3@ktaib.inlab.cl.nec.co.jp> Message-ID: Hi: I came back and got on the phone. But the announcement said. After the usual announcement and music. 'The chair man has not arrived you will be disconnected" Has today's telecon finished? Best Regards Toshi > HI > I AM RETURNING FROM > A BIZ TRIP. > WILL BE LATE BY 10-20MIN. > REGARDS > TOSHI > >>We're due for our next telecon on 10/25 at the usual time and phone number: >> >>9:00AM Central Daylight Time US (UTC-5) >>which should be: >>10:00AM Eastern Daylight Time US >>1500 UK >>1600 Germany >>2300 Japan >>2100 Thailand >> >>Phone Number: 866-673-8466 in the US. 702-477-6031 for those outside the >>US. >>Conference code #8578310. >> >> >>--- Jim >>-- >> graap-wg mailing list >> graap-wg at ogf.org >> http://www.ogf.org/mailman/listinfo/graap-wg >> > -- > graap-wg mailing list > graap-wg at ogf.org > http://www.ogf.org/mailman/listinfo/graap-wg ------- NEC ???????????? ?????? Toshiyuki Nakata Executive Chief Engineer Central Research Laboratories NEC Corporation +81-44-431-7653 From Wolfgang.Ziegler at scai.fraunhofer.de Wed Oct 25 09:34:30 2006 From: Wolfgang.Ziegler at scai.fraunhofer.de (Wolfgang Ziegler) Date: Wed, 25 Oct 2006 16:34:30 +0200 Subject: [GRAAP-WG] telecon on 10/25 In-Reply-To: References: <12749004.1161780949400.JavaMail.tomcat3@ktaib.inlab.cl.nec.co.jp> Message-ID: <453F75F6.8070206@scai.fraunhofer.de> Dear Toshi, to my mind it didn't start yet.I just tried again but still no chair person. I suppose Jim couldn't make it. So probably a chance for you to go to bed a bit earlier ;-) Best regards Wolfgang t-nakata at cw.jp.nec.com schrieb: > Hi: > I came back and got on the phone. > > But the announcement said. > > After the usual announcement and music. > 'The chair man has not arrived you will be disconnected" > > Has today's telecon finished? > Best Regards > Toshi > >> HI >> I AM RETURNING FROM >> A BIZ TRIP. >> WILL BE LATE BY 10-20MIN. >> REGARDS >> TOSHI >> >>> We're due for our next telecon on 10/25 at the usual time and phone number: >>> >>> 9:00AM Central Daylight Time US (UTC-5) >>> which should be: >>> 10:00AM Eastern Daylight Time US >>> 1500 UK >>> 1600 Germany >>> 2300 Japan >>> 2100 Thailand >>> >>> Phone Number: 866-673-8466 in the US. 702-477-6031 for those outside the >>> US. >>> Conference code #8578310. >>> >>> >>> --- Jim >>> -- >>> graap-wg mailing list >>> graap-wg at ogf.org >>> http://www.ogf.org/mailman/listinfo/graap-wg >>> >> -- >> graap-wg mailing list >> graap-wg at ogf.org >> http://www.ogf.org/mailman/listinfo/graap-wg > > ------- > NEC ???????????? > ?????? > Toshiyuki Nakata > Executive Chief Engineer > Central Research Laboratories > NEC Corporation > +81-44-431-7653 > -- > graap-wg mailing list > graap-wg at ogf.org > http://www.ogf.org/mailman/listinfo/graap-wg -- Wolfgang Ziegler www.scai.fraunhofer.de/ziegler.html Fraunhofer-Institute for Algorithms and Scientific Computing (SCAI) Schloss Birlinghoven, D-53754 Sankt Augustin, Germany Tel: +49 2241 14 2258; Fax: +49 2241 14 42258 CoreGRID Network of Excellence www.coregrid.net Collaboration Gateway www.coregrid.net/cg Institute on Resource Management and Scheduling www.coregrid.net/irms -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2093 bytes Desc: S/MIME Cryptographic Signature Url : http://www.ogf.org/pipermail/graap-wg/attachments/20061025/89ec0817/attachment.bin From Stephen.Pickles at manchester.ac.uk Wed Oct 25 09:35:14 2006 From: Stephen.Pickles at manchester.ac.uk (Stephen M Pickles) Date: Wed, 25 Oct 2006 15:35:14 +0100 Subject: [GRAAP-WG] telecon on 10/25 In-Reply-To: Message-ID: <20061025153514440.00000002824@Wombat> I gave up after listening to music for half an hour. I should get a free copy of the CD for the price of that call! Stephen > -----Original Message----- > From: graap-wg-bounces at ogf.org > [mailto:graap-wg-bounces at ogf.org] On Behalf Of t-nakata at cw.jp.nec.com > Sent: 25 October 2006 15:27 > To: t-nakata at cw.jp.nec.com; Jim Pruyne > Cc: GRAAP-WG > Subject: Re: [GRAAP-WG] telecon on 10/25 > > Hi: > I came back and got on the phone. > > But the announcement said. > > After the usual announcement and music. > 'The chair man has not arrived you will be disconnected" > > Has today's telecon finished? > Best Regards > Toshi > > > HI > > I AM RETURNING FROM > > A BIZ TRIP. > > WILL BE LATE BY 10-20MIN. > > REGARDS > > TOSHI > > > >>We're due for our next telecon on 10/25 at the usual time > and phone number: > >> > >>9:00AM Central Daylight Time US (UTC-5) > >>which should be: > >>10:00AM Eastern Daylight Time US > >>1500 UK > >>1600 Germany > >>2300 Japan > >>2100 Thailand > >> > >>Phone Number: 866-673-8466 in the US. 702-477-6031 for > those outside the > >>US. > >>Conference code #8578310. > >> > >> > >>--- Jim > >>-- > >> graap-wg mailing list > >> graap-wg at ogf.org > >> http://www.ogf.org/mailman/listinfo/graap-wg > >> > > -- > > graap-wg mailing list > > graap-wg at ogf.org > > http://www.ogf.org/mailman/listinfo/graap-wg > > ------- > NEC ???????????? > ?????? > Toshiyuki Nakata > Executive Chief Engineer > Central Research Laboratories > NEC Corporation > +81-44-431-7653 > -- > graap-wg mailing list > graap-wg at ogf.org > http://www.ogf.org/mailman/listinfo/graap-wg > > From lit at in.tum.de Wed Oct 25 09:40:25 2006 From: lit at in.tum.de (Tianchao Li) Date: Wed, 25 Oct 2006 16:40:25 +0200 Subject: [GRAAP-WG] telecon on 10/25 In-Reply-To: <20061025153514440.00000002824@Wombat> References: <20061025153514440.00000002824@Wombat> Message-ID: <453F7759.1000801@in.tum.de> Me too. Not initialized ... holding ... kicked out. :-) Tianchao Li From Wolfgang.Ziegler at scai.fraunhofer.de Wed Oct 25 10:00:54 2006 From: Wolfgang.Ziegler at scai.fraunhofer.de (Wolfgang Ziegler) Date: Wed, 25 Oct 2006 17:00:54 +0200 Subject: [GRAAP-WG] telecon on 10/25 In-Reply-To: <20061025153514440.00000002824@Wombat> References: <20061025153514440.00000002824@Wombat> Message-ID: <453F7C26.6090601@scai.fraunhofer.de> Stephen M Pickles schrieb: > I gave up after listening to music for half an hour. > > I should get a free copy of the CD for the price of that call! did you like it that much? ;-) Wolfgang > > Stephen > >> -----Original Message----- >> From: graap-wg-bounces at ogf.org >> [mailto:graap-wg-bounces at ogf.org] On Behalf Of t-nakata at cw.jp.nec.com >> Sent: 25 October 2006 15:27 >> To: t-nakata at cw.jp.nec.com; Jim Pruyne >> Cc: GRAAP-WG >> Subject: Re: [GRAAP-WG] telecon on 10/25 >> >> Hi: >> I came back and got on the phone. >> >> But the announcement said. >> >> After the usual announcement and music. >> 'The chair man has not arrived you will be disconnected" >> >> Has today's telecon finished? >> Best Regards >> Toshi >> >>> HI >>> I AM RETURNING FROM >>> A BIZ TRIP. >>> WILL BE LATE BY 10-20MIN. >>> REGARDS >>> TOSHI >>> >>>> We're due for our next telecon on 10/25 at the usual time >> and phone number: >>>> 9:00AM Central Daylight Time US (UTC-5) >>>> which should be: >>>> 10:00AM Eastern Daylight Time US >>>> 1500 UK >>>> 1600 Germany >>>> 2300 Japan >>>> 2100 Thailand >>>> >>>> Phone Number: 866-673-8466 in the US. 702-477-6031 for >> those outside the >>>> US. >>>> Conference code #8578310. >>>> >>>> >>>> --- Jim >>>> -- >>>> graap-wg mailing list >>>> graap-wg at ogf.org >>>> http://www.ogf.org/mailman/listinfo/graap-wg >>>> >>> -- >>> graap-wg mailing list >>> graap-wg at ogf.org >>> http://www.ogf.org/mailman/listinfo/graap-wg >> ------- >> NEC ???????????? >> ?????? >> Toshiyuki Nakata >> Executive Chief Engineer >> Central Research Laboratories >> NEC Corporation >> +81-44-431-7653 >> -- >> graap-wg mailing list >> graap-wg at ogf.org >> http://www.ogf.org/mailman/listinfo/graap-wg >> >> > -- > graap-wg mailing list > graap-wg at ogf.org > http://www.ogf.org/mailman/listinfo/graap-wg -- Wolfgang Ziegler www.scai.fraunhofer.de/ziegler.html Fraunhofer-Institute for Algorithms and Scientific Computing (SCAI) Schloss Birlinghoven, D-53754 Sankt Augustin, Germany Tel: +49 2241 14 2258; Fax: +49 2241 14 42258 CoreGRID Network of Excellence www.coregrid.net Collaboration Gateway www.coregrid.net/cg Institute on Resource Management and Scheduling www.coregrid.net/irms -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2093 bytes Desc: S/MIME Cryptographic Signature Url : http://www.ogf.org/pipermail/graap-wg/attachments/20061025/c0657fa3/attachment.bin