diff --git a/cluster-ha-singleton/README.md b/cluster-ha-singleton/README.md index f423782537..81eb8a20dd 100644 --- a/cluster-ha-singleton/README.md +++ b/cluster-ha-singleton/README.md @@ -45,7 +45,7 @@ Start the JBoss EAP Server with a HA profile _Note: You must start the server using the HA profile or the singleton service will not start correctly._ -Start the the two JBoss EAP servers with the HA profile by typing the following commands. You must pass a socket binding port offset on the command to start the second server. +Start the two JBoss EAP servers with the HA profile by typing the following commands. You must pass a socket binding port offset on the command to start the second server. If you are using Linux: diff --git a/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.12.0.js b/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.12.0.js index 5d86717da1..d05813c44b 100644 --- a/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.12.0.js +++ b/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.12.0.js @@ -181,7 +181,7 @@ jQuery.validator.addMethod( "cifES", function( value ) { }, "Please specify a valid CIF number." ); /* NOTICE: Modified version of Castle.Components.Validator.CreditCardValidator - * Redistributed under the the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0 + * Redistributed under the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0 * Valid Types: mastercard, visa, amex, dinersclub, enroute, discover, jcb, unknown, all (overrides all other settings) */ jQuery.validator.addMethod("creditcardtypes", function(value, element, param) { diff --git a/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.13.1.js b/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.13.1.js index dd328bd23b..bbf5301dae 100644 --- a/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.13.1.js +++ b/contacts-jquerymobile/src/main/webapp/js/libs/additional-methods-1.13.1.js @@ -189,7 +189,7 @@ $.validator.addMethod( "cifES", function( value ) { }, "Please specify a valid CIF number." ); /* NOTICE: Modified version of Castle.Components.Validator.CreditCardValidator - * Redistributed under the the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0 + * Redistributed under the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0 * Valid Types: mastercard, visa, amex, dinersclub, enroute, discover, jcb, unknown, all (overrides all other settings) */ $.validator.addMethod("creditcardtypes", function(value, element, param) { @@ -937,4 +937,4 @@ $.validator.addMethod("ziprange", function(value, element) { return this.optional(element) || /^90[2-5]\d\{2\}-\d{4}$/.test(value); }, "Your ZIP-code must be in the range 902xx-xxxx to 905xx-xxxx"); -})); \ No newline at end of file +})); diff --git a/contacts-jquerymobile/src/main/webapp/js/libs/jquery.mobile-1.4.2.js b/contacts-jquerymobile/src/main/webapp/js/libs/jquery.mobile-1.4.2.js index 7734c5dcaf..3b041219e6 100644 --- a/contacts-jquerymobile/src/main/webapp/js/libs/jquery.mobile-1.4.2.js +++ b/contacts-jquerymobile/src/main/webapp/js/libs/jquery.mobile-1.4.2.js @@ -9379,7 +9379,7 @@ $.widget( "mobile.flipswitch", $.extend({ this._proxy = false; //this stops dragging of the handle and brings the active track to the front - //this makes clicks on the track go the the last handle used + //this makes clicks on the track go the last handle used this.element.find( "input" ).trigger( "vmouseup" ); this._sliderFirst.css( "z-index", first ? 1 : "" ); }, @@ -10997,7 +10997,7 @@ $.widget( "mobile.popup", { url += hashkey; } - // swallow the the initial navigation event, and bind for the next + // swallow the initial navigation event, and bind for the next this.window.one( "beforenavigate", function( theEvent ) { theEvent.preventDefault(); self._open( options ); diff --git a/contacts-jquerymobile/src/main/webapp/js/libs/lodash-2.4.1.js b/contacts-jquerymobile/src/main/webapp/js/libs/lodash-2.4.1.js index d653e5aed7..1c63da9961 100644 --- a/contacts-jquerymobile/src/main/webapp/js/libs/lodash-2.4.1.js +++ b/contacts-jquerymobile/src/main/webapp/js/libs/lodash-2.4.1.js @@ -5340,7 +5340,7 @@ * to the debounced function will return the result of the last `func` call. * * Note: If `leading` and `trailing` options are `true` `func` will be called - * on the trailing edge of the timeout only if the the debounced function is + * on the trailing edge of the timeout only if the debounced function is * invoked more than once during the `wait` timeout. * * @static @@ -5670,7 +5670,7 @@ * return the result of the last `func` call. * * Note: If `leading` and `trailing` options are `true` `func` will be called - * on the trailing edge of the timeout only if the the throttled function is + * on the trailing edge of the timeout only if the throttled function is * invoked more than once during the `wait` timeout. * * @static diff --git a/helloworld-jms/remove-jms.cli b/helloworld-jms/remove-jms.cli index e5e2f7e7f7..818221ae9f 100644 --- a/helloworld-jms/remove-jms.cli +++ b/helloworld-jms/remove-jms.cli @@ -1,4 +1,4 @@ -# Batch script to remove the the JMS configuration from the JBoss EAP server +# Batch script to remove the JMS configuration from the JBoss EAP server # Start batching commands batch diff --git a/jta-crash-rec/README.md b/jta-crash-rec/README.md index a483eed6f9..5ec21ce0b6 100644 --- a/jta-crash-rec/README.md +++ b/jta-crash-rec/README.md @@ -153,7 +153,7 @@ Test the application JTA Crash Record Quickstart: key value pair updated via JMS * Check that the row you inserted in step 4 now contains the text `updated via JMS`, showing that the JMS message was recovered successfully. Use the application URL to perform this check. - * You will most likely see the following messages in the the server log. + * You will most likely see the following messages in the server log. WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffff7f000001:1040a11d:534ede43:1c, node_name=1, branch_uid=0:ffff7f000001:1040a11d:534ede43:20, subordinatenodename=null, eis_name=java:jboss/datasources/JTACrashRecQuickstartDS >, heuristic: TwoPhaseOutcome.FINISH_OK, product: H2/1.3.168-redhat-2 (2012-07-13), jndiName: java:jboss/datasources/JTACrashRecQuickstartDS com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@788f0ec1 > WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016038: No XAResource to recover < formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffff7f000001:1040a11d:534ede43:1c, node_name=1, branch_uid=0:ffff7f000001:1040a11d:534ede43:20, subordinatenodename=null, eis_name=java:jboss/datasources/JTACrashRecQuickstartDS > diff --git a/jta-crash-rec/src/main/java/org/jboss/as/quickstarts/xa/XAService.java b/jta-crash-rec/src/main/java/org/jboss/as/quickstarts/xa/XAService.java index 39725c13b1..d7e794fac1 100644 --- a/jta-crash-rec/src/main/java/org/jboss/as/quickstarts/xa/XAService.java +++ b/jta-crash-rec/src/main/java/org/jboss/as/quickstarts/xa/XAService.java @@ -141,7 +141,7 @@ public boolean modifyKeyValueTable(EntityManager entityManager, boolean delete, KVPair pair = entityManager.find(KVPair.class, key); if (pair == null) { - // insert a new entry into the the key/value table + // insert a new entry into the key/value table entityManager.persist(new KVPair(key, value)); } else { // there is already a value for this key - update it with the new value diff --git a/jts/README.md b/jts/README.md index d2a6d58372..f9a93cb051 100755 --- a/jts/README.md +++ b/jts/README.md @@ -133,7 +133,7 @@ After stopping the server, open the `EAP7_HOME/standalone/configuration/standalo -2. An empty `` element is added to the the end of the `transactions` subsystem to enable JTS. +2. An empty `` element is added to the end of the `transactions` subsystem to enable JTS. @@ -163,7 +163,7 @@ Application server 1 must be now configured to use the PostgreSQL database creat Start the JBoss EAP Servers ------------------------- -Start the the two JBoss EAP servers with the full profile, passing a unique node ID by typing the following command. You must pass a socket binding port offset on the command to start the second server. Be sure to replace `UNIQUE_NODE_ID` with a node identifier that is unique to both servers. +Start the two JBoss EAP servers with the full profile, passing a unique node ID by typing the following command. You must pass a socket binding port offset on the command to start the second server. Be sure to replace `UNIQUE_NODE_ID` with a node identifier that is unique to both servers. If you are using Linux: diff --git a/kitchensink-angularjs/src/main/webapp/js/libs/angular.js b/kitchensink-angularjs/src/main/webapp/js/libs/angular.js index e24f002b56..1804774976 100644 --- a/kitchensink-angularjs/src/main/webapp/js/libs/angular.js +++ b/kitchensink-angularjs/src/main/webapp/js/libs/angular.js @@ -6750,7 +6750,7 @@ function $TemplateCacheProvider() { * * * If you want to manually control the insertion and removal of the transcluded content in your directive - * then you must use this transclude function. When you call a transclude function it returns a a jqLite/JQuery + * then you must use this transclude function. When you call a transclude function it returns a jqLite/JQuery * object that contains the compiled DOM, which is linked to the correct transclusion scope. * * When you call a transclusion function you can pass in a **clone attach function**. This function accepts @@ -26097,7 +26097,7 @@ var ngOptionsMinErr = minErr('ngOptions'); * * A different issue with objects or collections is that ngModel won't detect if an object property or * a collection item changes. For that reason, `ngOptions` additionally watches the model using - * `$watchCollection`, when the expression contains a `track by` clause or the the select has the `multiple` attribute. + * `$watchCollection`, when the expression contains a `track by` clause or the select has the `multiple` attribute. * This allows ngOptions to trigger a re-rendering of the options even if the actual object/collection * has not changed identity, but only a property on the object or an item in the collection changes. * diff --git a/kitchensink-angularjs/src/main/webapp/partials/home.html b/kitchensink-angularjs/src/main/webapp/partials/home.html index 52ebebe70c..31ec141b57 100644 --- a/kitchensink-angularjs/src/main/webapp/partials/home.html +++ b/kitchensink-angularjs/src/main/webapp/partials/home.html @@ -24,7 +24,7 @@

Welcome to JBoss!

Application.

- +

Member Registration

diff --git a/kitchensink-html5-mobile/.cheatsheet.xml b/kitchensink-html5-mobile/.cheatsheet.xml index 40b9e96c7d..31930bd6d6 100644 --- a/kitchensink-html5-mobile/.cheatsheet.xml +++ b/kitchensink-html5-mobile/.cheatsheet.xml @@ -271,7 +271,7 @@ serialization="org.jboss.tools.project.examples.cheatsheet.openFileInEditor(path=/${currentProject}/src/main/webapp/js/app.js,fromLine=28,toLine=47)"/> {"Operation step-1" => "JBAS010977: Server (quickstart-messagingcluster-node1) still running"}} Simply wait a few seconds and run the command a second time. diff --git a/spring-greeter/src/main/webapp/WEB-INF/spring-business-context.xml b/spring-greeter/src/main/webapp/WEB-INF/spring-business-context.xml index eda21fe120..3d90e07109 100644 --- a/spring-greeter/src/main/webapp/WEB-INF/spring-business-context.xml +++ b/spring-greeter/src/main/webapp/WEB-INF/spring-business-context.xml @@ -27,7 +27,7 @@ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd"> - + diff --git a/template/README.md b/template/README.md index e759aa90cc..530111eb08 100644 --- a/template/README.md +++ b/template/README.md @@ -146,14 +146,14 @@ You can also let Arquillian manage the JBoss EAP server by using the `arq-wildfl Investigate the Console Output ---------------------------- - + * If applicable, copy and paste output from the JUnit tests to show what to expect in the console from the tests. Investigate the Server Log ---------------------------- - + * If applicable, copy and paste log messages output by the application to show what to expect in the server log when running the tests.