JBoss Tools SVN: r25172 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-26 16:10:30 -0400 (Sun, 26 Sep 2010)
New Revision: 25172
Modified:
trunk/build/build.xml
Log:
bump up version of Maven to 3.0-beta-3
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2010-09-26 09:01:44 UTC (rev 25171)
+++ trunk/build/build.xml 2010-09-26 20:10:30 UTC (rev 25172)
@@ -2,7 +2,7 @@
<!-- ****************************** Configuration ****************************** -->
<!-- default maven version -->
- <property name="maven.version" value="3.0-beta-1" />
+ <property name="maven.version" value="3.0-beta-3" />
<!-- set name of component(s) to build+test, IN ORDER; if no subcomponents, use "." -->
<property name="COMPONENTS"
15 years, 7 months
JBoss Tools SVN: r25171 - branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-26 05:01:44 -0400 (Sun, 26 Sep 2010)
New Revision: 25171
Modified:
branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/JBDSConstants.java
Log:
[JBDS-1339] corrected product identifier
Modified: branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/JBDSConstants.java
===================================================================
--- branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/JBDSConstants.java 2010-09-25 11:36:03 UTC (rev 25170)
+++ branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/JBDSConstants.java 2010-09-26 09:01:44 UTC (rev 25171)
@@ -15,5 +15,5 @@
public static final String JBDS_MESSAGEKEY_SUFFIX = "_JBDS";
/** the JBDS product feature id */
- public static final String JBDS_PRODUCT_ID = "com.jboss.jbds.product.feature";
+ public static final String JBDS_PRODUCT_ID = "com.jboss.jbds.product.product";
}
15 years, 7 months
JBoss Tools SVN: r25170 - branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/http.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-25 07:36:03 -0400 (Sat, 25 Sep 2010)
New Revision: 25170
Modified:
branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/http/HttpRemotePropertiesProvider.java
Log:
[JBIDE-7023] removed obsolte import
Modified: branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/http/HttpRemotePropertiesProvider.java
===================================================================
--- branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/http/HttpRemotePropertiesProvider.java 2010-09-25 09:45:02 UTC (rev 25169)
+++ branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/http/HttpRemotePropertiesProvider.java 2010-09-25 11:36:03 UTC (rev 25170)
@@ -17,7 +17,6 @@
import java.io.UnsupportedEncodingException;
import java.net.HttpURLConnection;
import java.net.URL;
-import java.util.Dictionary;
import java.util.HashMap;
import java.util.Map;
@@ -27,7 +26,6 @@
import org.jboss.tools.usage.util.LoggingUtils;
import org.jboss.tools.usage.util.StatusUtils;
import org.jboss.tools.usage.util.reader.ReaderUtils;
-import org.osgi.service.component.ComponentContext;
/**
15 years, 7 months
JBoss Tools SVN: r25169 - in branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage: src/org/jboss/tools/usage/tracker/internal and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-25 05:45:02 -0400 (Sat, 25 Sep 2010)
New Revision: 25169
Modified:
branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF
branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/tracker/internal/TrackerMessages.java
Log:
[JBIDE-7023] fixed missing messages log message, fixed missing service error message
Modified: branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF 2010-09-25 09:42:19 UTC (rev 25168)
+++ branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF 2010-09-25 09:45:02 UTC (rev 25169)
@@ -21,7 +21,4 @@
Bundle-Activator: org.jboss.tools.usage.internal.JBossToolsUsageActivator
Bundle-Vendor: %bundle-vendor
Bundle-ActivationPolicy: lazy
-Service-Component: tracker-service.xml, OSGI-INF/propertiesprovider-factory.xml
-Import-Package: org.osgi.service.cm;version="[1.2.1,2.0.0)",
- org.osgi.service.component;version="[1.1.0,2.0.0)"
Modified: branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/tracker/internal/TrackerMessages.java
===================================================================
--- branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/tracker/internal/TrackerMessages.java 2010-09-25 09:42:19 UTC (rev 25168)
+++ branches/jbosstools-3.2.0.Beta1/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/tracker/internal/TrackerMessages.java 2010-09-25 09:45:02 UTC (rev 25169)
@@ -13,7 +13,7 @@
import org.eclipse.osgi.util.NLS;
public class TrackerMessages extends NLS {
- private static final String BUNDLE_NAME = "org.jboss.tools.usage.tracker.messages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.jboss.tools.usage.tracker.internal.messages"; //$NON-NLS-1$
public static String Tracker_Synchronous;
public static String Tracker_Asynchronous;
public static String Tracker_Error;
15 years, 7 months
JBoss Tools SVN: r25168 - trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/tracker/internal.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-25 05:42:19 -0400 (Sat, 25 Sep 2010)
New Revision: 25168
Modified:
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/tracker/internal/TrackerMessages.java
Log:
[JBIDE-7023] fixed missing messages log entries
Modified: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/tracker/internal/TrackerMessages.java
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/tracker/internal/TrackerMessages.java 2010-09-25 04:45:43 UTC (rev 25167)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/tracker/internal/TrackerMessages.java 2010-09-25 09:42:19 UTC (rev 25168)
@@ -13,7 +13,8 @@
import org.eclipse.osgi.util.NLS;
public class TrackerMessages extends NLS {
- private static final String BUNDLE_NAME = "org.jboss.tools.usage.tracker.messages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.jboss.tools.usage.tracker.internal.messages"; //$NON-NLS-1$
+
public static String Tracker_Synchronous;
public static String Tracker_Asynchronous;
public static String Tracker_Error;
15 years, 7 months
JBoss Tools SVN: r25166 - trunk/download.jboss.org/jbosstools/examples.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-25 00:34:23 -0400 (Sat, 25 Sep 2010)
New Revision: 25166
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds30.xml
Log:
./publishExample.sh https://anonsvn.jboss.org/repos/jbosstools/workspace/examples/project-exa...
Modified: trunk/download.jboss.org/jbosstools/examples/project-examples-jbds30.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/examples/project-examples-jbds30.xml 2010-09-25 04:33:32 UTC (rev 25165)
+++ trunk/download.jboss.org/jbosstools/examples/project-examples-jbds30.xml 2010-09-25 04:34:23 UTC (rev 25166)
@@ -1,190 +1,173 @@
<projects>
-<project>
+ <project>
<category>ESB for SOA-P 5.0</category>
<name>helloworld</name>
+ <included-projects> helloworld,helloworld_testclient </included-projects>
<shortDescription>JBoss ESB HelloWorld Example - ESB</shortDescription>
<description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
This example is to prove that the ESB is is properly configured and happy.
As well as to demonstrate the needed minimal files to make a basic ESB component execute.</description>
- <size>59000</size>
+ <size>1101025</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="eclipse-projects">helloworld</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
<category>ESB for SOA-P 5.0</category>
- <name>helloworld_testclient</name>
- <shortDescription>JBoss ESB HelloWorld Example - Client</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
- This example is to demonstrate how to invoke the deployed HelloWorld ESB. It requires the helloworld project.</description>
- <size>1000000</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
- </url>
- </project>
-
- <project>
- <category>ESB for SOA-P 5.0</category>
<name>helloworld_action</name>
+ <included-projects>helloworld_action,helloworld_action_client </included-projects>
<shortDescription>JBoss ESB HelloWorld Action Example - ESB</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
This sample is to demonstrate the use of multiple action invocations from a single configuration. You can use
a single Action class and make multiple method calls or use multiple Action
classes.</description>
- <size>7100</size>
+ <size>26261</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="eclipse-projects">helloworld_action</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
<category>ESB for SOA-P 5.0</category>
- <name>helloworld_action_client</name>
- <shortDescription>JBoss ESB HelloWorld Action Example - Client</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
- This sample is to test the deployed helloworld_action ESB. It requires the helloworld_action project</description>
- <size>18694</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
- </url>
- </project>
-
- <project>
- <category>ESB for SOA-P 5.0</category>
- <name>helloworld_file_action</name>
+ <name>helloworld_file_action</name>
+ <included-projects>helloworld_file_action,helloworld_file_action_client</included-projects>
<shortDescription>JBoss ESB HelloWorld File Action Example - ESB</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
This is a basic example of using the File gateway feature of the JBoss ESB.
Files that are found in a particular directory with a particular extension
are sent to a JMS queue with actions for processing. Before deploy the project, please change some properties according to the readme.txt file.</description>
- <size>7920</size>
+ <size>16505</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="eclipse-projects">helloworld_file_action</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
<category>ESB for SOA-P 5.0</category>
- <name>helloworld_file_action_client</name>
- <shortDescription>JBoss ESB HelloWorld File Action Example - Client</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
- This sample is to test the deployed helloworld_file_action ESB. It requires the helloworld_file_action project.</description>
- <size>18694</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
- </url>
- </project>
- <project>
- <category>ESB for SOA-P 5.0</category>
- <name>webservice_consumer1</name>
+ <name>webservice_consumer1</name>
+ <included-projects>webservice_consumer1,webservice_consumer1_client</included-projects>
<shortDescription>JBoss ESB Web Service consumer1 Example</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
This example demonstrates how to consume a 181 Web Service in an ESB action.
This ESB will make a webservice request that requires a single "toWhom" string parameter.
The webservice will return a greeting response. The ESB simply dislays the response on the
console.</description>
- <size>22500</size>
+ <size>1120499</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="eclipse-projects">webservice_consumer1</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
- <project>
- <category>ESB for SOA-P 5.0</category>
- <name>webservice_consumer1_client</name>
- <shortDescription>JBoss ESB Web Service consumer1 Example - Client</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
- This sample is to test the deployed a comsumer web service.It requires the webservice_consumer1 project.</description>
- <size>1000000</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
- </url>
- </project>
<project>
<category>ESB for SOA-P 5.0</category>
- <name>webservice_producer</name>
+ <name>webservice_producer</name>
+ <included-projects>webservice_producer,webservice_producer_client</included-projects>
<shortDescription>JBoss ESB Web Service producer Example</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
This sample demonstrates how to deploy a JSR181 Webservice endpoint on
JBossESB using the SOAPProcessor action.</description>
- <size>53000</size>
+ <size>55269</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="eclipse-projects">webservice_producer</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
- <project>
- <category>ESB for SOA-P 5.0</category>
- <name>webservice_producer_client</name>
- <shortDescription>JBoss ESB Web Service producer Example - Client</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
- This sample is to test the deployed a web service endpoint.It requires the webservice_producer project.</description>
- <size>14200</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
- </url>
- </project>
<project>
<category>ESB for SOA-P 5.0</category>
<name>transform_CSV2XML</name>
+ <included-projects>transform_CSV2XML,transform_CSV2XML_client</included-projects>
<shortDescription>JBoss ESB Smooks CSV->XML Example</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
This sample demonstrates how to transform a comma separated value (CSV) file to an xml.
The tranformation is done by configuring Smooks and performing two transformation, one
transformation from CSV to an intermediate xml format, and a second transformation from
the intermediate xml format to the target xml.</description>
- <size>7200</size>
+ <size>19434</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="eclipse-projects">transform_CSV2XML</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
<category>ESB for SOA-P 5.0</category>
- <name>transform_CSV2XML_client</name>
- <shortDescription>JBoss ESB Smooks CSV->XML Example - Client</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
- This sample is to test the JBoss ESB smooks CSV->XML transformation.It requires the transform_CSV2XML project.</description>
- <size>16600</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
- </url>
- </project>
-
- <project>
- <category>ESB for SOA-P 5.0</category>
<name>transform_XML2POJO</name>
+ <included-projects>transform_XML2POJO,transform_XML2POJO_client</included-projects>
<shortDescription>JBoss ESB Smooks XML->POJO Example</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
The purpose of the simple_transformation sample is to illustrate the
use of Smooks performing a simple transformation by converting a XML file into
Java POJOs.</description>
- <size>26600</size>
+ <size>40936</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="eclipse-projects">transform_XML2POJO</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
<category>ESB for SOA-P 5.0</category>
- <name>transform_XML2POJO_client</name>
- <shortDescription>JBoss ESB Smooks XML->POJO Example - Client</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
- This sample is to test the JBoss ESB smooks XML->POJO transformation.It requires the transform_XML2POJO project.</description>
- <size>22400</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
- </url>
- </project>
-
- <project>
- <category>ESB for SOA-P 5.0</category>
<name>transform_XML2XML_date_manipulation</name>
+ <included-projects>transform_XML2XML_date_manipulation,transform_XML2XML_date_manipulation_client</included-projects>
<shortDescription>JBoss ESB Smooks XML->XML date-manipulation Example</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
This is another simple sample of how to manually define and apply a Message
Transformation within JBoss ESB.
@@ -195,49 +178,42 @@
SampleOrder date field (see OrderDate.java) and use XSLT for what it's good at
i.e. Templating. Again, the transformed SampleOrder.xml message is just
printed to the Java console (message before and after).</description>
- <size>13600</size>
+ <size>22071</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="eclipse-projects">transform_XML2XML_date_manipulation</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
<category>ESB for SOA-P 5.0</category>
- <name>transform_XML2XML_date_manipulation_client</name>
- <shortDescription>JBoss ESB Smooks XML->XML date-manipulation Example - Client</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
- This sample is to test the JBoss ESB XML->XML date-manipulation transformation.It requires the transform_XML2XML_date_manipulation project.</description>
- <size>18600</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
- </url>
- </project>
-
- <project>
- <category>ESB for SOA-P 5.0</category>
<name>transform_XML2XML_simple</name>
+ <included-projects>transform_XML2XML_simple,transform_XML2XML_simple_client</included-projects>
<shortDescription>JBoss ESB Smooks XML->XML Example</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
This is a very basic sample of how to manually define and apply a Message
Transformation within JBoss ESB. It applies a very simple XSLT to a
SampleOrder.xml message and prints the before and after XML to the console.</description>
- <size>6700</size>
+ <size>19224</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="eclipse-projects">transform_XML2XML_simple</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
-
- <project>
- <category>ESB for SOA-P 5.0</category>
- <name>transform_XML2XML_simple_client</name>
- <shortDescription>JBoss ESB Smooks XML->XML Example - Client</shortDescription>
- <description>NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace.
- This sample is to test the JBoss ESB XML->XML transformation.It requires the transform_XML2XML_simple project.</description>
- <size>17800</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa...
- </url>
- </project>
<project>
<category>Seam</category>
15 years, 7 months
JBoss Tools SVN: r25165 - trunk/download.jboss.org/jbosstools/examples.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-25 00:33:32 -0400 (Sat, 25 Sep 2010)
New Revision: 25165
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-3.0.xml
Log:
./publishExample.sh https://anonsvn.jboss.org/repos/jbosstools/workspace/examples/project-exa...
Modified: trunk/download.jboss.org/jbosstools/examples/project-examples-3.0.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/examples/project-examples-3.0.xml 2010-09-25 04:15:42 UTC (rev 25164)
+++ trunk/download.jboss.org/jbosstools/examples/project-examples-3.0.xml 2010-09-25 04:33:32 UTC (rev 25165)
@@ -360,192 +360,176 @@
</project>
<project>
- <category>ESB</category>
+ <category>ESB for SOA-P 4.3</category>
<name>helloworld</name>
+ <included-projects> helloworld,helloworld_testclient </included-projects>
<shortDescription>JBoss ESB HelloWorld Example - ESB</shortDescription>
- <description>This example is to prove that the ESB is is properly configured and happy.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace.
+ This example is to prove that the ESB is is properly configured and happy.
As well as to demonstrate the needed minimal files to make a basic ESB component execute.</description>
- <size>59000</size>
+ <size>1087454</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
+ <property name="eclipse-projects">helloworld</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 4.3.0 and the runtime name should be "jboss-soa-p.4.3.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
- <category>ESB</category>
- <name>helloworld_testclient</name>
- <shortDescription>JBoss ESB HelloWorld Example - Client</shortDescription>
-
- <description>This example is to demonstrate how to invoke the deployed HelloWorld ESB. It requires the helloworld project.</description>
- <size>1000000</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
- </url>
- </project>
-
- <project>
- <category>ESB</category>
-
+ <category>ESB for SOA-P 4.3</category>
<name>helloworld_action</name>
+ <included-projects>helloworld_action,helloworld_action_client </included-projects>
<shortDescription>JBoss ESB HelloWorld Action Example - ESB</shortDescription>
- <description>This example is to demonstrate the use of multiple action invocations from a single configuration. You can use a single Action class and make multiple method calls or use multiple Action
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace.
+ This example is to demonstrate the use of multiple action invocations from a single configuration. You can use a single Action class and make multiple method calls or use multiple Action
classes.</description>
- <size>7100</size>
+ <size>24456</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
+ <property name="eclipse-projects">helloworld_action</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 4.3.0 and the runtime name should be "jboss-soa-p.4.3.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
- <category>ESB</category>
- <name>helloworld_action_client</name>
- <shortDescription>JBoss ESB HelloWorld Action Example - Client</shortDescription>
- <description>This example is to test the deployed helloworld_action ESB. It requires the helloworld_action project.</description>
- <size>18694</size>
-
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
- </url>
- </project>
-
- <project>
- <category>ESB</category>
+ <category>ESB for SOA-P 4.3</category>
<name>helloworld_file_action</name>
+ <included-projects>helloworld_file_action,helloworld_file_action_client </included-projects>
<shortDescription>JBoss ESB HelloWorld File Action Example - ESB</shortDescription>
- <description>This is a basic example of using the File gateway feature of the JBoss ESB.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace.
+ This is a basic example of using the File gateway feature of the JBoss ESB.
Files that are found in a particular directory with a particular extension
are sent to a JMS queue with actions for processing. Before deploy the project, please change some properties according to the readme.txt file.</description>
- <size>7920</size>
+ <size>15140</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
+ <property name="eclipse-projects">helloworld_file_action</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 4.3.0 and the runtime name should be "jboss-soa-p.4.3.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
- <category>ESB</category>
-
- <name>helloworld_file_action_client</name>
- <shortDescription>JBoss ESB HelloWorld File Action Example - Client</shortDescription>
- <description>This example is to test the deployed helloworld_file_action ESB. It requires the helloworld_file_action project.</description>
- <size>18694</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
- </url>
-
- </project>
- <project>
- <category>ESB</category>
+ <category>ESB for SOA-P 4.3</category>
<name>webservice_consumer1</name>
+ <included-projects>webservice_consumer1,webservice_consumer1_client </included-projects>
<shortDescription>JBoss ESB Web Service consumer1 Example</shortDescription>
- <description>This example demonstrates how to consume a 181 Web Service in an ESB action.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace.
+ This example demonstrates how to consume a 181 Web Service in an ESB action.
This ESB will make a webservice request that requires a single "toWhom" string parameter.
The webservice will return a greeting response. The ESB simply displays the response on the console.
</description>
- <size>22500</size>
+ <size>1094434</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/webs...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/web...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
+ <property name="eclipse-projects">webservice_consumer1</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 4.3.0 and the runtime name should be "jboss-soa-p.4.3.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
- <category>ESB</category>
- <name>webservice_consumer1_client</name>
- <shortDescription>JBoss ESB Web Service consumer1 Example - Client</shortDescription>
-
- <description>This example is to test the deployed a consumer web service.It requires the webservice_consumer1 project.</description>
- <size>1000000</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/webs...
- </url>
- </project>
-
- <project>
- <category>ESB</category>
-
+ <category>ESB for SOA-P 4.3</category>
<name>webservice_producer</name>
+ <included-projects>webservice_producer,webservice_producer_client </included-projects>
<shortDescription>JBoss ESB Web Service producer Example</shortDescription>
- <description>This sample demonstrates how to deploy a JSR181 Webservice endpoint on
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace.
+ This sample demonstrates how to deploy a JSR181 Webservice endpoint on
JBossESB using the SOAPProcessor action.</description>
- <size>53000</size>
+ <size>52601</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/webs...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/web...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
+ <property name="eclipse-projects">webservice_producer</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 4.3.0 and the runtime name should be "jboss-soa-p.4.3.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
- <category>ESB</category>
- <name>webservice_producer_client</name>
- <shortDescription>JBoss ESB Web Service producer Example - Client</shortDescription>
- <description>This sample is to test the deployed a web service endpoint.It requires the webservice_producer project.</description>
-
- <size>14200</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/webs...
- </url>
- </project>
-
- <project>
- <category>ESB</category>
+ <category>ESB for SOA-P 4.3</category>
<name>transform_CSV2XML</name>
-
+ <included-projects>transform_CSV2XML,transform_CSV2XML_client </included-projects>
<shortDescription>JBoss ESB Smooks CSV->XML Example</shortDescription>
- <description>This sample demonstrates how to transform a comma separated value (CSV) file to an xml.
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace.
+ This sample demonstrates how to transform a comma separated value (CSV) file to an xml.
The tranformation is done by configuring Smooks and performing two transformation, one transformation from CSV to an intermediate xml format, and a second transformation from the intermediate xml format to the target xml.</description>
- <size>7200</size>
+ <size>18354</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/tra...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
+ <property name="eclipse-projects">transform_CSV2XML</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 4.3.0 and the runtime name should be "jboss-soa-p.4.3.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
- <category>ESB</category>
- <name>transform_CSV2XML_client</name>
- <shortDescription>JBoss ESB Smooks CSV->XML Example - Client</shortDescription>
- <description>This sample is to test the JBoss ESB smooks CSV->XML transformation.It requires the transform_CSV2XML project.</description>
- <size>16600</size>
-
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
- </url>
- </project>
-
- <project>
- <category>ESB</category>
+ <category>ESB for SOA-P 4.3</category>
<name>transform_XML2POJO</name>
+ <included-projects>transform_XML2POJO,transform_XML2POJO_client </included-projects>
<shortDescription>JBoss ESB Smooks XML->POJO Example</shortDescription>
- <description>The purpose of the simple_transformation sample is to illustrate the
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace.
+ The purpose of the simple_transformation sample is to illustrate the
use of Smooks performing a simple transformation by converting a XML file into
Java POJOs.</description>
- <size>26600</size>
+ <size>33104</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/tra...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
+ <property name="eclipse-projects">transform_XML2POJO</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 4.3.0 and the runtime name should be "jboss-soa-p.4.3.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
- <category>ESB</category>
-
- <name>transform_XML2POJO_client</name>
- <shortDescription>JBoss ESB Smooks XML->POJO Example - Client</shortDescription>
- <description>This sample is to test the JBoss ESB smooks XML->POJO transformation.It requires the transform_XML2POJO project.</description>
- <size>22400</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
- </url>
-
- </project>
-
- <project>
- <category>ESB</category>
+ <category>ESB for SOA-P 4.3</category>
<name>transform_XML2XML_date_manipulation</name>
+ <included-projects>transform_XML2XML_date_manipulation,transform_XML2XML_date_manipulation_client </included-projects>
<shortDescription>JBoss ESB Smooks XML->XML date-manipulation Example</shortDescription>
- <description>This is another simple sample of how to manually define and apply a Message
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace.
+ This is another simple sample of how to manually define and apply a Message
Transformation within JBoss ESB.
This sample is an extension of the "transformation_XML2XML_simple"
@@ -556,66 +540,42 @@
i.e. Templating. Again, the transformed SampleOrder.xml message is just
printed to the Java console (message before and after).</description>
- <size>13600</size>
+ <size>20313</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/tra...
</url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
+ <property name="eclipse-projects">transform_XML2XML_date_manipulation</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 4.3.0 and the runtime name should be "jboss-soa-p.4.3.0 Runtime"</property>
+ </fix>
+ </fixes>
</project>
<project>
- <category>ESB</category>
- <name>transform_XML2XML_date_manipulation_client</name>
-
- <shortDescription>JBoss ESB Smooks XML->XML date-manipulation Example - Client</shortDescription>
- <description>This sample is to test the JBoss ESB XML->XML date-manipulation transformation.It requires the transform_XML2XML_date_manipulation project.</description>
- <size>18600</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
- </url>
- </project>
-
- <project>
- <category>ESB</category>
+ <category>ESB for SOA-P 4.3</category>
<name>transform_XML2XML_simple</name>
+ <included-projects>transform_XML2XML_simple,transform_XML2XML_simple_client </included-projects>
<shortDescription>JBoss ESB Smooks XML->XML Example</shortDescription>
- <description>This is a very basic sample of how to manually define and apply a Message
+ <description>NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace.
+ This is a very basic sample of how to manually define and apply a Message
Transformation within JBoss ESB. It applies a very simple XSLT to a
SampleOrder.xml message and prints the before and after XML to the console.</description>
- <size>6700</size>
+ <size>18168</size>
<url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/tra...
</url>
- </project>
-
- <project>
- <category>ESB</category>
- <name>transform_XML2XML_simple_client</name>
- <shortDescription>JBoss ESB Smooks XML->XML Example - Client</shortDescription>
-
- <description>This sample is to test the JBoss ESB XML->XML transformation.It requires the transform_XML2XML_simple project.</description>
- <size>17800</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
- </url>
- </project>
- <project>
- <category>RichFaces</category>
- <name>RichFaces 3.2.2.SP1 Demo Application for JBoss AS 4.2.X</name>
- <included-projects>richfaces-demo</included-projects>
- <shortDescription>RichFaces 3.2.2.SP1 Demo Application - WAR</shortDescription>
- <description>This example contains RichFaces 3.2.2.SP1 Demo Application. It requires JBoss EAP 4.3 or JBoss AS 4.2.x.</description>
- <size>10640749</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin/examples/rf/...
- </url>
<fixes>
<fix type="wtpruntime">
- <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43, org.jboss.ide.eclipse.as.runtime.42</property>
- <property name="description">This project example requires the JBoss EAP 4.3 or JBoss AS 4.2.x</property>
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
+ <property name="eclipse-projects">transform_XML2XML_simple</property>
+ <property name="required-components">esb</property>
+ <property name="description">This project example requires the JBoss SOA-P 4.3.0 and the runtime name should be "jboss-soa-p.4.3.0 Runtime"</property>
</fix>
</fixes>
</project>
-
</projects>
15 years, 7 months
JBoss Tools SVN: r25164 - branches/jbosstools-3.2.0.Beta1/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-25 00:15:42 -0400 (Sat, 25 Sep 2010)
New Revision: 25164
Modified:
branches/jbosstools-3.2.0.Beta1/build/aggregate/site/site.xml
Log:
https://jira.jboss.org/browse/JBIDE-6927 hide org.scribble.protocol.feature from SOA category
Modified: branches/jbosstools-3.2.0.Beta1/build/aggregate/site/site.xml
===================================================================
--- branches/jbosstools-3.2.0.Beta1/build/aggregate/site/site.xml 2010-09-25 01:49:13 UTC (rev 25163)
+++ branches/jbosstools-3.2.0.Beta1/build/aggregate/site/site.xml 2010-09-25 04:15:42 UTC (rev 25164)
@@ -285,7 +285,6 @@
<category name="SOATools" />
</feature>
<feature url="features/org.scribble.protocol.feature_0.0.0.jar" id="org.scribble.protocol.feature" version="0.0.0">
- <category name="SOATools" />
</feature>
</site>
15 years, 7 months
JBoss Tools SVN: r25163 - branches/jbosstools-3.2.0.Beta1/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-24 21:49:13 -0400 (Fri, 24 Sep 2010)
New Revision: 25163
Modified:
branches/jbosstools-3.2.0.Beta1/build/aggregate/site/site.xml
Log:
move pi4soa core feature to SOA category (instead of All), and list the Scribble Protocol feature in SOA only
Modified: branches/jbosstools-3.2.0.Beta1/build/aggregate/site/site.xml
===================================================================
--- branches/jbosstools-3.2.0.Beta1/build/aggregate/site/site.xml 2010-09-25 01:36:43 UTC (rev 25162)
+++ branches/jbosstools-3.2.0.Beta1/build/aggregate/site/site.xml 2010-09-25 01:49:13 UTC (rev 25163)
@@ -265,7 +265,7 @@
<category name="SOATools" />
</feature>
<feature url="features/org.pi4soa.core.feature_0.0.0.jar" id="org.pi4soa.core.feature" version="0.0.0">
- <category name="AllTools" />
+ <category name="SOATools" />
</feature>
<feature url="features/org.teiid.datatools.connectivity.feature_0.0.0.jar" id="org.teiid.datatools.connectivity.feature" version="0.0.0">
@@ -285,7 +285,6 @@
<category name="SOATools" />
</feature>
<feature url="features/org.scribble.protocol.feature_0.0.0.jar" id="org.scribble.protocol.feature" version="0.0.0">
- <category name="AllTools" />
<category name="SOATools" />
</feature>
15 years, 7 months