Author: thomas.diesler(a)jboss.com
Date: 2008-04-12 17:49:15 -0400 (Sat, 12 Apr 2008)
New Revision: 6394
Added:
stack/cxf/branches/tdiesler/trunk/context/
stack/cxf/branches/tdiesler/trunk/context/pom.xml
stack/cxf/branches/tdiesler/trunk/context/src/
stack/cxf/branches/tdiesler/trunk/context/src/main/
stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/
stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/
stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/jboss-web.xml
stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/web.xml
stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/index.html
stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/styles.css
Removed:
stack/cxf/branches/tdiesler/trunk/src/main/resources/jbossws-context.war/
Modified:
stack/cxf/branches/tdiesler/trunk/build.xml
stack/cxf/branches/tdiesler/trunk/pom.xml
Log:
Separate module for context
Modified: stack/cxf/branches/tdiesler/trunk/build.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/build.xml 2008-04-12 21:24:21 UTC (rev 6393)
+++ stack/cxf/branches/tdiesler/trunk/build.xml 2008-04-12 21:49:15 UTC (rev 6394)
@@ -118,26 +118,6 @@
<arg value="package"/>
</exec>
- <!-- Build jbossws-context.war -->
- <copy todir="${cxf.output.resources.dir}/jbossws-context.war"
overwrite="true" filtering="true">
- <fileset dir="${cxf.resources.dir}/jbossws-context.war"/>
- <filterset>
- <filter token="build.id" value="${build.id}"/>
- <filter token="implementation.version"
value="jbossws-${version.id}"/>
- <filtersfile file="${cxf.dir}/version.properties"/>
- </filterset>
- </copy>
- <war warfile="${cxf.output.lib.dir}/jbossws-context.war"
webxml="${cxf.output.resources.dir}/jbossws-context.war/WEB-INF/web.xml"
- manifest="${cxf.output.etc.dir}/default.mf">
- <fileset dir="${cxf.output.resources.dir}/jbossws-context.war">
- <include name="index.html"/>
- <include name="styles.css"/>
- </fileset>
- <webinf
dir="${cxf.output.resources.dir}/jbossws-context.war/WEB-INF">
- <include name="jboss-web.xml"/>
- </webinf>
- </war>
-
</target>
<!-- ================================================================== -->
Property changes on: stack/cxf/branches/tdiesler/trunk/context
___________________________________________________________________
Name: svn:ignore
+ target
Added: stack/cxf/branches/tdiesler/trunk/context/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/context/pom.xml (rev 0)
+++ stack/cxf/branches/tdiesler/trunk/context/pom.xml 2008-04-12 21:49:15 UTC (rev 6394)
@@ -0,0 +1,16 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-cxf-context</artifactId>
+ <packaging>war</packaging>
+ <version>3.0.2-SNAPSHOT</version>
+ <name>JBoss Web Services - Stack CXF</name>
+ <organization>
+ <name>JBoss, a division of Red Hat</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <url>http://maven.apache.org</url>
+
+</project>
Property changes on: stack/cxf/branches/tdiesler/trunk/context/pom.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/jboss-web.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/jboss-web.xml
(rev 0)
+++
stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/jboss-web.xml 2008-04-12
21:49:15 UTC (rev 6394)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!DOCTYPE jboss-web
+ PUBLIC "-//JBoss//DTD Web Application 2.3V2//EN"
+ "http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd">
+
+<jboss-web>
+
+ <!--
+ <security-domain>java:/jaas/jbossws</security-domain>
+ -->
+ <context-root>jbossws</context-root>
+
+</jboss-web>
Property changes on:
stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/jboss-web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/web.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/web.xml
(rev 0)
+++ stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/web.xml 2008-04-12
21:49:15 UTC (rev 6394)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+ A web application that installs the JBossWS servlets
+
+ $Id$
+-->
+
+<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+ <display-name>JBossWS</display-name>
+
+ <servlet>
+ <servlet-name>ContextServlet</servlet-name>
+
<servlet-class>org.jboss.wsf.framework.management.ContextServlet</servlet-class>
+ </servlet>
+
+ <!-- now the mappings -->
+
+ <servlet-mapping>
+ <servlet-name>ContextServlet</servlet-name>
+ <url-pattern>/services/*</url-pattern>
+ </servlet-mapping>
+
+ <!--
+ currently the W3C haven't settled on a media type for WSDL;
+
http://www.w3.org/TR/2003/WD-wsdl12-20030303/#ietf-draft
+ for now we go with the basic 'it's XML' response
+ -->
+ <mime-mapping>
+ <extension>wsdl</extension>
+ <mime-type>text/xml</mime-type>
+ </mime-mapping>
+
+ <mime-mapping>
+ <extension>xsd</extension>
+ <mime-type>text/xml</mime-type>
+ </mime-mapping>
+
+ <welcome-file-list id="WelcomeFileList">
+ <welcome-file>index.html</welcome-file>
+ </welcome-file-list>
+
+</web-app>
Property changes on:
stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/index.html
===================================================================
--- stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/index.html
(rev 0)
+++ stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/index.html 2008-04-12
21:49:15 UTC (rev 6394)
@@ -0,0 +1,66 @@
+<html><head>
+<meta http-equiv='Content-Type content='text/html;
charset=iso-8859-1'>
+<title>JBossWS (@implementation.version@)</title>
+<link rel='stylesheet' href='./styles.css'>
+</head>
+<body>
+
+<div class='pageHeader'>JBossWS</div>
+
+<div class="pageSection">
+<h2>Welcome to JBoss Web Services</h2>
+JBossWS is a JAX-WS compliant web service stack developed to be part of JBoss'
JavaEE5 offering.
+</div>
+
+<div class="pageSection">
+<h3>Administration</h3>
+
+<fieldset>
+ <legend><b>Runtime information</b></legend>
+<ul>
+ <li><b>Revision: @implementation.version@</b></li>
+ <li><b>Build: @build.id@</b></li>
+ <li><a href="services">View a list of deployed
services</a></li>
+ <!--li><a href="depends">View installed
dependencies</a></li-->
+ <li><a href="/jmx-console/">Access JMX
console</a></li>
+</ul>
+</fieldset>
+</div>
+
+<div class="pageSection">
+<h3>Project information</h3>
+
+<fieldset>
+ <legend><b>Documentation</b></legend>
+
+<ul>
+ <li><a
href="http://labs.jboss.com/portal/jbossws/downloads">Latest download and
samples</a></li>
+ <li><a
href="http://jbws.dyndns.org/mediawiki/index.php/JBossWS_FAQs"&...
+ <li><a
href="http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide&q...
guide</a></li>
+ <li><a
href="http://jbws.dyndns.org/mediawiki/index.php/Main_Page">...
WIKI</a></li>
+ <li><a
href="http://jbws.dyndns.org/mediawiki/index.php?title=Records_manag...
management</a></li>
+</ul>
+</fieldset>
+
+</br>
+<fieldset>
+ <legend><b>Community</b></legend>
+<ul>
+ <li><a
href="http://www.jboss.org/index.html?module=bb&op=viewforum&...
forum</a></li>
+ <li><a
href="http://www.jboss.org/index.html?module=bb&op=viewforum&...
forum</a></li>
+ <li><a
href="https://lists.jboss.org/mailman/listinfo/jbossws-users"&g...
list</a></li>
+</ul>
+</fieldset>
+
+</br>
+<fieldset>
+ <legend><b>Source repository</b></legend>
+<ul>
+ <li><a
href="http://jbws.dyndns.org/mediawiki/index.php?title=Subversion&qu...
repository</a></li>
+ <li><a
href="http://fisheye.jboss.com/viewrep/JBossWS">Browse
sources online</a></li>
+</ul>
+</fieldset>
+</div>
+
+</body>
+</html>
Added: stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/styles.css
===================================================================
--- stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/styles.css
(rev 0)
+++ stack/cxf/branches/tdiesler/trunk/context/src/main/webapp/styles.css 2008-04-12
21:49:15 UTC (rev 6394)
@@ -0,0 +1,186 @@
+
+/* table for list views */
+.table_list {
+}
+
+/* table for detail views */
+.table_form {
+}
+
+.pageHeader {
+ font-size: 14pt;
+ font-weight: BOLD;
+ color: #ffffff;
+ border-bottom-width:1px;
+ border-bottom-style:solid;
+ border-color:#000066;
+ margin-bottom:15px;
+ padding-left:15px;
+ padding-top:5px;
+ padding-bottom:5px;
+ background-color: #3b4f66;
+ max-width: 900px;
+}
+
+.pageSection {
+ padding-left:15px;
+ margin-bottom: 5px;
+ max-width: 900px;
+}
+
+.metrics
+{
+ font-size: 6pt;
+ background-color: #dddddd;
+ width: 100%;
+}
+
+/* table row header */
+.list_tr_head {
+ font-family: Verdana, sans-serif;
+ font-size: 8pt;
+ font-weight: 600;
+ text-align: center;
+ background-color: #3b4f66;
+}
+
+/* table row list view */
+.list_tr {
+ font-family: Verdana, sans-serif;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: top;
+ background-color: #ffffff;
+}
+
+/* table row list view odd lines */
+.list_tr_even {
+ font-family: Verdana, sans-serif;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: top;
+ background-color: #ffffff;
+}
+
+/* table row list view even lines */
+.list_tr_odd {
+ font-family: Verdana, sans-serif;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: top;
+ background-color: #dddddd;
+}
+
+/* form label */
+.form_label {
+ font-family: Verdana, sans-serif;
+ font-weight: 500;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: top;
+ background-color: #dddddd;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+/* form value */
+.form_value {
+ font-family: Verdana, sans-serif;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: baseline;
+}
+
+/* tiny writing */
+.tiny {
+ font-family: Verdana, sans-serif;
+ font-size: 8pt;
+ color: #666666;
+}
+
+/* required input fields */
+.inputmust {
+ background-color: #dddddd;
+}
+
+/* error message */
+.error {
+ font-family: Courier New;
+ color: #990000;
+}
+
+/* error message */
+.error_trace {
+ font-family: Courier New;
+}
+
+/* active tree node */
+.tree_active_label {
+ font-weight: bold;
+}
+
+body {
+ font-family: Verdana,, sans-serif;
+ font-size: 8pt;
+ color: #000066;
+ background-color: #ffffff;
+}
+
+/* title style */
+h1 {
+ font-family: Verdana, sans-serif;
+ font-size: 14pt;
+ font-weight: 600;
+ color: #000066;
+}
+
+h2 {
+ font-family: Verdana, sans-serif;
+ font-size: 12pt;
+ font-weight: 600;
+ color: #000066;
+}
+
+h3 {
+ font-family: Verdana, sans-serif;
+ font-size: 10pt;
+ font-weight: 600;
+ color: #000066;
+}
+
+h4 {
+ font-family: Verdana, sans-serif;
+ font-size: 10pt;
+ font-weight: 500;
+ color: #000066;
+}
+
+/* table desk */
+td {
+ font-family: Verdana, sans-serif;
+ font-size: 8pt;
+ padding-left: 5px;
+ padding-right: 5px;
+}
+
+input, textarea, select, option {
+ font-family: Verdana, sans-serif;
+ font-size: 8pt;
+ color: #000066;
+}
+
+a {
+ font-family: Verdana, sans-serif;
+ color: #3b4f66;
+ text-decoration: none;
+}
+
+a:hover{
+ font-family: Verdana, sans-serif;
+ color: #cc0000;
+ text-decoration: none;
+}
+
+pre {
+ background:#dddddd
+}
\ No newline at end of file
Modified: stack/cxf/branches/tdiesler/trunk/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/pom.xml 2008-04-12 21:24:21 UTC (rev 6393)
+++ stack/cxf/branches/tdiesler/trunk/pom.xml 2008-04-12 21:49:15 UTC (rev 6394)
@@ -128,5 +128,10 @@
<enabled>false</enabled>
</snapshots>
</repository>
+ <repository>
+ <id>java.net</id>
+ <
url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
</repositories>
</project>