Author: scamp
Date: Mon Jul 25 10:43:46 2005
New Revision: 225157
URL: http://svn.apache.org/viewcvs?rev=225157&view=rev
Log:
updated for todos
Modified:
webservices/muse/trunk/src/java/org/apache/ws/muws/tool/MuwsWsdl2Java.java
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/capability/impl/RelationshipsCapabilityImpl.java
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/advertiser/ResourceAdvertiserResource.java
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/topics/impl/XmlBeansManagementEventTopicImpl.java
webservices/muse/trunk/src/webapp/fingerprint.jsp
webservices/muse/trunk/src/webapp/happyaxis.jsp
Modified:
webservices/muse/trunk/src/java/org/apache/ws/muws/tool/MuwsWsdl2Java.java
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/java/org/apache/ws/muws/tool/MuwsWsdl2Java.java?rev=225157&r1=225156&r2=225157&view=diff
==============================================================================
--- webservices/muse/trunk/src/java/org/apache/ws/muws/tool/MuwsWsdl2Java.java
(original)
+++ webservices/muse/trunk/src/java/org/apache/ws/muws/tool/MuwsWsdl2Java.java
Mon Jul 25 10:43:46 2005
@@ -26,7 +26,9 @@
import java.io.File;
/**
- * TODO
+ * Generates Java Web service types and skeletons from a WSRF/WSN/MUWS WSDL.
+ *
+ * @author Sal Campana
*/
public class MuwsWsdl2Java extends WsnWsdl2Java
{
Modified:
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/capability/impl/RelationshipsCapabilityImpl.java
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/capability/impl/RelationshipsCapabilityImpl.java?rev=225157&r1=225156&r2=225157&view=diff
==============================================================================
---
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/capability/impl/RelationshipsCapabilityImpl.java
(original)
+++
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/capability/impl/RelationshipsCapabilityImpl.java
Mon Jul 25 10:43:46 2005
@@ -34,7 +34,10 @@
import java.util.List;
/**
- * TODO
+ * Provides an implementation of the queryRelationshipsByType operation in
support for the
+ * MUWS RelationshipsCapability.
+ *
+ * @author Sal Campana
*/
public class RelationshipsCapabilityImpl extends
AbstractResourcePropertiesPortType implements RelationshipsCapability
{
Modified:
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/advertiser/ResourceAdvertiserResource.java
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/advertiser/ResourceAdvertiserResource.java?rev=225157&r1=225156&r2=225157&view=diff
==============================================================================
---
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/advertiser/ResourceAdvertiserResource.java
(original)
+++
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/advertiser/ResourceAdvertiserResource.java
Mon Jul 25 10:43:46 2005
@@ -72,7 +72,6 @@
XmlBeansAdvertisementTopicImpl manageableResourceCreation = new
XmlBeansAdvertisementTopicImpl(AdvertisementCapability.TOPIC_MANAGEABLE_RESOURCE_CREATION_NAME);
XmlBeansAdvertisementTopicImpl manageableResourceDestruction = new
XmlBeansAdvertisementTopicImpl(AdvertisementCapability.TOPIC_MANAGEABLE_RESOURCE_DESTRUCTION_NAME);
- //todo associate these with all the homes....
InitialContext ctx = new InitialContext();
List homes = findHomes(ctx, new ArrayList(),"");
for (int i = 0; i < homes.size(); i++)
Modified:
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/topics/impl/XmlBeansManagementEventTopicImpl.java
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/topics/impl/XmlBeansManagementEventTopicImpl.java?rev=225157&r1=225156&r2=225157&view=diff
==============================================================================
---
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/topics/impl/XmlBeansManagementEventTopicImpl.java
(original)
+++
webservices/muse/trunk/src/java/org/apache/ws/muws/v1_0/topics/impl/XmlBeansManagementEventTopicImpl.java
Mon Jul 25 10:43:46 2005
@@ -75,8 +75,8 @@
}
catch ( Exception e )
{
- // TODO: do we want to throw this and cause the SetRP request to
fault?
- e.printStackTrace();
+ LOG.debug("An exception occurred when attempting to publish a
ResourcePropertyValueChangeEvent:", e);
+ // TODO: This is tricky, we may need to devise a List of
Exceptions to collect any exceptions. The other thing to consider is where
does the exception go?
}
}
@@ -125,8 +125,8 @@
}
catch ( Exception e )
{
- // TODO: do we want to throw this and cause the SetRP request to
fault?
- e.printStackTrace();
+ LOG.debug("An Exception occurred when trying to publish a
ManagementEvent: ", e);
+ // TODO: This is tricky, we may need to devise a List of
Exceptions to collect any exceptions. The other thing to consider is where
does the exception go?
}
}
Modified: webservices/muse/trunk/src/webapp/fingerprint.jsp
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/webapp/fingerprint.jsp?rev=225157&r1=225156&r2=225157&view=diff
==============================================================================
--- webservices/muse/trunk/src/webapp/fingerprint.jsp (original)
+++ webservices/muse/trunk/src/webapp/fingerprint.jsp Mon Jul 25 10:43:46 2005
@@ -34,7 +34,7 @@
key+= "<td>"+timestamp.toString()+"</td>";
return key;
- /* TODO: implement
+ /*
String value=versionProps.getProperty(key);
if (value==null) {
// make it possible to have jars without version nos
@@ -52,7 +52,7 @@
/**
* Split up a classpath-like variable. Returns a list of files.
- * TODO: this can't cope with relative paths. I think theres code in BCEL
that
+ *
* can be used for this?
*/
File[] splitClasspath(String path) throws IOException {
@@ -265,7 +265,7 @@
"weblogic.httpd.servlet.classpath",
null);
} else {
- //TODO: identify more servlet engine classpaths.
+
}
%>
</body>
Modified: webservices/muse/trunk/src/webapp/happyaxis.jsp
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/webapp/happyaxis.jsp?rev=225157&r1=225156&r2=225157&view=diff
==============================================================================
--- webservices/muse/trunk/src/webapp/happyaxis.jsp (original)
+++ webservices/muse/trunk/src/webapp/happyaxis.jsp Mon Jul 25 10:43:46 2005
@@ -40,7 +40,7 @@
/**
* Get a string providing install information.
- * TODO: make this platform aware and give specific hints
+ *
*/
public String getInstallHints(HttpServletRequest request) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]