This commit is contained in:
2025-02-26 14:49:25 +07:00
commit 1c1d9c4474
6403 changed files with 1953774 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Manifest-Version: 1.2
Ant-Version: Apache Ant 1.7.0
Created-By: 1.5.0_15-b04 (Sun Microsystems Inc.)
Specification-Title: JBossWS
Specification-Version: jbossws-3.0
Specification-Vendor: JBoss (http://www.jboss.org)
Implementation-Title: JBoss Web Services - Native
Implementation-URL: http://www.jboss.org/products/jbossws
Implementation-Version: jbossws-3.0.1-native-2.0.4.GA (build=200803312
044)
Implementation-Vendor: JBoss Inc.
Implementation-Vendor-Id: http://www.jboss.org
Class-Path: jbossws-spi.jar jbossws-common.jar jbossws-framework.jar j
boss-jaxrpc.jar jboss-jaxws.jar jboss-saaj.jar activation.jar common
s-logging.jar concurrent.jar javassist.jar jaxb-api.jar jaxb-impl.jar
mail.jar jboss-remoting.jar jboss-xml-binding.jar policy.jar stax-a
pi.jar wsdl4j.jar

View File

@@ -0,0 +1,15 @@
<?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>
<!-- A security domain that restricts access
<security-domain>java:/jaas/JBossWS</security-domain>
-->
<context-root>jbossws</context-root>
</jboss-web>

View File

@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
A web application that installs the JBossWS servlets
$Id: web.xml 4016 2007-07-27 06:00:11Z thomas.diesler@jboss.com $
-->
<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>
<servlet>
<servlet-name>PortComponentLinkServlet</servlet-name>
<servlet-class>org.jboss.ws.core.server.PortComponentLinkServlet</servlet-class>
</servlet>
<!-- now the mappings -->
<servlet-mapping>
<servlet-name>ContextServlet</servlet-name>
<url-pattern>/services/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>PortComponentLinkServlet</servlet-name>
<url-pattern>/pclink</url-pattern>
</servlet-mapping>
<!-- A security constraint that restricts access
<security-constraint>
<web-resource-collection>
<web-resource-name>ContextServlet</web-resource-name>
<description>An example security config that only allows users with the
role 'friend' to access the JBossWS console web application
</description>
<url-pattern>/*</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
</web-resource-collection>
<auth-constraint>
<role-name>friend</role-name>
</auth-constraint>
</security-constraint>
-->
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>JBossWS Management Console</realm-name>
</login-config>
<security-role>
<role-name>friend</role-name>
</security-role>
<!--
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>

View File

@@ -0,0 +1,66 @@
<html><head>
<meta http-equiv='Content-Type content='text/html; charset=iso-8859-1'>
<title>JBossWS (jbossws-3.0.1-native-2.0.4.GA)</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: jbossws-3.0.1-native-2.0.4.GA</b></li>
<li><b>Build: 200803312047</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">FAQ</a></li>
<li><a href="http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide">User guide</a></li>
<li><a href="http://jbws.dyndns.org/mediawiki/index.php/Main_Page">JBossWS WIKI</a></li>
<li><a href="http://jbws.dyndns.org/mediawiki/index.php?title=Records_management">Records 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&f=200">User forum</a></li>
<li><a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=174">Design forum</a></li>
<li><a href="https://lists.jboss.org/mailman/listinfo/jbossws-users">Mailing 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">Subversion repository</a></li>
<li><a href="http://fisheye.jboss.com/viewrep/JBossWS">Browse sources online</a></li>
</ul>
</fieldset>
</div>
</body>
</html>

View File

@@ -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
}