JBoss Tools SVN: r12730 - trunk/as/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2008-12-19 11:58:52 -0500 (Fri, 19 Dec 2008)
New Revision: 12730
Modified:
trunk/as/docs/reference/en/modules/perspective.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-510 up-to-date "updated/new" markers are added
Modified: trunk/as/docs/reference/en/modules/perspective.xml
===================================================================
--- trunk/as/docs/reference/en/modules/perspective.xml 2008-12-19 16:43:26 UTC (rev 12729)
+++ trunk/as/docs/reference/en/modules/perspective.xml 2008-12-19 16:58:52 UTC (rev 12730)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="perspective" xreflabel="perspective">
+<chapter id="perspective" xreflabel="perspective" role="updated">
<?dbhtml filename="perspective.html"?>
<chapterinfo>
<keywordset>
@@ -22,7 +22,7 @@
<property>Project Archives View</property> and the <property>JBoss Server
View</property>.</para>
- <section id="JBossServerView">
+ <section id="JBossServerView" role="updated">
<?dbhtml filename="JBossServerView.html"?>
<title>The JBoss Server View</title>
<para>Let's have a look at the <property>JBoss Server View</property> and inspect
@@ -595,7 +595,7 @@
</section>
- <section id="Project_archivesView">
+ <section id="Project_archivesView" role="updated">
<title>Project Archives View</title>
<para>Every application, whether Plain Old Java, J2EE, or some other language altogether,
needs to be packaged in some way. In Java-related projects, many people use ANT. JBoss
17 years
JBoss Tools SVN: r12729 - trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2008-12-19 11:43:26 -0500 (Fri, 19 Dec 2008)
New Revision: 12729
Modified:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java
Log:
[JBIDE-3399] never copy and paste from an existing class into another project unless the project is top-level in your workspace (in order to see the messed up imports). D'oh!
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java 2008-12-19 16:35:21 UTC (rev 12728)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java 2008-12-19 16:43:26 UTC (rev 12729)
@@ -2,9 +2,7 @@
import junit.framework.Test;
import junit.framework.TestSuite;
-import org.jboss.tools.jmx.core.tests.DefaultMBeanServerConnectionFactoryTest;
-import org.jboss.tools.jmx.core.tests.DefaultProviderTest;
-import org.jboss.tools.jmx.core.tests.NodeBuilderTestCase;
+import org.jboss.tools.jbpm.convert.test.BpmnConvertTest;
public class JBPMConvertAllTests {
17 years
JBoss Tools SVN: r12728 - in branches/jbosstools-3.0.0.CR1/jmx/tests: org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/tests and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2008-12-19 11:35:21 -0500 (Fri, 19 Dec 2008)
New Revision: 12728
Added:
branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/JMXCoreAllTests.java
branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/JMXUIAllTests.java
Removed:
branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/AllTests.java
branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/tests/DefaultMBeanServerConnectionFactoryTest.java
branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/AllTests.java
Modified:
branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/tests/DefaultProviderTest.java
Log:
[JBIDE-3401] backport from trunk
Deleted: branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/AllTests.java
===================================================================
--- branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/AllTests.java 2008-12-19 16:26:55 UTC (rev 12727)
+++ branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/AllTests.java 2008-12-19 16:35:21 UTC (rev 12728)
@@ -1,18 +0,0 @@
-package org.jboss.tools.jmx.core;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.jboss.tools.jmx.core.tests.DefaultMBeanServerConnectionFactoryTest;
-import org.jboss.tools.jmx.core.tests.DefaultProviderTest;
-import org.jboss.tools.jmx.core.tests.NodeBuilderTestCase;
-
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite();
- suite.addTestSuite(DefaultMBeanServerConnectionFactoryTest.class);
- suite.addTestSuite(DefaultProviderTest.class);
- suite.addTestSuite(NodeBuilderTestCase.class);
- return suite;
- }
-}
Added: branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/JMXCoreAllTests.java
===================================================================
--- branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/JMXCoreAllTests.java (rev 0)
+++ branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/JMXCoreAllTests.java 2008-12-19 16:35:21 UTC (rev 12728)
@@ -0,0 +1,16 @@
+package org.jboss.tools.jmx.core;
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.jboss.tools.jmx.core.tests.DefaultProviderTest;
+import org.jboss.tools.jmx.core.tests.NodeBuilderTestCase;
+
+
+public class JMXCoreAllTests {
+ public static Test suite() {
+ TestSuite suite = new TestSuite();
+ suite.addTestSuite(DefaultProviderTest.class);
+ suite.addTestSuite(NodeBuilderTestCase.class);
+ return suite;
+ }
+}
Deleted: branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/tests/DefaultMBeanServerConnectionFactoryTest.java
===================================================================
--- branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/tests/DefaultMBeanServerConnectionFactoryTest.java 2008-12-19 16:26:55 UTC (rev 12727)
+++ branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/tests/DefaultMBeanServerConnectionFactoryTest.java 2008-12-19 16:35:21 UTC (rev 12728)
@@ -1,60 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 Jeff Mesnil
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *******************************************************************************/
-
-package org.jboss.tools.jmx.core.tests;
-
-import junit.framework.TestCase;
-
-public class DefaultMBeanServerConnectionFactoryTest extends TestCase {
-//
-// private String correctURL;
-//
-// private JMXConnectorServer cs;
-//
-// protected void setUp() throws Exception {
-// super.setUp();
-// MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();
-// JMXServiceURL url = new JMXServiceURL("service:jmx:rmi://"); //$NON-NLS-1$
-// cs = JMXConnectorServerFactory.newJMXConnectorServer(url, null, mbs);
-// cs.start();
-// correctURL = cs.getAddress().toString();
-// System.out.println(correctURL);
-// }
-//
-// protected void tearDown() throws Exception {
-// cs.stop();
-// correctURL = null;
-// super.tearDown();
-// }
-//
-// public void testConnectToNullURL() throws Exception {
-// DefaultMBeanServerConnectionFactory factory = new DefaultMBeanServerConnectionFactory();
-// try {
-// factory.createMBeanServerConnection(null);
-// fail("should not connect to null descriptor"); //$NON-NLS-1$
-// } catch (Exception e) {
-// }
-// }
-//
-// public void testConnectToBadURL() throws Exception {
-// DefaultMBeanServerConnectionFactory factory = new DefaultMBeanServerConnectionFactory();
-// MBeanServerConnectionDescriptor descriptor = new MBeanServerConnectionDescriptor(UUID.randomUUID().toString(), "service:whatever", null, null);
-// try {
-// factory.createMBeanServerConnection(descriptor);
-// fail("should not connect to bad URL"); //$NON-NLS-1$
-// } catch (Exception e) {
-// }
-// }
-//
-// public void testConnectToURL() throws Exception {
-// DefaultMBeanServerConnectionFactory factory = new DefaultMBeanServerConnectionFactory();
-// MBeanServerConnectionDescriptor descriptor = new MBeanServerConnectionDescriptor(correctURL, correctURL, null, null);
-// MBeanServerConnection mbsc = factory.createMBeanServerConnection(descriptor);
-// assertNotNull(mbsc);
-// }
-}
Modified: branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/tests/DefaultProviderTest.java
===================================================================
--- branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/tests/DefaultProviderTest.java 2008-12-19 16:26:55 UTC (rev 12727)
+++ branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/tests/DefaultProviderTest.java 2008-12-19 16:35:21 UTC (rev 12728)
@@ -20,12 +20,16 @@
import org.eclipse.debug.core.ILaunchConfigurationType;
import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy;
import org.eclipse.debug.core.ILaunchManager;
+import org.eclipse.debug.core.IStreamListener;
+import org.eclipse.debug.core.model.IProcess;
+import org.eclipse.debug.core.model.IStreamMonitor;
import org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants;
import org.jboss.tools.jmx.core.ExtensionManager;
import org.jboss.tools.jmx.core.IConnectionProvider;
import org.jboss.tools.jmx.core.IConnectionWrapper;
import org.jboss.tools.jmx.core.providers.DefaultConnectionProvider;
import org.jboss.tools.jmx.core.tests.util.TestProjectProvider;
+import org.jboss.tools.jmx.core.tree.DomainNode;
import org.jboss.tools.jmx.core.tree.Node;
import org.jboss.tools.jmx.core.tree.Root;
@@ -81,6 +85,20 @@
ILaunchConfigurationWorkingCopy wc = createLaunch();
ILaunch launch = wc.launch("run", new NullProgressMonitor());
+ /* */
+ IProcess p = launch.getProcesses()[0];
+ p.getStreamsProxy().getErrorStreamMonitor().addListener(new IStreamListener() {
+ public void streamAppended(String text, IStreamMonitor monitor) {
+ System.out.println("[error] " + text);
+ }
+ });
+ p.getStreamsProxy().getOutputStreamMonitor().addListener(new IStreamListener() {
+ public void streamAppended(String text, IStreamMonitor monitor) {
+ System.out.println("[out] " + text);
+ }
+ });
+
+ /* */
Thread.sleep(10000);
try {
@@ -105,7 +123,14 @@
Node[] children = root.getChildren();
assertTrue("children were null", children != null);
- assertEquals("Example had the wrong number of domains", 5, children.length);
+ assertTrue("children length was less than 1", children.length >= 0);
+
+ boolean found = false;
+ for( int i = 0; i < children.length; i++ )
+ if( children[i] instanceof DomainNode && ((DomainNode)children[i]).getDomain().equals("com.example"))
+ found = true;
+
+ assertTrue("Domain \"com.example\" not found", found);
} finally {
projectProvider.dispose();
launch.terminate();
Deleted: branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/AllTests.java
===================================================================
--- branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/AllTests.java 2008-12-19 16:26:55 UTC (rev 12727)
+++ branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/AllTests.java 2008-12-19 16:35:21 UTC (rev 12728)
@@ -1,14 +0,0 @@
-package org.jboss.tools.jmx.ui;
-import org.jboss.tools.jmx.ui.internal.MBeanUtilsTestCase;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-
-public class AllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite();
- suite.addTestSuite(MBeanUtilsTestCase.class);
- return suite;
- }
-}
Added: branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/JMXUIAllTests.java
===================================================================
--- branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/JMXUIAllTests.java (rev 0)
+++ branches/jbosstools-3.0.0.CR1/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/JMXUIAllTests.java 2008-12-19 16:35:21 UTC (rev 12728)
@@ -0,0 +1,14 @@
+package org.jboss.tools.jmx.ui;
+import org.jboss.tools.jmx.ui.internal.MBeanUtilsTestCase;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+
+public class JMXUIAllTests {
+ public static Test suite() {
+ TestSuite suite = new TestSuite();
+ suite.addTestSuite(MBeanUtilsTestCase.class);
+ return suite;
+ }
+}
17 years
JBoss Tools SVN: r12727 - trunk/esb/docs/esb_ref_guide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2008-12-19 11:26:55 -0500 (Fri, 19 Dec 2008)
New Revision: 12727
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-452
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 16:15:51 UTC (rev 12726)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 16:26:55 UTC (rev 12727)
@@ -290,10 +290,10 @@
<para>Having configured JBoss Enterprise SOA Platform for your ESB project you don't need to install and configure ESB server and runtime as they are already included.</para>
<para>Check here to find more details on the platform: <ulink url="http://www.jboss.com/products/platforms/soa">JBoss Enterprise SOA Platform</ulink> and <ulink url="http://www.jboss.com/products/platforms/soa/components">JBoss Enterprise SOA Platform Component Details</ulink>.</para>
- <para>You can know what is SOA here: <ulink url="http://www.jboss.org/jbossesb/resources/SOABasics.html">Basics of SOA</ulink> and <ulink url="http://www.jboss.org/jbossesb/resources/SOAEOA.html">SOA and EOA</ulink>.</para>
+ <para>You can find out what is SOA here: <ulink url="http://www.jboss.org/jbossesb/resources/SOABasics.html">Basics of SOA</ulink> and <ulink url="http://www.jboss.org/jbossesb/resources/SOAEOA.html">SOA and EOA</ulink>.</para>
- <para>To configure the SOA platform select <emphasis>
- <property>Window >Preferences > Server > Runtime Enironments</property></emphasis>, that will open the Server Runtime Environments Preferences page where you can add, remove and edit a Server Runtime Environment.</para>
+ <para>To configure the JBoss Enterprise SOA platform select <emphasis>
+ <property>Window > Preferences > Server > Runtime Enironments</property></emphasis>, that will open the Server Runtime Environments Preferences page where you can add, remove and edit a Server Runtime Environment.</para>
<figure>
<title>Configure new Server Runtime Environment</title>
@@ -304,7 +304,7 @@
</mediaobject>
</figure>
- <para>Select <emphasis><property>Add</property></emphasis>, choose <emphasis><property>JBoss 4.2 Runtime</property></emphasis> as a type of runtime environment, check the <emphasis><property>Create a new local server</property></emphasis> checkbox and click <emphasis><property>Next</property></emphasis>.</para>
+ <para>Select <emphasis><property>Add</property></emphasis>, choose <emphasis><property>JBoss 4.2 Runtime</property></emphasis> as a type of runtime environment, check the <emphasis><property>Create a new local server</property></emphasis> checkbox and click <emphasis><property>Next</property></emphasis>:</para>
<figure>
<title>Type of Server Runtime Environment</title>
<mediaobject>
@@ -335,10 +335,10 @@
</imageobject>
</mediaobject>
</figure>
- <para>Then you will need to add JBoss ESB libraries to your projects to configure the SOA server runtime exactly for your projects. Right-click on your project, select <emphasis><property>Build Path > Add JBoss ESB libraries</property></emphasis>: </para>
+ <para>Then you will need to add JBoss ESB libraries to your projects to configure the SOA server runtime exactly for your projects. Right-click on your project, select <emphasis><property>Build Path > Add Libraries</property></emphasis>:</para>
<figure>
- <title>Add ESB Libraries</title>
+ <title>Add Libraries</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/esb_project/17_Add_new_libraries.png"/>
@@ -346,7 +346,7 @@
</mediaobject>
</figure>
- <para>Choose <emphasis><property>JBoss ESB Libraries</property></emphasis>:</para>
+ <para>Choose <emphasis><property>JBoss ESB Libraries</property></emphasis> and click <emphasis><property>Next</property></emphasis>:</para>
<figure>
<title>ESB Libraries</title>
@@ -368,7 +368,7 @@
</imageobject>
</mediaobject>
</figure>
-
+ <para>Click <emphasis><property>Finish</property></emphasis>.</para>
<para>Now you can deploy your Helloworld project to the server and run a test class in the client Java project to see the test result in the Console view.</para>
17 years
JBoss Tools SVN: r12726 - trunk/esb/docs/esb_ref_guide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2008-12-19 11:15:51 -0500 (Fri, 19 Dec 2008)
New Revision: 12726
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-452
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 16:14:58 UTC (rev 12725)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 16:15:51 UTC (rev 12726)
@@ -335,9 +335,41 @@
</imageobject>
</mediaobject>
</figure>
- <para>Then you will need to add JBoss ESB libraries to your projects to configure the SOA server runtime exactly for your ptojects. Right-click on your project, select <emphasis><property>Build Path > Add JBoss ESB libraries</property></emphasis>. Now you can deploy your Helloworld project to the server and run a test class in the client Java project to see the test result in the Console view.</para>
+ <para>Then you will need to add JBoss ESB libraries to your projects to configure the SOA server runtime exactly for your projects. Right-click on your project, select <emphasis><property>Build Path > Add JBoss ESB libraries</property></emphasis>: </para>
+ <figure>
+ <title>Add ESB Libraries</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/17_Add_new_libraries.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Choose <emphasis><property>JBoss ESB Libraries</property></emphasis>:</para>
+
+ <figure>
+ <title>ESB Libraries</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/18_select_libraries.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Select the necessary runtime to add to the project classpath:</para>
+
+
+ <figure>
+ <title>Select a ESB runtime</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/19_select_runtime.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Now you can deploy your Helloworld project to the server and run a test class in the client Java project to see the test result in the Console view.</para>
17 years
JBoss Tools SVN: r12725 - trunk/esb/docs/esb_ref_guide/en/images/esb_project.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2008-12-19 11:14:58 -0500 (Fri, 19 Dec 2008)
New Revision: 12725
Added:
trunk/esb/docs/esb_ref_guide/en/images/esb_project/18_select_libraries.png
trunk/esb/docs/esb_ref_guide/en/images/esb_project/19_select_runtime.png
Log:
https://jira.jboss.org/jira/browse/JBDS-452
Added: trunk/esb/docs/esb_ref_guide/en/images/esb_project/18_select_libraries.png
===================================================================
(Binary files differ)
Property changes on: trunk/esb/docs/esb_ref_guide/en/images/esb_project/18_select_libraries.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/esb/docs/esb_ref_guide/en/images/esb_project/19_select_runtime.png
===================================================================
(Binary files differ)
Property changes on: trunk/esb/docs/esb_ref_guide/en/images/esb_project/19_select_runtime.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years
JBoss Tools SVN: r12724 - trunk/esb/docs/esb_ref_guide/en/images/esb_project.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2008-12-19 11:10:40 -0500 (Fri, 19 Dec 2008)
New Revision: 12724
Added:
trunk/esb/docs/esb_ref_guide/en/images/esb_project/17_Add_new_libraries.png
Log:
https://jira.jboss.org/jira/browse/JBDS-452
Added: trunk/esb/docs/esb_ref_guide/en/images/esb_project/17_Add_new_libraries.png
===================================================================
(Binary files differ)
Property changes on: trunk/esb/docs/esb_ref_guide/en/images/esb_project/17_Add_new_libraries.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years
JBoss Tools SVN: r12723 - in trunk: documentation/guides/GettingStartedGuide/en/modules and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2008-12-19 11:06:10 -0500 (Fri, 19 Dec 2008)
New Revision: 12723
Modified:
trunk/as/docs/reference/en/modules/modules.xml
trunk/as/docs/reference/en/modules/quick_start.xml
trunk/as/docs/reference/en/modules/runtimes_servers.xml
trunk/as/docs/reference/en/modules/webtools.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml
trunk/hibernatetools/docs/reference/en/modules/plugins.xml
trunk/jsf/docs/userguide/en/modules/palette.xml
trunk/jsf/docs/userguide/en/modules/spring_tools.xml
trunk/seam/docs/reference/en/modules/directory_structure.xml
trunk/seam/docs/reference/en/modules/intro.xml
trunk/seam/docs/reference/en/modules/seam_editors.xml
trunk/ws/docs/reference/en/modules/client.xml
trunk/ws/docs/reference/en/modules/preference.xml
trunk/ws/docs/reference/en/modules/webproject.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-510 out-of-date "updated/new" markers are deleted
Modified: trunk/as/docs/reference/en/modules/modules.xml
===================================================================
--- trunk/as/docs/reference/en/modules/modules.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/as/docs/reference/en/modules/modules.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -7,7 +7,7 @@
are several ways to do it provided by WTP, and some additional methods provided by JBoss
Tools. These methods are described further in this chapter.</para>
- <section revisionflag="changed">
+ <section>
<title>Deploying on the Package Explorer</title>
<para>On the package explorer it is possible to publish either a project to a server or just
Modified: trunk/as/docs/reference/en/modules/quick_start.xml
===================================================================
--- trunk/as/docs/reference/en/modules/quick_start.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/as/docs/reference/en/modules/quick_start.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="quick_start" revisionflag="added">
+<chapter id="quick_start">
<title>Quick Start with JBoss Server</title>
<para>This chapter covers the basics of working with the JBoss server. If you already have
Modified: trunk/as/docs/reference/en/modules/runtimes_servers.xml
===================================================================
--- trunk/as/docs/reference/en/modules/runtimes_servers.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/as/docs/reference/en/modules/runtimes_servers.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -187,7 +187,7 @@
arguments</link>. They are often backed by a runtime object representing that server's
location.</para>
- <section revisionflag="changed">
+ <section>
<title>Creating a New Server</title>
<para>There are many ways to get to the new server wizard. One way is to use the old standard <emphasis>
Modified: trunk/as/docs/reference/en/modules/webtools.xml
===================================================================
--- trunk/as/docs/reference/en/modules/webtools.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/as/docs/reference/en/modules/webtools.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -30,7 +30,7 @@
</section>
- <section revisionflag="changed">
+ <section>
<title>Adding Facets to a Project</title>
<para>In this section we're going to consider the facets added by <property>JBoss
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="first_seam" xreflabel="first_seam" revisionflag="added" role="updated">
+<chapter id="first_seam" xreflabel="first_seam" >
<?dbhtml filename="first_seam.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/hibernatetools/docs/reference/en/modules/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -27,7 +27,7 @@
</note>
</section>
- <section id="map_file_wizard" revisionflag="added">
+ <section id="map_file_wizard">
<title>Creating a Hibernate Mapping File</title>
<para>Hibernate mapping files are used to specify how your objects are related to database
@@ -1235,7 +1235,7 @@
</section>
</section>
- <section id="map_config_struct_editor" revisionflag="added">
+ <section id="map_config_struct_editor" >
<title>Structured Hibernate Mapping and Configuration File Editor</title>
<para>The structured editor represents the file in the tree form. It also allows to modify the
structure of the file and its elements with the help of tables provided on the right-hand
@@ -1566,7 +1566,7 @@
</section>
</section>
- <section revisionflag="changed">
+ <section>
<title>Prototyping Queries</title>
<para>Queries can be prototyped by entering them in the <property>HQL</property> or
Modified: trunk/jsf/docs/userguide/en/modules/palette.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/palette.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/jsf/docs/userguide/en/modules/palette.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<chapter id="palette" xreflabel="palette" revisionflag="changed">
+<chapter id="palette" xreflabel="palette">
<?dbhtml filename="palette.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/jsf/docs/userguide/en/modules/spring_tools.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/spring_tools.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/jsf/docs/userguide/en/modules/spring_tools.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="springTools" revisionflag="added">
+<chapter id="springTools">
<?dbhtml filename="springTools.html"?>
<title>Spring Tools</title>
Modified: trunk/seam/docs/reference/en/modules/directory_structure.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/directory_structure.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/seam/docs/reference/en/modules/directory_structure.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="directory_str" xreflabel="directory_str" revisionflag="added">
+<chapter id="directory_str" xreflabel="directory_str" >
<?dbhtml filename="directory_structure.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/seam/docs/reference/en/modules/intro.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/intro.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/seam/docs/reference/en/modules/intro.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -25,7 +25,7 @@
applications with many component frameworks.</para>
</section>
- <section revisionflag="added">
+ <section>
<title>Installation into Eclipse</title>
<para>Here, we are going to explain how to install Seam plugin into Eclipse.</para>
Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_editors.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -111,7 +111,7 @@
execute all the active WTP validations.</para>
</section>
- <section id="ComponentsEditor" revisionflag="changed">
+ <section id="ComponentsEditor">
<title>Structured components.xml Editor</title>
<para>When editing <property>components.xml</property> a structured tree editor is available
Modified: trunk/ws/docs/reference/en/modules/client.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/client.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/ws/docs/reference/en/modules/client.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="client" revisionflag="added">
+<chapter id="client" >
<title>Creating a Web Service Client from a WSDL Document using JBoss WS</title>
<para>To create a Web Service Client from a WSDL Document using JBoss WS:</para>
<para>Setup <link linkend="preference">JBoss WS and development environment</link>.</para>
Modified: trunk/ws/docs/reference/en/modules/preference.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/preference.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/ws/docs/reference/en/modules/preference.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="preference" revisionflag="added">
+<chapter id="preference" >
<title>JBoss WS and development environment</title>
<section id="jbosswspreference">
<title>JBossWS Preferences</title>
Modified: trunk/ws/docs/reference/en/modules/webproject.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/webproject.xml 2008-12-19 15:46:27 UTC (rev 12722)
+++ trunk/ws/docs/reference/en/modules/webproject.xml 2008-12-19 16:06:10 UTC (rev 12723)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="webproject" revisionflag="added">
+<chapter id="webproject">
<title>Creating a Dynamic Web project</title>
<para>Before creating a web service, you should have a Dynamic Web Project created:</para>
17 years
JBoss Tools SVN: r12722 - trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2008-12-19 10:46:27 -0500 (Fri, 19 Dec 2008)
New Revision: 12722
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/scrollableDataTable.xhtml
Log:
CODING IN PROGRESS - issue JBIDE-3431: rich:scrollableDataTable does not render h:column properly in VPE
https://jira.jboss.org/jira/browse/JBIDE-3431
The test of scrollableDataTable has been updated.
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/scrollableDataTable.xhtml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/scrollableDataTable.xhtml 2008-12-19 15:39:41 UTC (rev 12721)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/scrollableDataTable.xhtml 2008-12-19 15:46:27 UTC (rev 12722)
@@ -11,14 +11,9 @@
<body>
<f:view>
-<rich:scrollableDataTable id="scrollableDataTable" rowKeyVar="rkv" frozenColCount="1"
- height="100" width="500" id="carList" rows="40"
- columnClasses="col" value="#{dataTableScrollerBean.allCars}"
- var="category" sortMode="single"
- binding="#{dataTableScrollerBean.table}"
- sortOrder="#{dataTableScrollerBean.order}"
- selection="#{dataTableScrollerBean.selection}">
+<rich:scrollableDataTable id="scrollableDataTable" rowKeyVar="rkv" frozenColCount="1" height="100" width="500" id="carList" rows="40" columnClasses="col" value="#{dataTableScrollerBean.allCars}" var="category" sortMode="single" binding="#{dataTableScrollerBean.table}" sortOrder="#{dataTableScrollerBean.order}" selection="#{dataTableScrollerBean.selection}">
+
<rich:column id="make">
<f:facet name="header">
<h:outputText styleClass="headerText" value="Make" />
@@ -49,13 +44,12 @@
</f:facet>
<h:outputText value="#{category.vin}" />
</rich:column>
- <rich:column id="stock">
+ <h:column id="stock">
<f:facet name="header">
<h:outputText styleClass="headerText" value="Stock" />
</f:facet>
<h:outputText value="#{category.stock}" />
- </rich:column>
- </rich:scrollableDataTable>
-</f:view>
+ </h:column>
+ </rich:scrollableDataTable></f:view>
</body>
</html>
\ No newline at end of file
17 years
JBoss Tools SVN: r12721 - trunk/esb/docs/esb_ref_guide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2008-12-19 10:39:41 -0500 (Fri, 19 Dec 2008)
New Revision: 12721
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-452
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 15:32:24 UTC (rev 12720)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 15:39:41 UTC (rev 12721)
@@ -105,7 +105,7 @@
</section>
- <section>
+ <section id="ESB_project_wizard" xreflabel="here">
<title>Creating ESB Project using JBoss Tools Project Examples Wizard</title>
<para>JBoss Tools provides a Project Example wizard that is an easy way for users to create some kinds of projects to be used as examples with some predefined structure. Let's start
creating a ESB project using this wizard.</para>
@@ -293,21 +293,54 @@
<para>You can know what is SOA here: <ulink url="http://www.jboss.org/jbossesb/resources/SOABasics.html">Basics of SOA</ulink> and <ulink url="http://www.jboss.org/jbossesb/resources/SOAEOA.html">SOA and EOA</ulink>.</para>
<para>To configure the SOA platform select <emphasis>
- <property>Window >Preferences > Server > Runtime Enironments</property>
- </emphasis>, that will open the Server Runtime Environments Preferences page where you can add, remove and edit a Server Runtime Environment.</para>
- <para>Select <emphasis><property>Add</property></emphasis>, choose <emphasis><property>JBoss 4.2 Runtime</property></emphasis> as a type of runtime environment, check the <emphasis><property>Create a new local server</property></emphasis> checkbox and click <emphasis><property>Next</property></emphasis>. On the next step you can specify a name of the server runtime environement and browse to its location. Click <emphasis><property>Finish</property></emphasis> to add the server runtime environment.</para>
+ <property>Window >Preferences > Server > Runtime Enironments</property></emphasis>, that will open the Server Runtime Environments Preferences page where you can add, remove and edit a Server Runtime Environment.</para>
+
+ <figure>
+ <title>Configure new Server Runtime Environment</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/13NewServerRuntimeEnv.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Select <emphasis><property>Add</property></emphasis>, choose <emphasis><property>JBoss 4.2 Runtime</property></emphasis> as a type of runtime environment, check the <emphasis><property>Create a new local server</property></emphasis> checkbox and click <emphasis><property>Next</property></emphasis>.</para>
+ <figure>
+ <title>Type of Server Runtime Environment</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/14typeOfRuntime.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>On the next step you can specify a name of the server runtime environement and browse to its location. Click <emphasis><property>Finish</property></emphasis> to add the server runtime environment.</para>
+ <figure>
+ <title>New Server Runtime Environment Details</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/15AddNew.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Now you have your SOA platform configured. To check the configuration create a ESB Project using instructions described <xref linkend="ESB_project_wizard"/>. As a result you will have two projects created:</para>
+ <figure>
+ <title>Helloworld Projects Created</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/16HelloworldProjects.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Then you will need to add JBoss ESB libraries to your projects to configure the SOA server runtime exactly for your ptojects. Right-click on your project, select <emphasis><property>Build Path > Add JBoss ESB libraries</property></emphasis>. Now you can deploy your Helloworld project to the server and run a test class in the client Java project to see the test result in the Console view.</para>
-
-
-
-
</section>
17 years