osdir.com
mailing list archive
Mozy Online Backup: 2GB Free. Automatic. Secure.

Subject: [cvs] openejb/src/doc ws-index.xml - msg#00014

List: java.openejb.devel

Date: Prev Next Index Thread: Prev Next Index
Added: src/doc Tag: v0_9 ws-index.xml
Log:


Added the doc changes to the v0_9 branch, will be rebuilding the website
shortly



By David Blevins, on 0103/02/12 08:23:08



Revision Changes Path
No revision


No revision


1.1.2.1 +0 -0 openejb/src/doc/ws-index.xml

Index: ws-index.xml
===================================================================
RCS file: /cvsroot/openejb/openejb/src/doc/ws-index.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
http://OpenEJB.sf.net
OpenEJB-development mailing list
OpenEJB-development@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openejb-development



Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

[ openejb-Support Requests-683862 ] Embedded Hello World! fails with protocol failure

Support Requests item #683862, was opened at 2003-02-10 11:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439275&aid=683862&group_id=44351 Category: Install Problem Group: None Status: Open Priority: 5 Submitted By: Christian Nedregård (chr32) Assigned to: Nobody/Anonymous (nobody) Summary: Embedded Hello World! fails with protocol failure Initial Comment: OpenEJB version: Open EJB 0.9.1 OS version: Win2000 Java VM version: j2sdk1.4.1_01 I'm trying to deploy OpenEJB as an embedded container in Resin 2.1.1. When accessing the Hello bean for the first time I get the following failure: Attempted to load OpenEJB. Cannot embed OpenEJB. Exception: java.lang.Exception Cannot initailize OpenEJB. Cannot read the service-jar.xml at resource:/org/openejb/service-jar.xml. Received message: unknown protocol: resource Where do I go from here? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439275&aid=683862&group_id=44351 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ http://OpenEJB.sf.net OpenEJB-development mailing list OpenEJB-development@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openejb-development

Next Message by Date: click to view message preview

[cvs] openejb/src/doc/style news.xsl default.css website.xsl

Modified: src/doc/style Tag: v0_9 default.css website.xsl Added: src/doc/style Tag: v0_9 news.xsl Log: Added the doc changes to the v0_9 branch, will be rebuilding the website shortly By David Blevins, on 0103/02/12 08:23:10 Revision Changes Path No revision No revision 1.7.2.1 +13 -0 openejb/src/doc/style/default.css Index: default.css =================================================================== RCS file: /cvsroot/openejb/openejb/src/doc/style/default.css,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -r1.7 -r1.7.2.1 --- default.css 14 Nov 2002 05:22:09 -0000 1.7 +++ default.css 12 Feb 2003 16:23:08 -0000 1.7.2.1 @@ -46,6 +46,19 @@ line-height: 16px; color: #222222; } +.newsSummary { + font-size: 12px; + font-family: arial, helvetica, sans-serif; + line-height: 16px; color: #222222; +} + +.newsTitle { + font-size: 12px; + font-family: arial, helvetica, sans-serif; + line-height: 16px; color: #222222; + font-weight: bold; +} + .option { font-size: 12px; font-family: arial, helvetica, sans-serif; 1.13.2.1 +3 -0 openejb/src/doc/style/website.xsl Index: website.xsl =================================================================== RCS file: /cvsroot/openejb/openejb/src/doc/style/website.xsl,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -u -r1.13 -r1.13.2.1 --- website.xsl 2 Nov 2002 01:18:38 -0000 1.13 +++ website.xsl 12 Feb 2003 16:23:09 -0000 1.13.2.1 @@ -10,6 +10,7 @@ <xsl:include href="leftNav.xsl"/> <xsl:include href="keywords.xsl"/> <xsl:include href="searchForm.xsl"/> + <xsl:include href="news.xsl"/> <!-- Template for document --> @@ -113,6 +114,7 @@ <tr> <td valign="top" align="left"><br/><img border="0" height="55" hspace="0" src="{$project/logo}" vspace="0" width="200"/><br/> + <xsl:if test="not(document[@page-title='none'])"> <img border="0" height="7" hspace="0" src="images/dotTrans.gif"/><br/> <xsl:choose> <xsl:when test="/document/body/title"> @@ -131,6 +133,7 @@ </p> </xsl:if> <img border="0" height="1" hspace="0" src="images/dotTrans.gif"/> + </xsl:if> </td> </tr> </table> No revision No revision 1.1.2.1 +0 -0 openejb/src/doc/style/news.xsl Index: news.xsl =================================================================== RCS file: /cvsroot/openejb/openejb/src/doc/style/news.xsl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ http://OpenEJB.sf.net OpenEJB-development mailing list OpenEJB-development@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openejb-development

Previous Message by Thread: click to view message preview

[ openejb-Support Requests-683862 ] Embedded Hello World! fails with protocol failure

Support Requests item #683862, was opened at 2003-02-10 11:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439275&aid=683862&group_id=44351 Category: Install Problem Group: None Status: Open Priority: 5 Submitted By: Christian Nedregård (chr32) Assigned to: Nobody/Anonymous (nobody) Summary: Embedded Hello World! fails with protocol failure Initial Comment: OpenEJB version: Open EJB 0.9.1 OS version: Win2000 Java VM version: j2sdk1.4.1_01 I'm trying to deploy OpenEJB as an embedded container in Resin 2.1.1. When accessing the Hello bean for the first time I get the following failure: Attempted to load OpenEJB. Cannot embed OpenEJB. Exception: java.lang.Exception Cannot initailize OpenEJB. Cannot read the service-jar.xml at resource:/org/openejb/service-jar.xml. Received message: unknown protocol: resource Where do I go from here? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439275&aid=683862&group_id=44351 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ http://OpenEJB.sf.net OpenEJB-development mailing list OpenEJB-development@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openejb-development

Next Message by Thread: click to view message preview

[cvs] openejb/src/doc ws-index.xml

Modified: src/doc Tag: v0_9 ws-index.xml Log: Updated the page a bit for more content By David Blevins, on 0103/02/12 08:35:34 Revision Changes Path No revision No revision 1.1.2.2 +23 -10 openejb/src/doc/ws-index.xml Index: ws-index.xml =================================================================== RCS file: /cvsroot/openejb/openejb/src/doc/ws-index.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- ws-index.xml 12 Feb 2003 16:23:07 -0000 1.1.2.1 +++ ws-index.xml 12 Feb 2003 16:35:34 -0000 1.1.2.2 @@ -14,17 +14,30 @@ OpenEJB is an open source, modular, configurable, and extendable EJB Container System and EJB Server. </p> - <p> - OpenEJB comes with fast, lightweight <b>EJB Servers</b> for both - <a href="embedded.html">Local</a> and <a href="remote-server.html">Remote</a> - access. That's right, <a href="deploy.html">deploy</a> your EJBs into the - container system, then just <a href="start-command.html">start the - Remote EJB Server</a> from the command line! Or, put OpenEJB in your class - path and use it as <a href="embedded.html">an embedded library</a> through - the Local EJB Server. - </p> + + <section title="EJB Server"> + <p> + OpenEJB comes with fast, lightweight EJB Servers for both + <a href="embedded.html">Local</a> and <a href="remote-server.html">Remote</a> + access. That's right, <a href="deploy.html">deploy</a> your EJBs into the + container system, then just <a href="start-command.html">start the + Remote EJB Server</a> from the command line! Or, put OpenEJB in your class + path and use it as <a href="embedded.html">an embedded library</a> through + the Local EJB Server. + </p> + </section> + + <section title="EJB Container System"> + <p> + As a <a href="containersystem.html">container system</a>, OpenEJB works like + a big plug-in for middleware servers like Web servers, CORBA servers, and + application servers. By plugging in OpenEJB these servers obtain instant + EJB compliance for hosting Enterprise JavaBeans! + </p> + </section> <p>More information <a href="about.html">here</a>.</p> - &news; + + &news; </section> ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ http://OpenEJB.sf.net OpenEJB-development mailing list OpenEJB-development@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openejb-development
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by