Author: tom.baeyens(a)jboss.com
Date: 2009-03-06 11:33:02 -0500 (Fri, 06 Mar 2009)
New Revision: 4172
Added:
jbpm4/branches/tbaeyens/modules/enterprise-test/
jbpm4/branches/tbaeyens/modules/enterprise-test/.classpath
jbpm4/branches/tbaeyens/modules/enterprise-test/.project
jbpm4/branches/tbaeyens/modules/enterprise-test/pom.xml
jbpm4/branches/tbaeyens/modules/enterprise-test/src/
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/java/
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/java/org/
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/java/org/jbpm/
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/java/org/jbpm/test/
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/java/org/jbpm/test/JbpmTestServlet.java
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/resources/
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/resources/index.jsp
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/WEB-INF/
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/WEB-INF/web.xml
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/index.jsp
jbpm4/branches/tbaeyens/modules/enterprise-test/target/
jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/
jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/index.jsp
jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/org/
jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/org/jbpm/
jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/org/jbpm/test/
jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/org/jbpm/test/JbpmTestServlet.class
jbpm4/branches/tbaeyens/modules/enterprise-test/target/work/
jbpm4/branches/tbaeyens/modules/enterprise-test/target/work/jsp/
Modified:
jbpm4/branches/tbaeyens/modules/examples/pom.xml
Log:
work
Added: jbpm4/branches/tbaeyens/modules/enterprise-test/.classpath
===================================================================
--- jbpm4/branches/tbaeyens/modules/enterprise-test/.classpath
(rev 0)
+++ jbpm4/branches/tbaeyens/modules/enterprise-test/.classpath 2009-03-06 16:33:02 UTC
(rev 4172)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="target/classes"
path="src/main/java"/>
+ <classpathentry kind="src" output="target/classes"
path="src/main/resources"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/test-classes"/>
+</classpath>
Added: jbpm4/branches/tbaeyens/modules/enterprise-test/.project
===================================================================
--- jbpm4/branches/tbaeyens/modules/enterprise-test/.project (rev
0)
+++ jbpm4/branches/tbaeyens/modules/enterprise-test/.project 2009-03-06 16:33:02 UTC (rev
4172)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>enterprise-test</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
+ </natures>
+</projectDescription>
Added: jbpm4/branches/tbaeyens/modules/enterprise-test/pom.xml
===================================================================
--- jbpm4/branches/tbaeyens/modules/enterprise-test/pom.xml (rev
0)
+++ jbpm4/branches/tbaeyens/modules/enterprise-test/pom.xml 2009-03-06 16:33:02 UTC (rev
4172)
@@ -0,0 +1,53 @@
+<?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">
+
+ <!-- Module Info -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jbpm.jbpm4</groupId>
+ <artifactId>jbpm-enterprise-test</artifactId>
+ <packaging>war</packaging>
+ <version>4.0.0-SNAPSHOT</version>
+ <name>jBPM 4 - Enterprise Test Webapp</name>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jbpm.jbpm4</groupId>
+ <artifactId>jbpm</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jbpm.jbpm4</groupId>
+ <artifactId>jbpm-jpdl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jbpm.jbpm4</groupId>
+ <artifactId>jbpm-test-base</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>jbpmtest</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Property changes on: jbpm4/branches/tbaeyens/modules/enterprise-test/pom.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added:
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/java/org/jbpm/test/JbpmTestServlet.java
===================================================================
---
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/java/org/jbpm/test/JbpmTestServlet.java
(rev 0)
+++
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/java/org/jbpm/test/JbpmTestServlet.java 2009-03-06
16:33:02 UTC (rev 4172)
@@ -0,0 +1,45 @@
+/*
+ * 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.jbpm.test;
+
+import java.io.IOException;
+import java.io.PrintWriter;
+
+import javax.servlet.ServletException;
+import javax.servlet.http.HttpServlet;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+
+
+/**
+ * @author Tom Baeyens
+ */
+public class JbpmTestServlet extends HttpServlet {
+
+ private static final long serialVersionUID = 1L;
+
+ protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws
ServletException, IOException {
+ System.out.println("request came in");
+ PrintWriter writer = resp.getWriter();
+ writer.println("OK");
+ }
+}
Property changes on:
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/java/org/jbpm/test/JbpmTestServlet.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/resources/index.jsp
===================================================================
--- jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/resources/index.jsp
(rev 0)
+++
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/resources/index.jsp 2009-03-06
16:33:02 UTC (rev 4172)
@@ -0,0 +1,6 @@
+<html>
+ <body>
+ <h2>Hello World!</h2>
+ </body>
+</html>
+
Added: jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/WEB-INF/web.xml
===================================================================
--- jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/WEB-INF/web.xml
(rev 0)
+++
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/WEB-INF/web.xml 2009-03-06
16:33:02 UTC (rev 4172)
@@ -0,0 +1,17 @@
+<!DOCTYPE web-app PUBLIC
+ "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
+ "http://java.sun.com/dtd/web-app_2_3.dtd" >
+
+<web-app>
+ <display-name>Archetype Created Web Application</display-name>
+
+ <servlet>
+ <servlet-name>JbpmTestExecutor</servlet-name>
+ <servlet-class>org.jbpm.test.JbpmTestServlet</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>JbpmTestExecutor</servlet-name>
+ <url-pattern>/runtest</url-pattern>
+ </servlet-mapping>
+
+</web-app>
Property changes on:
jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/index.jsp
===================================================================
--- jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/index.jsp
(rev 0)
+++ jbpm4/branches/tbaeyens/modules/enterprise-test/src/main/webapp/index.jsp 2009-03-06
16:33:02 UTC (rev 4172)
@@ -0,0 +1,5 @@
+<html>
+<body>
+<h2>Hello World!</h2>
+</body>
+</html>
Added: jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/index.jsp
===================================================================
--- jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/index.jsp
(rev 0)
+++ jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/index.jsp 2009-03-06
16:33:02 UTC (rev 4172)
@@ -0,0 +1,6 @@
+<html>
+ <body>
+ <h2>Hello World!</h2>
+ </body>
+</html>
+
Added:
jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/org/jbpm/test/JbpmTestServlet.class
===================================================================
(Binary files differ)
Property changes on:
jbpm4/branches/tbaeyens/modules/enterprise-test/target/classes/org/jbpm/test/JbpmTestServlet.class
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: jbpm4/branches/tbaeyens/modules/examples/pom.xml
===================================================================
--- jbpm4/branches/tbaeyens/modules/examples/pom.xml 2009-03-06 15:43:25 UTC (rev 4171)
+++ jbpm4/branches/tbaeyens/modules/examples/pom.xml 2009-03-06 16:33:02 UTC (rev 4172)
@@ -11,6 +11,8 @@
<!-- $Id: pom.xml 4068 2009-02-27 14:27:54Z tom.baeyens(a)jboss.com $ -->
<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">
+
+ <!-- Module Info -->
<modelVersion>4.0.0</modelVersion>
<name>jBPM 4 - Examples</name>
<groupId>org.jbpm.jbpm4</groupId>