You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(20) |
Nov
(11) |
Dec
(27) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(11) |
Feb
(8) |
Mar
(17) |
Apr
(11) |
May
(9) |
Jun
(30) |
Jul
(18) |
Aug
|
Sep
(4) |
Oct
(34) |
Nov
(83) |
Dec
(28) |
| 2004 |
Jan
(4) |
Feb
|
Mar
(13) |
Apr
(20) |
May
(4) |
Jun
(26) |
Jul
(5) |
Aug
(2) |
Sep
(3) |
Oct
(7) |
Nov
(10) |
Dec
(24) |
| 2005 |
Jan
(7) |
Feb
(44) |
Mar
(9) |
Apr
(16) |
May
(9) |
Jun
(64) |
Jul
(48) |
Aug
(36) |
Sep
(27) |
Oct
(24) |
Nov
(20) |
Dec
(11) |
| 2006 |
Jan
(12) |
Feb
(13) |
Mar
(7) |
Apr
|
May
(16) |
Jun
(5) |
Jul
(2) |
Aug
(7) |
Sep
(19) |
Oct
(5) |
Nov
(9) |
Dec
(13) |
| 2007 |
Jan
(21) |
Feb
(12) |
Mar
(6) |
Apr
|
May
(2) |
Jun
(14) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(5) |
May
(2) |
Jun
(1) |
Jul
(6) |
Aug
|
Sep
(9) |
Oct
(3) |
Nov
(25) |
Dec
(32) |
| 2009 |
Jan
(11) |
Feb
(12) |
Mar
(18) |
Apr
(19) |
May
(31) |
Jun
(23) |
Jul
(35) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
|
Dec
(8) |
| 2010 |
Jan
(3) |
Feb
(3) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Lucia M. <lme...@cs...> - 2005-02-09 15:22:45
|
Hi, I'm a newbie of Hermes. I downloaded "hermes_ebms2_all_in_one_1000.zip" and I tried to install the MSH. I have some questions about Hermes architecture that colud be very silly... 1- LoopBack is a client application for Hermes. Is it only for test installation or can I use it as my client application? I mean, have I to develop a new client application to exchamnge messages with another Hermes MSH ? 2- RunMonitor start only a GUI for sending messages (based on LoopBack) or is an Hermes client application? and can be used aside from LoopBack? 3- If two persons dislocated in different positions want exchange messages, both have to own a client application and the MSH servlet ?? 4- When a message is sent or received where can i read the message and it's attachment? In the "Send History", "Receive History", and "Error History" Monitor tables, I can see only information about the Envelope of the ebXML message. 5- If I send a message to myself it's all good. But Tomcat stdout.log contains 2 WARN about Database. I use PostrgreSQL. This is the log: 9-feb-2005 15.46.36 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 9-feb-2005 15.46.37 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 7881 ms 9-feb-2005 15.46.38 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 9-feb-2005 15.46.38 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.0.27 9-feb-2005 15.46.38 org.apache.catalina.core.StandardHost start INFO: XML validation disabled 9-feb-2005 15.46.38 org.apache.catalina.core.StandardHost getDeployer INFO: Create Host deployer for direct deployment ( non-jmx ) 9-feb-2005 15.46.38 org.apache.catalina.core.StandardHostDeployer install INFO: Processing Context configuration file URL file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\conf\Catalina\localhost\admin.xml 9-feb-2005 15.46.43 org.apache.struts.util.PropertyMessageResources <init> INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true 9-feb-2005 15.46.43 org.apache.struts.util.PropertyMessageResources <init> INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true 9-feb-2005 15.46.46 org.apache.struts.util.PropertyMessageResources <init> INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', returnNull=true 9-feb-2005 15.46.59 org.apache.catalina.core.StandardHostDeployer install INFO: Processing Context configuration file URL file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\conf\Catalina\localhost\balancer.xml 9-feb-2005 15.47.00 org.apache.catalina.core.StandardHostDeployer install INFO: Processing Context configuration file URL file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\conf\Catalina\localhost\manager.xml 9-feb-2005 15.47.00 org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /msh from URL file:C:/Programmi/Apache Software Foundation/Tomcat 5.0/webapps/msh log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase). log4j:WARN Please initialize the log4j system properly. Info: using property file in C:\WINNT\system32\msh.properties.xml 9-feb-2005 15.47.11 org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /jsp-examples from URL file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\jsp-examples 9-feb-2005 15.47.13 org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path from URL file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\ROOT 9-feb-2005 15.47.13 org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /servlets-examples from URL file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\servlets-examples 9-feb-2005 15.47.14 org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /tomcat-docs from URL file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\tomcat-docs 9-feb-2005 15.47.16 org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /webdav from URL file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\webdav 9-feb-2005 15.47.17 org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 9-feb-2005 15.47.18 org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 9-feb-2005 15.47.18 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=40/131 config=C:\Programmi\Apache Software Foundation\Tomcat 5.0\conf\jk2.properties 9-feb-2005 15.47.18 org.apache.catalina.startup.Catalina start INFO: Server startup in 41009 ms What can I do?? What's the problem? Thanks in advance for your attention and your help!! Regards Lucia |
|
From: Galloway, B. <bry...@in...> - 2005-02-09 13:31:50
|
David, Thank you very much for the prompt response. I'll try out the code this morning and let you know if I have any problems. -Bryan |
|
From: David W. \(XML\) <da...@dr...> - 2005-02-09 01:49:17
|
Bryan, There is some basic checking in Hermes of CPA. It uses a SQL table to load values from the CPA to check. However - for the XML2004 Interop - we enhanced the base Hermes code to include full CPA driven validation. This includes integration with jCAM to check business content rules, and also ability to retrieve the CPA itself from an ebXML registry. And also HTML forms to create a CPA using Javascript and post the XML across to a servlet that stores it into registry. All this working source code and implementation notes can be downloaded from :- http://ebxmlbook.com/interop This code has been contributed to the FreebXML project, but as yet all these extensions have not been incorporated into the full base release - just a question of priorities and resources to be able to do that (usual issues!). Enjoy, DW ----- Original Message ----- From: "Galloway, Bryan" <bry...@in...> To: <ebx...@li...> Sent: Tuesday, February 08, 2005 6:17 PM Subject: [ebxmlms-general] Import and enforce CPA on a server? I have installed and tested Hermes on a server on which I hope to receive messages asynchronously. In order to do this I need to be able to enforce a CPA my trading partner has sent. How do I import this into the server or configure it to enforce it? According to your website this shouldn't be hard: "In addition to secure and reliable messaging functions, Hermes supports the concept of 'quality of service' by respecting in-force agreements between itself and any other ebMS-compliant MSH with which it communicates. These agreements are expressed as CPA." But I don't see anything in the documentation that shows me how to do this. Any help is appreciated. -Bryan ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: Galloway, B. <bry...@in...> - 2005-02-08 23:17:55
|
I have installed and tested Hermes on a server on which I hope to receive messages asynchronously. In order to do this I need to be able to enforce a CPA my trading partner has sent. How do I import this into the server or configure it to enforce it? According to your website this shouldn't be hard: "In addition to secure and reliable messaging functions, Hermes supports the concept of 'quality of service' by respecting in-force agreements between itself and any other ebMS-compliant MSH with which it communicates. These agreements are expressed as CPA." But I don't see anything in the documentation that shows me how to do this. Any help is appreciated. -Bryan |
|
From: <Chr...@ml...> - 2005-02-07 12:35:45
|
Hi, > - when I send from partner A to partner B, I get the error "Received > fatal alert: bad_certificate during SSLHandshake" once I had similar problems with access to a server with a self certified server key: the certificate of parner B (or more precisely: of the CA that certified partner B) is not included in the cacerts file of partner A's Java environment. If a browser connects to a server, where the certficate of the CA is not kwown, the user is asked how to proceed. In the case of connecting from tomcat, the certificate is required. If your partner B server's key is self certified, just include it into the cacerts file of partner A (.../jre/lib/security/cacerts). Bye Christoph |
|
From: Dorris T. <cw...@ce...> - 2005-02-04 08:17:48
|
*********************************************** Hermes Deployed in New MTR e-Procurement Vendor *********************************************** Hong Kong SAR, Peoples Republic of China - February 4, 2005 - Center for E-Commerce Infrastructure Development (CECID), The University of Hong Kong (HKU) has completed a new e-procurement project for MTR Corporation, the operator of Hong Kong's urban metro railway and bigboXX.com, an e-commerce portal providing a wide range of office supplies and business services to corporate customers in Hong Kong. The project involves the deployment of our B2B Connector, at MTR and the deployment of Hermes to bigboXX.com's existing procurement portal. The e-procurement system is in production after testing on the business systems at both companies. The B2B Connector, which is a stand-alone internet appliance powered by Hermes, at MTR receives electronic invoices and statements from bigboXX.com. The benefit of the use of the B2B Connector lies in the ease of integration with MTR's existing Electronic Goods Receiving System. With the web-based procurement system, MTR can send their orders to bigboXX.com online and all the orders are sent directly to the backend system of bigboXX.com. As soon as the goods are delivered to MTR, an electronic invoice is sent from bigboXX.com through Hermes to MTR reliably and securely. When the invoice reaches the B2B Connector in MTR, it is put into MTR's own intranet application and hence reconciliation can be automatically performed. Statements from bigboXX.com to MTR are sent on a monthly basis following the same mechanism. About MTR Corporation (http://www.mtrcorp.com): Carrying an average 2.3 million passengers each weekday, the MTR has been confirmed by recent benchmarking studies as one of the world's finest railways for reliability, customer service and cost efficiency. Besides railway operations, the Corporation is also actively involved in the development of key residential and commercial projects above existing stations and along new line extensions as well as many other commercial activities associated with the railway including rental of retail and advertising space, ATM banking facilities and personal telecommunication services. It also provides consultancy services to organizations worldwide. About bigboXX.com (http://www.bigboxx.com): bigboXX.com is a leading B2B operator supplying a comprehensive range of office products and services to corporate customers. It is Hong Kong's largest office supplies provider with over 8,000 product offerings specializing in stationery, paper, computer, furniture and breakroom items. In addition to office supplies, bigboXX.com is fully established in other core disciplines including a Print Center which caters for digital and offset printing, a Premium Center that sources gift items for promotions and Records Management to offer secure document storage solutions. bigboXX.com is an e-commerce operation of Hutchison Whampoa Limited. About CECID (www.cecid.hku.hk) Established in January 2002, Center for E-Commerce Infrastructure Development (CECID) at the University of Hong Kong conducts e-commerce research and development with the vision of helping organizations increase their competitiveness in the global economy. CECID develops e-commerce enabling technologies, participates in important international e-commerce initiatives, supports e-commerce standardization for Hong Kong and the Asia Pacific Region, and transfers e-commerce technology and skills to the community. With projects primarily funded by the Hong Kong Government's Innovation and Technology Commission, CECID is an active member of OASIS and the ebXML Asia Committee. The Center also collaborates with a number of lead technology users in the Asia-Pacific Region on turning R&D results into real-life business applications. CECID's contributions to the community include its code donation of Hermes and ebMail to freebXML (www.freebxml.org) and the production of an in-depth design and management guide on XML Schemas for the Hong Kong Government. CECID is currently developing a plug-and-play Internet appliance for secure and reliable transmission of electronic documents based on ebXML/ Web Services. PR Contacts for Press and Analysts: Dorris Tai (cw...@ce...) Business Manager Center for E-Commerce Infrastructure Development (CECID) Dept. of Computer Science The University of Hong Kong Tel: +852 2859 2818 Fax: +852 2547 4611 URL: www.cecid.hku.hk |
|
From: Dorris T. <cw...@ce...> - 2005-01-28 03:11:47
|
*************************************************************** Hermes 1.0 and ebMail 1.2 Released and Used by HKSAR Government *************************************************************** Hong Kong SAR, Peoples Republic of China - January 28, 2005 - Center for E-Commerce Infrastructure Development (CECID), The University of Hong Kong (HKU) is pleased to announce that a new version of our two open source ebXML software, Hermes and ebMail have been released to the ebXML community, www.freebXML.org. The new releases are already being used by the HKSAR Government in one of its joined-up service projects. In the latest version of Hermes, Hermes 1.0, one new feature is a customizable digital certificate resolver, in which the persistence handler can customize the implementation for Hermes to save the message content. In addition, Hermes 1.0 has improved its SSL (Secure Socket Layer) support to make configuration simpler and more flexible. ebMail 1.2, the new version, supports multiple party IDs handling in ebXML message by adding a customizable message dispatching mechanism. This latest version of Hermes has been adopted by the e-Government Infrastructure Service (EGIS) project to provide secure and reliable connectivity between the HKSAR Government and the business community. Under the Hong Kong Digital 21 Strategy, EGIS is established as an open-standards-based, scalable and flexible service delivery platform for Government-to-Citizen (G2C) and Government-to-Business (G2B) transactions. The purpose is to achieve service integration and transformation towards citizen-centric service delivery with seamless information flow among participating service providers. Business partners who need to connect to EGIS may use the open-source ebMail 1.2 or Hermes 1.0 to exchange electronic documents with B/Ds. About Hermes (www.cecid.hku.hk/hermes.php) Hermes is a Business-to-Business (B2B) Messaging Server which provides a standardized, reliable and secure infrastructure for enterprises to exchange business data on the Internet. Developers from 80+ economies have downloaded Hermes' source code. Hermes has many successful use cases, most of which are innovative, cost-effective applications used by enterprises for exchange of business documents such as POs and invoices. Some local users of Hermes include MTRC, OOCL, Sony, HMV, bigboXX.com and HKSAR Government's Marine Department. Besides accreditation by the ebXML Asia Committee with Level 2 and 3 ebXML Asia Interoperability Certificates, Hermes has won Certificates of Merit (Product Category) at the 6th HK Computer Society IT Excellence Awards and the Asia-Pacific ICT Awards 2004 (R&D Category). About ebMail (www.cecid.hku.hk/ebmail.php) ebMail is a desktop e-mail client which helps organizations, small-and-medium-sized enterprises (SME) in particular, to engage in B2B e-commerce activities. This lightweight toolkit enables trading partners to exchange business documents cost-effectively through email, or ebXML Message Service (ebMS) over Simple Mail Transport Protocol (SMTP). ebMail is a trimmed-down ebMS handler which does not require any application server software and dedicated Internet connection to use ebXML. It allows a user to compose electronic documents offline through graphical user interface (GUI), and send and receive documents when the user is connected to the Internet. Some users of ebMail include HKSAR Government's Department of Health, Hong Kong Observatory and Dagang Net of Malaysia. Hermes and ebMail are professionally supported by CECID. Different support packages covering installation, connectivity, integration, enhancement and plug-ins development are available to cater to different needs. Visit www.cecid.hku.hk/open-source/ to learn more about the support. About CECID (www.cecid.hku.hk) Established in January 2002, Center for E-Commerce Infrastructure Development (CECID) at the University of Hong Kong conducts e-commerce research and development with the vision of helping organizations increase their competitiveness in the global economy. CECID develops e-commerce enabling technologies, participates in important international e-commerce initiatives, supports e-commerce standardization for Hong Kong and the Asia Pacific Region, and transfers e-commerce technology and skills to the community. With projects primarily funded by the Hong Kong Government's Innovation and Technology Commission, CECID is an active member of OASIS and the ebXML Asia Committee. The Center also collaborates with a number of lead technology users in the Asia-Pacific Region on turning R&D results into real-life business applications. CECID's contributions to the community include its code donation of Hermes and ebMail to freebXML(www.freebxml.org) and the production of an in-depth design and management guide on XML Schemas for the Hong Kong Government. CECID is currently developing a plug-and-play Internet appliance for secure and reliable transmission of electronic documents based on ebXML/ Web Services. PR Contacts for Press and Analysts: Dorris Tai (cw...@ce...) Business Manager Center for E-Commerce Infrastructure Development (CECID) Dept. of Computer Science The University of Hong Kong Tel: +852 2859 2818 Fax: +852 2547 4611 URL: www.cecid.hku.hk |
|
From: Morin F. <fm...@ax...> - 2005-01-18 09:33:13
|
Hi all, Has anyone successfully used client authentication between two partners = ? I don't know how to configure tomcat to work with that... I tried with = tomcat 4.1 and tomcat 5.5, and the same problem always occurs : - when I send from partner A to partner B, I get the error "Received = fatal alert: bad_certificate during SSLHandshake" - when I send from partner B to partner A, I get the error "Connection = Reset" I've followed the instructions provided at = http://www.mail-archive.com/tom...@ja.../msg116658.html= and client authentication works well in a web browser (when I connect = to any of the two tomcat), but I can't enable it between two tomcats. Any idea ? |
|
From: Ted S. <ts...@fr...> - 2005-01-17 23:31:14
|
Ed, We have been using Tomcat 5.0.28 with no issues. Havent tried 1.5 Ted _____ From: ebx...@li... [mailto:ebx...@li...] On Behalf Of Ed Law Sent: Sunday, 16 January 2005 10:20 AM To: ebx...@li... Subject: [ebxmlms-general] Tomcat 5.5.4 and Java 1.5 Hi All, Has Hermes 1.0.0.0 been tested on Tomcat 5.5.4 and Java 1.5? I want to move to the latest-and-greatest, but not if Hermes doesn't work under them. Thanks, Ed |
|
From: David W. \(XML\) <da...@dr...> - 2005-01-17 18:28:42
|
Ed, We've used Tomcat 5.1 OK. Someone posted a note on the connection URL on 5.1 requiring a "/" on the end - but we did not see that problem. Not sure about Java 1.5 - not tried that yet. I guess if you really need 1.5 for some of its new features - then you can try it.... DW ----- Original Message ----- From: "Patrick Yee" <kc...@ce...> To: <ebx...@li...> Sent: Monday, January 17, 2005 11:32 AM Subject: Re: [ebxmlms-general] Tomcat 5.5.4 and Java 1.5 > I am sorry, but we have only developed and tested Hermes on Tomcat 4 and > Java 1.4. > Regards, -Patrick > > Ed Law wrote: > > > Hi All, > > > > Has Hermes 1.0.0.0 been tested on Tomcat 5.5.4 and Java 1.5? I want > > to move to the latest-and-greatest, but not if Hermes doesn't work > > under them. > > > > Thanks, > > Ed > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |
|
From: David W. \(XML\) <da...@dr...> - 2005-01-17 18:21:46
|
The new improved ebXML forum website is now live! http://www.ebxmlforum.org We now have an expanded editorial team to ensure you get more news and coverage of all the right items relevant to ebXML happening in our industry today. Read articles on the benefits of ebXML, advanced notes on the new BPSS V2 coming from OASIS, and more. The new "Industry" area provides content and discussion on key industry sectors, and areas for you the readers to provide feedback directly to our team of editors. Plus you can now use the translation feature to auto-view the site in any one of 8 major languages. Then the new integrated Google Searching inside the site allows you to find articles and content that you need. To round things off we also have a headlines ticker to give you access to the latest news as it occurs. Take time to check out the new site and let us know how it works for you. Enjoy, David Webber, Editor, ebXML Forum. |
|
From: Patrick Y. <kc...@ce...> - 2005-01-17 16:32:15
|
I am sorry, but we have only developed and tested Hermes on Tomcat 4 and Java 1.4. Regards, -Patrick Ed Law wrote: > Hi All, > > Has Hermes 1.0.0.0 been tested on Tomcat 5.5.4 and Java 1.5? I want > to move to the latest-and-greatest, but not if Hermes doesn't work > under them. > > Thanks, > Ed |
|
From: Ed L. <el...@no...> - 2005-01-16 02:20:05
|
Hi All, Has Hermes 1.0.0.0 been tested on Tomcat 5.5.4 and Java 1.5? I want to = move to the latest-and-greatest, but not if Hermes doesn't work under = them. Thanks, Ed |
|
From: David RR W. <da...@dr...> - 2004-12-20 16:41:45
|
This looks like an excellent EAI option for use with Hermes. Has anyone tried it? DW ----- Original Message ----- > To: Webber, David (NIH/OD) > Sent: 12/20/2004 10:41 AM > Subject: openadaptor > > David, > This looks like very interesting code for doing the EAi stuff. > http://www.openadaptor.org |
|
From: David RR W. <da...@dr...> - 2004-12-20 15:02:39
|
FYI - one of my developers tried this with success! This seems a very nice option for Hermes client especially. Thanks, DW Sent: Monday, December 20, 2004 9:54 AM Subject: RE: Database options for use with Hermes and OMAR > Just FYI, I set up my Hermes client to use the Cloudscape database embedded > under Tomcat and it was as simple as putting the jar files in place and > specifying the connection parameters to Hermes. Just need to investigate > what kind of tool support it has. > |
|
From: Ronald v. K. <rtv...@xs...> - 2004-12-20 09:29:27
|
Patrick, It does, it is what I expected, but I hoped otherwise ;-). Thanks Ronald. Patrick Yee probeerde me het volgende duidelijk te maken: > Ronald, > In the diagram, we mean that Elf, i.e. the "hardware device" version of > hermes, can be connected to another instance of Elf at the other side of > the Internet. Or, Elf can be connected to an ebMS message gateway at the > other side. The ebMS message gateway may be Hermes, or any other ebMS > compliant server. The ebMS server may then route the messages to > different clients, but in this case, the routing is not using ebMS > protocol, and so no multi-hop functionality on ebMS is expected. Hope > this clarifies the diagram. > Regards, -Patrick > > > > Ronald van Kuijk wrote: > >>otoh, on http://www.cecid.hku.hk/projectelf.php I see a message gateway that seems to be in the >>middle and thus probably needing some kind of multi hop functionality. Maybe someone from cecid >>can elaborate on this. >> >>Ronald >> >> >>Ronald van Kuijk probeerde me het volgende duidelijk te maken: >> >> >>>David, >>> >>>Hermes does not support multi-hop delivery. I'd like to have it to. That's what you get if it is >>>optional in the specs. I've looked at it once, but it is not real simple to implement. >>> >>>What I do want to is a kind of postoffice funcionality. Not all our clients are always online >>> and >>>some don't even accept incomming connections, so we'd like to have a http based minimal imap >>>system (which we currently have, but our system is not yet based on hermes). Why http? that >>>integrates better with an appserver. >>> >>>Ronald >>> >>>David RR Webber probeerde me het volgende duidelijk te maken: >>> >>> >>>>The ebXML specification supports multi-hop delivery. >>>> >>>>E.g. Server A sends to Server B that routes and >>>>delivers to Server C. >>>> >>>>Has anyone tried this with Hermes, and if so - what are >>>>the elements in the ebXML message header / Hermes >>>>control tables - that enable this behaviour? >>>> >>>>Thanks, DW >>>> >>>> >>>> >>>> >>>-- >>>Kijk niet terug, maar kijk naar mij >>>Don't look back, just look at me >>> >>> >>> >>>------------------------------------------------------- >>>SF email is sponsored by - The IT Product Guide >>>Read honest & candid reviews on hundreds of IT Products from real users. >>>Discover which products truly live up to the hype. Start reading now. >>>http://productguide.itmanagersjournal.com/ >>>_______________________________________________ >>>ebxmlms-general mailing list >>>ebx...@li... >>>https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >>> >>> >>> >> >> >> >> > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > -- Kijk niet terug, maar kijk naar mij Don't look back, just look at me |
|
From: Magnus A. <Mag...@os...> - 2004-12-20 07:56:30
|
No luck in the "Help - Forum" so I will try the general list... Our problem is that the msh has to many open connections to the database. In the msh.properties.xml file we are using the following properties for the database connections: [...] <InitialConnections>3</InitialConnections> <MaximumConnections>15</MaximumConnections> [...] still the msh_user has from about 50 up to 200 open connections to the database. Has anyone experienced a similar problem? We are using the following stuff: j2sdk1.4.2 jakarta-tomcat-4.1.29-LE-jdk14 (running on Solaris 9 Generic) oracle.jdbc.driver.OracleDriver (classes12.jar) Oracle9i 9.2.0.1.0-64bit database Any help is much appreciated :-) Best regards Magnus Anvin |
|
From: Patrick Y. <kc...@ce...> - 2004-12-20 04:30:17
|
Thanks David, exactly. -Patrick David RR Webber wrote: > Ronald, > > BTW - as a supplemental to Patrick's reply - notice that the data > handler in Hermes can be > purposed to onward route complete interactions - but the CPA would > need to identify the > downstream delvery address.... > > DW > > Ronald van Kuijk wrote: > >> otoh, on http://www.cecid.hku.hk/projectelf.php I see a message >> gateway that seems to be in the >> middle and thus probably needing some kind of multi hop >> functionality. Maybe someone from cecid >> can elaborate on this. >> >> Ronald >> >> >> Ronald van Kuijk probeerde me het volgende duidelijk te maken: >> >> >>> David, >>> >>> Hermes does not support multi-hop delivery. I'd like to have it to. >>> That's what you get if it is >>> optional in the specs. I've looked at it once, but it is not real >>> simple to implement. >>> >>> What I do want to is a kind of postoffice funcionality. Not all our >>> clients are always online and >>> some don't even accept incomming connections, so we'd like to have a >>> http based minimal imap >>> system (which we currently have, but our system is not yet based on >>> hermes). Why http? that >>> integrates better with an appserver. >>> >>> Ronald >>> >>> David RR Webber probeerde me het volgende duidelijk te maken: >>> >>> >>>> The ebXML specification supports multi-hop delivery. >>>> >>>> E.g. Server A sends to Server B that routes and >>>> delivers to Server C. >>>> >>>> Has anyone tried this with Hermes, and if so - what are >>>> the elements in the ebXML message header / Hermes >>>> control tables - that enable this behaviour? >>>> >>>> Thanks, DW >>>> >>>> >>>> >>> >>> -- >>> Kijk niet terug, maar kijk naar mij >>> Don't look back, just look at me >>> >>> >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide >>> Read honest & candid reviews on hundreds of IT Products from real >>> users. >>> Discover which products truly live up to the hype. Start reading now. >>> http://productguide.itmanagersjournal.com/ >>> _______________________________________________ >>> ebxmlms-general mailing list >>> ebx...@li... >>> https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >>> >>> >> >> >> >> >> > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: David RR W. <da...@dr...> - 2004-12-20 04:21:20
|
Ronald, BTW - as a supplemental to Patrick's reply - notice that the data handler in Hermes can be purposed to onward route complete interactions - but the CPA would need to identify the downstream delvery address.... DW Ronald van Kuijk wrote: >otoh, on http://www.cecid.hku.hk/projectelf.php I see a message gateway that seems to be in the >middle and thus probably needing some kind of multi hop functionality. Maybe someone from cecid >can elaborate on this. > >Ronald > > >Ronald van Kuijk probeerde me het volgende duidelijk te maken: > > >>David, >> >>Hermes does not support multi-hop delivery. I'd like to have it to. That's what you get if it is >>optional in the specs. I've looked at it once, but it is not real simple to implement. >> >>What I do want to is a kind of postoffice funcionality. Not all our clients are always online and >>some don't even accept incomming connections, so we'd like to have a http based minimal imap >>system (which we currently have, but our system is not yet based on hermes). Why http? that >>integrates better with an appserver. >> >>Ronald >> >>David RR Webber probeerde me het volgende duidelijk te maken: >> >> >>>The ebXML specification supports multi-hop delivery. >>> >>>E.g. Server A sends to Server B that routes and >>>delivers to Server C. >>> >>>Has anyone tried this with Hermes, and if so - what are >>>the elements in the ebXML message header / Hermes >>>control tables - that enable this behaviour? >>> >>>Thanks, DW >>> >>> >>> >>> >>-- >>Kijk niet terug, maar kijk naar mij >>Don't look back, just look at me >> >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://productguide.itmanagersjournal.com/ >>_______________________________________________ >>ebxmlms-general mailing list >>ebx...@li... >>https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >> >> >> > > > > |
|
From: Patrick Y. <kc...@ce...> - 2004-12-20 04:03:57
|
Ronald, In the diagram, we mean that Elf, i.e. the "hardware device" version of hermes, can be connected to another instance of Elf at the other side of the Internet. Or, Elf can be connected to an ebMS message gateway at the other side. The ebMS message gateway may be Hermes, or any other ebMS compliant server. The ebMS server may then route the messages to different clients, but in this case, the routing is not using ebMS protocol, and so no multi-hop functionality on ebMS is expected. Hope this clarifies the diagram. Regards, -Patrick Ronald van Kuijk wrote: >otoh, on http://www.cecid.hku.hk/projectelf.php I see a message gateway that seems to be in the >middle and thus probably needing some kind of multi hop functionality. Maybe someone from cecid >can elaborate on this. > >Ronald > > >Ronald van Kuijk probeerde me het volgende duidelijk te maken: > > >>David, >> >>Hermes does not support multi-hop delivery. I'd like to have it to. That's what you get if it is >>optional in the specs. I've looked at it once, but it is not real simple to implement. >> >>What I do want to is a kind of postoffice funcionality. Not all our clients are always online and >>some don't even accept incomming connections, so we'd like to have a http based minimal imap >>system (which we currently have, but our system is not yet based on hermes). Why http? that >>integrates better with an appserver. >> >>Ronald >> >>David RR Webber probeerde me het volgende duidelijk te maken: >> >> >>>The ebXML specification supports multi-hop delivery. >>> >>>E.g. Server A sends to Server B that routes and >>>delivers to Server C. >>> >>>Has anyone tried this with Hermes, and if so - what are >>>the elements in the ebXML message header / Hermes >>>control tables - that enable this behaviour? >>> >>>Thanks, DW >>> >>> >>> >>> >>-- >>Kijk niet terug, maar kijk naar mij >>Don't look back, just look at me >> >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://productguide.itmanagersjournal.com/ >>_______________________________________________ >>ebxmlms-general mailing list >>ebx...@li... >>https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >> >> >> > > > > |
|
From: Ronald v. K. <rtv...@xs...> - 2004-12-20 00:30:09
|
otoh, on http://www.cecid.hku.hk/projectelf.php I see a message gateway that seems to be in the middle and thus probably needing some kind of multi hop functionality. Maybe someone from cecid can elaborate on this. Ronald Ronald van Kuijk probeerde me het volgende duidelijk te maken: > David, > > Hermes does not support multi-hop delivery. I'd like to have it to. That's what you get if it is > optional in the specs. I've looked at it once, but it is not real simple to implement. > > What I do want to is a kind of postoffice funcionality. Not all our clients are always online and > some don't even accept incomming connections, so we'd like to have a http based minimal imap > system (which we currently have, but our system is not yet based on hermes). Why http? that > integrates better with an appserver. > > Ronald > > David RR Webber probeerde me het volgende duidelijk te maken: >> The ebXML specification supports multi-hop delivery. >> >> E.g. Server A sends to Server B that routes and >> delivers to Server C. >> >> Has anyone tried this with Hermes, and if so - what are >> the elements in the ebXML message header / Hermes >> control tables - that enable this behaviour? >> >> Thanks, DW >> >> > > > -- > Kijk niet terug, maar kijk naar mij > Don't look back, just look at me > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > -- Kijk niet terug, maar kijk naar mij Don't look back, just look at me |
|
From: Dorris T. <cw...@ce...> - 2004-12-16 09:51:11
|
****************************************************************** CECID Provides Professional Support Services for Hermes and ebMail ****************************************************************** Hong Kong SAR, Peoples Republic of China - December 16, 2004 - Center for E-Commerce Infrastructure Development (CECID), University of Hong Kong (HKU), the core developer of Hermes and ebMail, announced that it will provide support and training services for these two open-source ebXML software. Since their release to FreebXML.org (http://www.freebxml.org), Hermes and ebMail have been downloaded by developers from over 80 economies, and many installations have been successfully deployed in production in public and private sectors. From time to time, CECID has received requests for technical support on installation and enhancements as well as training services. Besides the present channels of the active mailing lists, technical professionals of end-user organizations can now also contact CECID directly when they need help with deployment of Hermes or ebMail. OEM/ISVs who need assistance with incorporation of these open-source software into their products can readily access CECID developers of Hermes and ebMail. Different support packages covering installation, connectivity, integration, enhancement and plug-ins development are available to cater to different needs. Visit http://www.cecid.hku.hk/open-source/ to learn more about the support. Hermes is an electronic document exchanging server based on an open e-business messaging standard (OASIS ebXML Messaging Service v.2.0). It provides a standardized, reliable, and secure infrastructure for enterprises to exchange business data traditionally provided by EDI (electronic data interchange) but on the Internet and at a low cost affordable by small and medium enterprises. Awards won by Hermes include Merit of Certificate of the 6th HK Computer Society IT Excellence Awards 2004 and Merit of Certificate of the Asia-Pacific Information and Communications Technology Awards (APICTA 2004). Certified by the ebXML Asia Committee for its interoperability, Hermes is donated to the ebXML development community, FreebXML.org and released under the Academic Free License. ebMail is a desktop e-mail client which helps organizations, small-and-medium-sized enterprises (SME) in particular, to engage in B2B e-commerce activities. This lightweight toolkit enables trading partners to exchange business documents cost-effectively through email, or ebXML Message Service (ebMS) over Simple Mail Transport Protocol (SMTP). ebMail is a trimmed-down ebMS handler which does not require any application server software and dedicated Internet connection to use ebXML. It allows a user to compose electronic documents offline through graphical user interface (GUI), and send and receive documents when the user is connected to the Internet. ebMail is available also at FreebXML.org and released under the Academic Free License. About CECID (www.cecid.hku.hk) Established in January 2002, Center for E-Commerce Infrastructure Development (CECID) at the University of Hong Kong conducts e-commerce research and development with the vision of helping organizations increase their competitiveness in the global economy. CECID develops e-commerce enabling technologies, participates in important international e-commerce initiatives, supports e-commerce standardization for Hong Kong and the Asia Pacific Region, and transfers e-commerce technology and skills to the community. With projects primarily funded by the Hong Kong Government's Innovation and Technology Commission, CECID is an active member of OASIS and the ebXML Asia Committee. The Center also collaborates with a number of lead technology users in the Asia-Pacific Region on turning R&D results into real-life business applications. CECID's contributions to the community include its code donation of Hermes and ebMail to freebXML (http://www.freebxml.org) and the production of an in-depth design and management guide on XML Schemas for the Hong Kong Government. CECID is currently developing a plug-and-play Internet appliance for secure and reliable transmission of electronic documents based on ebXML / Web Services. PR Contacts for Press and Analysts: Dorris Tai (cw...@ce...) Business Manager Center for E-Commerce Infrastructure Development (CECID) Dept. of Computer Science The University of Hong Kong Tel: +852 2859 2818 Fax: +852 2547 4611 URL: http://www.cecid.hku.hk |
|
From: Morin F. <fm...@ax...> - 2004-12-16 07:10:35
|
I updated javamail to the last version (1.3.2) but I always had the same problem... I'll try your suggestion to see what happen. Thanks. -----Message d'origine----- De : ebx...@li... [mailto:ebx...@li...]De la part de Ronald van Kuijk Envoye : mercredi 15 decembre 2004 17:57 A : ebx...@li... Objet : RE: [ebxmlms-general] "Missing start boundary" exception when processing lot of message I've seen this in three circumstances (not in hermes, but with jaxm) - once in a system under load where there was a threadsafety issue and one receiver started reading data after the headers were already read. - once where there was a wrong mail.jar which produced wrong headers, but that happened all the time, not specifically under load - an text/xml response was produced, but not multipart mime as expected. Otherwise I have no idea where it could come from. Can you turn on some low level debugging on http level? Ronald =20 > -----Oorspronkelijk bericht----- > Van: ebx...@li...=20 > [mailto:ebx...@li...] Namens=20 > Morin Fabrice > Verzonden: woensdag 15 december 2004 17:23 > Aan: ebx...@li... > Onderwerp: [ebxmlms-general] "Missing start boundary"=20 > exception when processing lot of message >=20 > Hi guys, >=20 > Here is a strange problem... An exception "Missing start=20 > boundary" always occurs in tomcat log (catalina.out) when=20 > Hermes process a lot of messages. >=20 > Let me explain the architecture : >=20 > I use 6 machines. 5 of them send messages to the last one.=20 > All messages sent from a same machine share the same cpaID=20 > and the same conversationID. So I have 5 different cpaID and=20 > 5 different conversationID. Service and action are the same=20 > for all messages on all machines. On the last machine, I use=20 > 5 contexts to get those messages. >=20 > To send messages, I use a little tool based on the monitor. > To receive message, I use another tool which polls every 30s=20 > the 5 contexts corresponding to the sender's context. >=20 > Each machine sends 100 messages to the last one (those=20 > messages are signed and sent reliably via HTTPS). I can send=20 > between 3 or 5 messages in a second. There are 2 ASCII=20 > payloads for each message, their sizes are between 1kb and 7kb). >=20 > After a few seconds, I get this error in the receiver tomcat log : >=20 > javax.mail.MessagingException: Missing start boundary > at=20 > javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:284) > at=20 > javax.mail.internet.MimeMultipart.getBodyPart(MimeMultipart.java:171) > at=20 > com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl > .java:118) > at=20 > com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessa > ge(MessageFactoryImpl.java:32) > at=20 > hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.pro > cessMessage(Unknown Source) > at=20 > hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.doP > ost(Unknown Source) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at=20 > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt > er(ApplicationFilterChain.java:237) > at=20 > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli > cationFilterChain.java:157) > at=20 > org.apache.catalina.core.StandardWrapperValve.invoke(StandardW > rapperValve.java:214) > at=20 > org.apache.catalina.core.StandardContextValve.invoke(StandardC > ontextValve.java:178) > at=20 > org.apache.catalina.core.StandardHostValve.invoke(StandardHost > Valve.java:126) > at=20 > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport > Valve.java:105) > at=20 > org.apache.catalina.core.StandardEngineValve.invoke(StandardEn > gineValve.java:107) > at=20 > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdap > ter.java:148) > at=20 > org.apache.coyote.http11.Http11Processor.process(Http11Process > or.java:825) > at=20 > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle > r.processConnection(Http11Protocol.java:731) > at=20 > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolT > cpEndpoint.java:526) > at=20 > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(Le > aderFollowerWorkerThread.java:80) > at=20 > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run( > ThreadPool.java:684) > at java.lang.Thread.run(Thread.java:534)=20 >=20 > Of course everything works fine if I send less messages, more=20 > slowly... >=20 > Has anybody already had this kind of error ? >=20 >=20 > Regards, >=20 > Fabrice. >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide Read honest &=20 > candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now.=20 > http://productguide.itmanagersjournal.com/ > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general >=20 |
|
From: Ronald v. K. <rtv...@xs...> - 2004-12-15 23:50:32
|
David, Hermes does not support multi-hop delivery. I'd like to have it to. That's what you get if it is optional in the specs. I've looked at it once, but it is not real simple to implement. What I do want to is a kind of postoffice funcionality. Not all our clients are always online and some don't even accept incomming connections, so we'd like to have a http based minimal imap system (which we currently have, but our system is not yet based on hermes). Why http? that integrates better with an appserver. Ronald David RR Webber probeerde me het volgende duidelijk te maken: > The ebXML specification supports multi-hop delivery. > > E.g. Server A sends to Server B that routes and > delivers to Server C. > > Has anyone tried this with Hermes, and if so - what are > the elements in the ebXML message header / Hermes > control tables - that enable this behaviour? > > Thanks, DW > > -- Kijk niet terug, maar kijk naar mij Don't look back, just look at me |
|
From: David RR W. <da...@dr...> - 2004-12-15 22:12:14
|
The ebXML specification supports multi-hop delivery. E.g. Server A sends to Server B that routes and=20 delivers to Server C. Has anyone tried this with Hermes, and if so - what are the elements in the ebXML message header / Hermes control tables - that enable this behaviour? Thanks, DW |