Author: scamp
Date: Tue Mar 22 13:56:14 2005
New Revision: 158686
URL: http://svn.apache.org/viewcvs?view=rev&rev=158686
Log: (empty)
Added:
incubator/apollo/trunk/src/templates/v2004_06/
- copied from r158620, incubator/apollo/trunk/src/templates/1_2_draft01/
incubator/apollo/trunk/src/templates/v2004_06/GetMultiple.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft01/GetMultiple.txt
incubator/apollo/trunk/src/templates/v2004_06/GetResource.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft01/GetResource.txt
incubator/apollo/trunk/src/templates/v2004_06/ImmediateResourceTermination.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft01/ImmediateResourceTermination.txt
incubator/apollo/trunk/src/templates/v2004_06/Query.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft01/Query.txt
incubator/apollo/trunk/src/templates/v2004_06/ScheduledResourceTermination-AbstractResource_init.txt
- copied, changed from r158685,
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTermination-AbstractResource_init.txt
incubator/apollo/trunk/src/templates/v2004_06/ScheduledResourceTerminationResource.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTerminationResource.txt
incubator/apollo/trunk/src/templates/v2004_06/Set.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft01/Set.txt
incubator/apollo/trunk/src/templates/v2004_06/SetTerminationTime.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft01/SetTerminationTime.txt
incubator/apollo/trunk/src/templates/v2004_11/
- copied from r158620, incubator/apollo/trunk/src/templates/1_2_draft05/
incubator/apollo/trunk/src/templates/v2004_11/DeleteResourceProp.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/DeleteResourceProp.txt
incubator/apollo/trunk/src/templates/v2004_11/GetMultiple.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/GetMultiple.txt
incubator/apollo/trunk/src/templates/v2004_11/GetResource.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/GetResource.txt
incubator/apollo/trunk/src/templates/v2004_11/GetResourcePropDoc.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/GetResourcePropDoc.txt
incubator/apollo/trunk/src/templates/v2004_11/ImmediateResourceTermination.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/ImmediateResourceTermination.txt
incubator/apollo/trunk/src/templates/v2004_11/InsertResourceProp.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/InsertResourceProp.txt
incubator/apollo/trunk/src/templates/v2004_11/Query-ExpressionDialect_init.txt
- copied, changed from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/Query-ExpressionDialect_init.txt
incubator/apollo/trunk/src/templates/v2004_11/Query.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/Query.txt
incubator/apollo/trunk/src/templates/v2004_11/ScheduledResourceTermination-AbstractResource_init.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTermination-AbstractResource_init.txt
incubator/apollo/trunk/src/templates/v2004_11/ScheduledResourceTerminationResource.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/ScheduledResourceTerminationResource.txt
incubator/apollo/trunk/src/templates/v2004_11/Set.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/Set.txt
incubator/apollo/trunk/src/templates/v2004_11/SetTerminationTime.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/SetTerminationTime.txt
incubator/apollo/trunk/src/templates/v2004_11/UpdateResourceProp.txt
- copied unchanged from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/UpdateResourceProp.txt
Removed:
incubator/apollo/trunk/src/templates/1_2_draft01/
incubator/apollo/trunk/src/templates/1_2_draft05/
Copied:
incubator/apollo/trunk/src/templates/v2004_06/ScheduledResourceTermination-AbstractResource_init.txt
(from r158685,
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTermination-AbstractResource_init.txt)
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/v2004_06/ScheduledResourceTermination-AbstractResource_init.txt?view=diff&rev=158686&p1=incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTermination-AbstractResource_init.txt&r1=158685&p2=incubator/apollo/trunk/src/templates/v2004_06/ScheduledResourceTermination-AbstractResource_init.txt&r2=158686
==============================================================================
---
incubator/apollo/trunk/src/templates/1_2_draft01/ScheduledResourceTermination-AbstractResource_init.txt
(original)
+++
incubator/apollo/trunk/src/templates/v2004_06/ScheduledResourceTermination-AbstractResource_init.txt
Tue Mar 22 13:56:14 2005
@@ -1,14 +1,14 @@
- // initialize wsrl:CurrentTime property
- org.apache.ws.resource.properties.ResourceProperty prop = m_propSet.get(
org.apache.ws.resource.lifetime.v2004_06.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
);
-
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.CurrentTimeDocument
currTime =
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.CurrentTimeDocument.Factory.newInstance();
- currTime.setCurrentTime( java.util.Calendar.getInstance() );
- prop.add( currTime );
- prop.setCallback( new
org.apache.ws.resource.lifetime.callback.CurrentTimeCallback() );
+ // initialize wsrl:CurrentTime property
+ org.apache.ws.resource.properties.ResourceProperty prop =
m_propSet.get(
org.apache.ws.resource.lifetime.v2004_06.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_CURRENT_TIME
);
+
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.CurrentTimeDocument
currTime =
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.CurrentTimeDocument.Factory.newInstance();
+ currTime.setCurrentTime( java.util.Calendar.getInstance() );
+ prop.add( currTime );
+ prop.setCallback( new
org.apache.ws.resource.lifetime.callback.CurrentTimeCallback() );
- // initialize wsrl:TerminationTime property
- prop = m_propSet.get(
org.apache.ws.resource.lifetime.v2004_06.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
);
-
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.TerminationTimeDocument
termTime =
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.TerminationTimeDocument.Factory.newInstance();
- termTime.setNilTerminationTime();
- prop.add( termTime );
-
-
+ // initialize wsrl:TerminationTime property
+ prop = m_propSet.get(
org.apache.ws.resource.lifetime.v2004_06.porttype.ScheduledResourceTerminationPortType.PROP_QNAME_TERMINATION_TIME
);
+
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.TerminationTimeDocument
termTime =
org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSResourceLifetime12Draft01.TerminationTimeDocument.Factory.newInstance();
+ termTime.setNilTerminationTime();
+ prop.add( termTime );
+
+
Copied:
incubator/apollo/trunk/src/templates/v2004_11/Query-ExpressionDialect_init.txt
(from r158685,
incubator/apollo/trunk/src/templates/1_2_draft05/Query-ExpressionDialect_init.txt)
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/v2004_11/Query-ExpressionDialect_init.txt?view=diff&rev=158686&p1=incubator/apollo/trunk/src/templates/1_2_draft05/Query-ExpressionDialect_init.txt&r1=158685&p2=incubator/apollo/trunk/src/templates/v2004_11/Query-ExpressionDialect_init.txt&r2=158686
==============================================================================
---
incubator/apollo/trunk/src/templates/1_2_draft05/Query-ExpressionDialect_init.txt
(original)
+++
incubator/apollo/trunk/src/templates/v2004_11/Query-ExpressionDialect_init.txt
Tue Mar 22 13:56:14 2005
@@ -1,5 +1,5 @@
// initialize wsrp:QueryExpressionDialect property
- org.apache.ws.resource.properties.ResourceProperty queryProp =
m_propSet.get(
org.apache.ws.resource.properties.v2004_11.porttype.QueryResourcePropertiesPortType.PROP_QNAME_QUERY_EXPRESSION_DIALECT
);
+ org.apache.ws.resource.properties.ResourceProperty queryProp =
m_propSet.get(
org.apache.ws.resource.properties.v2004_11.porttype.QueryResourcePropertiesPortType.PROP_QNAME_QUERY_EXPRESSION_DIALECT
);
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.QueryExpressionDialectDocument
queryExpressionDialectDocument =
org.oasisOpen.docs.wsrf.x2004.x11.wsrfWSResourceProperties12Draft05.QueryExpressionDialectDocument.Factory.newInstance();
queryExpressionDialectDocument.setQueryExpressionDialect(org.apache.ws.resource.properties.query.QueryConstants.DIALECT_URI__XPATH1_0.toString());
queryProp.add( queryExpressionDialectDocument );
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]