From jboss-remoting-commits at lists.jboss.org Wed Aug 4 21:59:39 2010 Content-Type: multipart/mixed; boundary="===============2360825191111899516==" MIME-Version: 1.0 From: jboss-remoting-commits at lists.jboss.org To: jboss-remoting-commits at lists.jboss.org Subject: [jboss-remoting-commits] JBoss Remoting SVN: r6035 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/nopreservelines. Date: Wed, 04 Aug 2010 21:59:38 -0400 Message-ID: <201008050159.o751xclL012900@svn01.web.mwc.hst.phx2.redhat.com> --===============2360825191111899516== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ron.sigal(a)jboss.com Date: 2010-08-04 21:59:38 -0400 (Wed, 04 Aug 2010) New Revision: 6035 Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servl= et/nopreservelines/ServletNoLinePreservationTestClient.java remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servl= et/nopreservelines/TestInvocationHandler.java remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servl= et/nopreservelines/remoting-servlet-service.xml Log: JBREM-1241: Added svn:eol-style subversion property. Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transpor= t/servlet/nopreservelines/ServletNoLinePreservationTestClient.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/nopreservelines/ServletNoLinePreservationTestClient.java 2010-08-05 01:= 55:44 UTC (rev 6034) +++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/nopreservelines/ServletNoLinePreservationTestClient.java 2010-08-05 01:= 59:38 UTC (rev 6035) @@ -1,52 +1,52 @@ -/* -* JBoss, Home of Professional Open Source -* Copyright 2005, JBoss Inc., and individual contributors as indicated -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* This is free software; you can redistribute it and/or modify it -* under the terms of the GNU Lesser General Public License as -* published by the Free Software Foundation; either version 2.1 of -* the License, or (at your option) any later version. -* -* This software is distributed in the hope that it will be useful, -* but WITHOUT ANY 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 along with this software; if not, write to the Free -* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA, or see the FSF site: http://www.fsf.org. -*/ -package org.jboss.test.remoting.transport.servlet.nopreservelines; - -import org.jboss.remoting.InvokerLocator; -import org.jboss.test.remoting.transport.http.lines.HttpLinePreservationTe= stCase; - - -/** - * Unit tests for JBREM-809. - * = - * @author Ron Sigal - * @version $Revision: 1.1 $ - *
- * Copyright Feb 8, 2008 - *
- */ -public class ServletNoLinePreservationTestClient extends HttpLinePreservat= ionTestCase -{ - protected String getTransport() - { - return "servlet"; - } - = - protected void setupServer(boolean addConfig, String preserveLines) thr= ows Exception - { - locatorURI =3D "servlet://localhost:8080/servlet-invoker/ServerInvok= erServlet"; - serverLocator =3D new InvokerLocator(locatorURI); - } - - public void testLinePreservationClientConfig() {} - public void testLinePreservationClientMetadata() {} +/* +* JBoss, Home of Professional Open Source +* Copyright 2005, JBoss Inc., and individual contributors as indicated +* by the @authors tag. See the copyright.txt in the distribution for a +* full listing of individual contributors. +* +* This is free software; you can redistribute it and/or modify it +* under the terms of the GNU Lesser General Public License as +* published by the Free Software Foundation; either version 2.1 of +* the License, or (at your option) any later version. +* +* This software is distributed in the hope that it will be useful, +* but WITHOUT ANY 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 along with this software; if not, write to the Free +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +* 02110-1301 USA, or see the FSF site: http://www.fsf.org. +*/ +package org.jboss.test.remoting.transport.servlet.nopreservelines; + +import org.jboss.remoting.InvokerLocator; +import org.jboss.test.remoting.transport.http.lines.HttpLinePreservationTe= stCase; + + +/** + * Unit tests for JBREM-809. + * = + * @author Ron Sigal + * @version $Revision: 1.1 $ + *+ * Copyright Feb 8, 2008 + *
+ */ +public class ServletNoLinePreservationTestClient extends HttpLinePreservat= ionTestCase +{ + protected String getTransport() + { + return "servlet"; + } + = + protected void setupServer(boolean addConfig, String preserveLines) thr= ows Exception + { + locatorURI =3D "servlet://localhost:8080/servlet-invoker/ServerInvok= erServlet"; + serverLocator =3D new InvokerLocator(locatorURI); + } + + public void testLinePreservationClientConfig() {} + public void testLinePreservationClientMetadata() {} } \ No newline at end of file Property changes on: remoting2/branches/2.2/src/tests/org/jboss/test/remoti= ng/transport/servlet/nopreservelines/ServletNoLinePreservationTestClient.ja= va ___________________________________________________________________ Name: svn:eol-style + native Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transpor= t/servlet/nopreservelines/TestInvocationHandler.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/nopreservelines/TestInvocationHandler.java 2010-08-05 01:55:44 UTC (rev= 6034) +++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/nopreservelines/TestInvocationHandler.java 2010-08-05 01:59:38 UTC (rev= 6035) @@ -1,51 +1,51 @@ -/* -* JBoss, Home of Professional Open Source -* Copyright 2005, JBoss Inc., and individual contributors as indicated -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* This is free software; you can redistribute it and/or modify it -* under the terms of the GNU Lesser General Public License as -* published by the Free Software Foundation; either version 2.1 of -* the License, or (at your option) any later version. -* -* This software is distributed in the hope that it will be useful, -* but WITHOUT ANY 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 along with this software; if not, write to the Free -* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA, or see the FSF site: http://www.fsf.org. -*/ - -package org.jboss.test.remoting.transport.servlet.nopreservelines; - -import javax.management.MBeanServer; - -import org.jboss.remoting.InvocationRequest; -import org.jboss.remoting.ServerInvocationHandler; -import org.jboss.remoting.ServerInvoker; -import org.jboss.remoting.callback.InvokerCallbackHandler; - -/** - * For JBREM-809. - * = - * @author Ron Sigal - * @version $Revision: 1.1 $ - *- * Copyright Feb 8, 2008 - *
- */ -public class TestInvocationHandler implements ServerInvocationHandler -{ - public void addListener(InvokerCallbackHandler callbackHandler) {} - public Object invoke(final InvocationRequest invocation) throws Throwab= le - { - return invocation.getParameter(); - } - public void removeListener(InvokerCallbackHandler callbackHandler) {} - public void setMBeanServer(MBeanServer server) {} - public void setInvoker(ServerInvoker invoker) {} +/* +* JBoss, Home of Professional Open Source +* Copyright 2005, JBoss Inc., and individual contributors as indicated +* by the @authors tag. See the copyright.txt in the distribution for a +* full listing of individual contributors. +* +* This is free software; you can redistribute it and/or modify it +* under the terms of the GNU Lesser General Public License as +* published by the Free Software Foundation; either version 2.1 of +* the License, or (at your option) any later version. +* +* This software is distributed in the hope that it will be useful, +* but WITHOUT ANY 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 along with this software; if not, write to the Free +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +* 02110-1301 USA, or see the FSF site: http://www.fsf.org. +*/ + +package org.jboss.test.remoting.transport.servlet.nopreservelines; + +import javax.management.MBeanServer; + +import org.jboss.remoting.InvocationRequest; +import org.jboss.remoting.ServerInvocationHandler; +import org.jboss.remoting.ServerInvoker; +import org.jboss.remoting.callback.InvokerCallbackHandler; + +/** + * For JBREM-809. + * = + * @author Ron Sigal + * @version $Revision: 1.1 $ + *+ * Copyright Feb 8, 2008 + *
+ */ +public class TestInvocationHandler implements ServerInvocationHandler +{ + public void addListener(InvokerCallbackHandler callbackHandler) {} + public Object invoke(final InvocationRequest invocation) throws Throwab= le + { + return invocation.getParameter(); + } + public void removeListener(InvokerCallbackHandler callbackHandler) {} + public void setMBeanServer(MBeanServer server) {} + public void setInvoker(ServerInvoker invoker) {} } \ No newline at end of file Property changes on: remoting2/branches/2.2/src/tests/org/jboss/test/remoti= ng/transport/servlet/nopreservelines/TestInvocationHandler.java ___________________________________________________________________ Name: svn:eol-style + native Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transpor= t/servlet/nopreservelines/remoting-servlet-service.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/nopreservelines/remoting-servlet-service.xml 2010-08-05 01:55:44 UTC (r= ev 6034) +++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/nopreservelines/remoting-servlet-service.xml 2010-08-05 01:59:38 UTC (r= ev 6035) @@ -1,22 +1,22 @@ - - -