[jboss-svn-commits] JBL Code SVN: r26510 - in labs/jbosstm/workspace/resttx: demo/scripts and 4 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed May 13 13:20:04 EDT 2009


Author: mmusgrov
Date: 2009-05-13 13:20:04 -0400 (Wed, 13 May 2009)
New Revision: 26510

Modified:
   labs/jbosstm/workspace/resttx/demo/pom.xml
   labs/jbosstm/workspace/resttx/demo/scripts/server.py
   labs/jbosstm/workspace/resttx/demo/scripts/tx.py
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/RESTDemoApp.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/TxService.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/TxServiceAsync.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/BookingData.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/ListBoxWidgetBinding.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Restaurant.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/ServicePanel.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/StatusPanel.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Taxi.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Theatre.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/WidgetBinding.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/server/TxHelper.java
   labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/server/TxServiceImpl.java
   labs/jbosstm/workspace/resttx/docs/jfdi-spec.txt
   labs/jbosstm/workspace/resttx/docs/spec.txt
Log:
Make sure all files contain copyrights 


Modified: labs/jbosstm/workspace/resttx/demo/pom.xml
===================================================================
--- labs/jbosstm/workspace/resttx/demo/pom.xml	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/pom.xml	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,19 @@
+<!--
+        JBoss, Home of Professional Open Source Copyright 2009, Red Hat
+        Middleware LLC, and others contributors as indicated by the @authors
+        tag. All rights reserved. See the copyright.txt in the distribution
+        for a full listing of individual contributors. This copyrighted
+        material is made available to anyone wishing to use, modify, copy, or
+        redistribute it subject to the terms and conditions of the GNU Lesser
+        General Public License, v. 2.1. This program is distributed in the
+        hope that it will be useful, but WITHOUT A WARRANTY; without even the
+        implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+        PURPOSE. See the GNU Lesser General Public License for more details.
+        You should have received a copy of the GNU Lesser General Public
+        License, v.2.1 along with this distribution; if not, write to the Free
+        Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+        02110-1301, USA.
+        -->
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Modified: labs/jbosstm/workspace/resttx/demo/scripts/server.py
===================================================================
--- labs/jbosstm/workspace/resttx/demo/scripts/server.py	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/scripts/server.py	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python2.4
 
 """
-JBoss, Home of Professional Open Source Copyright 2008, Red Hat
+JBoss, Home of Professional Open Source Copyright 2009, Red Hat
 Middleware LLC, and others contributors as indicated by the @authors
 tag. All rights reserved. See the copyright.txt in the distribution
 for a full listing of individual contributors. This copyrighted

Modified: labs/jbosstm/workspace/resttx/demo/scripts/tx.py
===================================================================
--- labs/jbosstm/workspace/resttx/demo/scripts/tx.py	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/scripts/tx.py	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 """
-JBoss, Home of Professional Open Source Copyright 2008, Red Hat
+JBoss, Home of Professional Open Source Copyright 2009, Red Hat
 Middleware LLC, and others contributors as indicated by the @authors
 tag. All rights reserved. See the copyright.txt in the distribution
 for a full listing of individual contributors. This copyrighted

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/RESTDemoApp.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/RESTDemoApp.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/RESTDemoApp.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client;
 
 import com.google.gwt.user.client.ui.Widget;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/TxService.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/TxService.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/TxService.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client;
 
 import com.google.gwt.user.client.rpc.RemoteService;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/TxServiceAsync.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/TxServiceAsync.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/TxServiceAsync.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client;
 
 import com.google.gwt.user.client.rpc.AsyncCallback;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/BookingData.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/BookingData.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/BookingData.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client.service;
 
 import com.google.gwt.core.client.JavaScriptObject;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/ListBoxWidgetBinding.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/ListBoxWidgetBinding.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/ListBoxWidgetBinding.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client.service;
 
 import com.google.gwt.user.client.ui.ListBox;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Restaurant.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Restaurant.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Restaurant.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client.service;
 
 import com.google.gwt.user.client.ui.Widget;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/ServicePanel.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/ServicePanel.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/ServicePanel.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client.service;
 
 import com.google.gwt.user.client.ui.HTML;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/StatusPanel.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/StatusPanel.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/StatusPanel.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client.service;
 
 import com.google.gwt.user.client.ui.VerticalPanel;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Taxi.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Taxi.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Taxi.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client.service;
 
 import com.google.gwt.user.client.ui.Widget;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Theatre.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Theatre.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/Theatre.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client.service;
 
 import com.google.gwt.user.client.ui.Widget;

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/WidgetBinding.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/WidgetBinding.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/client/service/WidgetBinding.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.client.service;
 
 public class WidgetBinding

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/server/TxHelper.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/server/TxHelper.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/server/TxHelper.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -31,12 +31,11 @@
  */
 public class TxHelper
 {
-    private static String[] HOSTS = {"localhost", "172.16.130.129"};
-    private static int[] PORTS = {9099, 8080}; //TxUtil.getIntProperty("PORT", "9096");
+    private static String[] HOSTS = {"localhost"};
+    private static int[] PORTS = {9099}; //TxUtil.getIntProperty("PORT", "9096");
 
     static
     {
-        //TxUtil.setEndpoint("172.16.130.129", PORT, "");
         //TxUtil.setEndpoint("localhost", PORT, "");
         TxUtil.setHost(HOSTS[0]);
         TxUtil.setPort(PORTS[0]);

Modified: labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/server/TxServiceImpl.java
===================================================================
--- labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/server/TxServiceImpl.java	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/demo/src/main/java/org/jboss/jbossts/rts/demo/server/TxServiceImpl.java	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,23 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2009
+ * @author JBoss Inc.
+ */
 package org.jboss.jbossts.rts.demo.server;
 
 import org.jboss.jbossts.rts.demo.client.TxService;

Modified: labs/jbosstm/workspace/resttx/docs/jfdi-spec.txt
===================================================================
--- labs/jbosstm/workspace/resttx/docs/jfdi-spec.txt	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/docs/jfdi-spec.txt	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,19 @@
+<!--
+        JBoss, Home of Professional Open Source Copyright 2009, Red Hat
+        Middleware LLC, and others contributors as indicated by the @authors
+        tag. All rights reserved. See the copyright.txt in the distribution
+        for a full listing of individual contributors. This copyrighted
+        material is made available to anyone wishing to use, modify, copy, or
+        redistribute it subject to the terms and conditions of the GNU Lesser
+        General Public License, v. 2.1. This program is distributed in the
+        hope that it will be useful, but WITHOUT A WARRANTY; without even the
+        implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+        PURPOSE. See the GNU Lesser General Public License for more details.
+        You should have received a copy of the GNU Lesser General Public
+        License, v.2.1 along with this distribution; if not, write to the Free
+        Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+        02110-1301, USA.
+        -->
 Here it is. I have some written notes on a few modifications we were going to make to create some other extended transaction models, but if we can get this and the acid one working that'd be enough for now  ;-)  As with the acid protocol, I'd do this one slightly differently this time round. Some day we should sit down and discuss  :-)
 
 Mark.

Modified: labs/jbosstm/workspace/resttx/docs/spec.txt
===================================================================
--- labs/jbosstm/workspace/resttx/docs/spec.txt	2009-05-13 17:16:23 UTC (rev 26509)
+++ labs/jbosstm/workspace/resttx/docs/spec.txt	2009-05-13 17:20:04 UTC (rev 26510)
@@ -1,3 +1,19 @@
+<!--
+        JBoss, Home of Professional Open Source Copyright 2009, Red Hat
+        Middleware LLC, and others contributors as indicated by the @authors
+        tag. All rights reserved. See the copyright.txt in the distribution
+        for a full listing of individual contributors. This copyrighted
+        material is made available to anyone wishing to use, modify, copy, or
+        redistribute it subject to the terms and conditions of the GNU Lesser
+        General Public License, v. 2.1. This program is distributed in the
+        hope that it will be useful, but WITHOUT A WARRANTY; without even the
+        implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+        PURPOSE. See the GNU Lesser General Public License for more details.
+        You should have received a copy of the GNU Lesser General Public
+        License, v.2.1 along with this distribution; if not, write to the Free
+        Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+        02110-1301, USA.
+        -->
 
 The OASIS WS-CAF/WS-TXM Business Process model was the one we were
 aiming for RESTful transactions in "the large", but we started with an




More information about the jboss-svn-commits mailing list