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: Martin S. <nic...@sc...> - 2005-04-07 15:16:05
|
Ups, I saw Patrick Yee's announcement of the change concerning self-signed certificates announced on 19th of March, 2005 too late... sorry. But does this fully explain the behaviour, I described? What is the exact behaviour of Hermes after this change? If I understand correctly, it means, after the change, I cannot use self-signed certs anymore at all? And I have to import the CA Certificate into the configured TrustedAnchor Keystore... no use of cacerts. Any clarification would be appreciated a lot! Thx, Martin. Martin Schimak wrote: > Hello! > > I am testing Hermes with self-signed and with CA-signed Certificates. In > both cases, I experience that the signature is successfully verified, > but the log also always says "Verification of cert path skipped". > > I would like to force Hermes to check, whether it can trust the > certificate which comes along with the signature: either because it's > directly in the keystore configured in the properties file, or because > it knows at least the signing Certification Authority (via cacerts). But > it does not seem to happen, the certificates are always accepted..., > self-signed or not, known or not... > > How can I do this? What could be wrong? > > Thank you in advance...! > Martin. > > > ------------------------------------------------------- > 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_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |
|
From: Martin S. <ebx...@sc...> - 2005-04-07 14:55:39
|
I would guess it's because the signing algorithm you specify must match with the algorithm the used key is based upon, e.g. if you use an RSA key, a valid algorithm could be rsa-sha1, etc. You can specify the algorithm for acknowledgment signing in the msh.properties.xml under AckSign/KeyStore/Algorithm and for normal messages as parameter of the setSign() method of a Request Object... Martin. Steven Herod wrote: > Our customer tried sending a message to us on a new installation of Hermes > > We received in the Catalina.out of Tomcat 5 this message: > > > 2005-03-24 12:33:24,304 113056 ERROR > hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.processMessage > (Unknown Source) > [10002] Unknown error > Exception: > hk.hku.cecid.phoenix.message.handler.MessageServiceHandlerException > Message: Signing algorithm not matched with key algorithm > > Anybody got an idea what caused this? > > I should point out that this is the customers first message through the > system, it has never worked as of yet on this server, so its possibly that > something simple yet fundamental is incorrect. > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register > by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |
|
From: Martin S. <ebx...@sc...> - 2005-04-07 14:17:18
|
Hello! I am testing Hermes with self-signed and with CA-signed Certificates. In both cases, I experience that the signature is successfully verified, but the log also always says "Verification of cert path skipped". I would like to force Hermes to check, whether it can trust the certificate which comes along with the signature: either because it's directly in the keystore configured in the properties file, or because it knows at least the signing Certification Authority (via cacerts). But it does not seem to happen, the certificates are always accepted..., self-signed or not, known or not... How can I do this? What could be wrong? Thank you in advance...! Martin. |
|
From: Portelli, J. F <Joe...@te...> - 2005-03-29 01:57:51
|
The reason why wildcards were not working was as Gait said.
We now have a working Listener. I'm posting this to everyone as its
generally relevant info.
=20
Thanks Gait.
=20
Joe Portelli
Fab Capodicasa
=20
_____ =20
From: ebx...@li...
[mailto:ebx...@li...] On Behalf Of Gait
Boxman
Sent: Wednesday, 23 March 2005 6:16 PM
To: ebx...@li...
Subject: Re: [ebxmlms-general] Wildcards not Working
=20
Hi Joe,
it might be, if you previously registered a MessageListener that has a
closer match to the parameters than your wildcard.
When you register a Listener, the server keeps track of it until you
unregister it. When your listener is not active, the server will cache
the messages for that Listener, and not deliver it to a listener with
more generic parameters.
To ensure the message are not held for another Listener: try with
different parameters on your message (all four), or
unregister all other Listeners (this can be tricky, but one thing you
could do is start the Monitor with the parameters in question and check
the unregister box.=20
Another way to make sure no other listeners are there is to completely
reset the database for the server, which is simple when running the
server with HSQL (stop tomcat, trash the folder with the DB and the file
cache, and restart the server), but more tricky with other DBs.
--Gait.
Portelli, Joe F wrote:=20
Hi,
According to previous messages, an ApplicationContext can be initialized
with wildcards (*,*,*,*) in order for a MessagerListener to receive all
messages. The problem I have is that with Hermes v1, wildcards to not
seem to work.
For example, if I start up the sample Monitor, and enter the
configuration details as:
Cpa ID =3D *
Conversation ID =3D *
service =3D *
action =3D *
in order to receive all messages, but then use the Send History tab and
send a message with these parameters:
cpa ID =3D CPA_2002
conversation ID =3D Item_No_128
service =3D http://www.cecid.hku.hk/ebxml/service
action =3D Order
I do not receive any messages on the Receive History Tab.
Is this normal?
Joseph F. Portelli
|
|
From: Steven H. <sh...@te...> - 2005-03-24 05:18:08
|
Our customer tried sending a message to us on a new installation of Hermes We received in the Catalina.out of Tomcat 5 this message: 2005-03-24 12:33:24,304 113056 ERROR hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.processMessage (Unknown Source) [10002] Unknown error Exception: hk.hku.cecid.phoenix.message.handler.MessageServiceHandlerException Message: Signing algorithm not matched with key algorithm Anybody got an idea what caused this? I should point out that this is the customers first message through the system, it has never worked as of yet on this server, so its possibly that something simple yet fundamental is incorrect. |
|
From: Ted S. <ts...@fr...> - 2005-03-23 18:38:46
|
Joseph,
We have set up wild cards in c_cpaid, c_coversationid,c_action
That seems to work
Ted
_____
From: ebx...@li...
[mailto:ebx...@li...] On Behalf Of Portelli,
Joe F
Sent: Wednesday, 23 March 2005 6:09 PM
To: ebx...@li...
Subject: [ebxmlms-general] Wildcards not Working
Hi,
According to previous messages, an ApplicationContext can be initialized
with wildcards (*,*,*,*) in order for a MessagerListener to receive all
messages. The problem I have is that with Hermes v1, wildcards to not seem
to work.
For example, if I start up the sample Monitor, and enter the configuration
details as:
Cpa ID = *
Conversation ID = *
service = *
action = *
in order to receive all messages, but then use the Send History tab and send
a message with these parameters:
cpa ID = CPA_2002
conversation ID = Item_No_128
service = http://www.cecid.hku.hk/ebxml/service
action = Order
I do not receive any messages on the Receive History Tab.
Is this normal?
Joseph F. Portelli
|
|
From: Gait B. <gai...@ti...> - 2005-03-23 07:16:31
|
Hi Joe, it might be, if you previously registered a MessageListener that has a closer match to the parameters than your wildcard. When you register a Listener, the server keeps track of it until you unregister it. When your listener is not active, the server will cache the messages for that Listener, and not deliver it to a listener with more generic parameters. To ensure the message are not held for another Listener: try with different parameters on your message (all four), or unregister all other Listeners (this can be tricky, but one thing you could do is start the Monitor with the parameters in question and check the unregister box. Another way to make sure no other listeners are there is to completely reset the database for the server, which is simple when running the server with HSQL (stop tomcat, trash the folder with the DB and the file cache, and restart the server), but more tricky with other DBs. --Gait. Portelli, Joe F wrote: > Hi, > > According to previous messages, an ApplicationContext can be > initialized with wildcards (*,*,*,*) in order for a MessagerListener > to receive all messages. The problem I have is that with Hermes v1, > wildcards to not seem to work. > > For example, if I start up the sample Monitor, and enter the > configuration details as: > > Cpa ID = * > > Conversation ID = * > > service = * > > action = * > > in order to receive all messages, but then use the Send History tab > and send a message with these parameters: > > cpa ID = CPA_2002 > > conversation ID = Item_No_128 > > service = http://www.cecid.hku.hk/ebxml/service > > action = Order > > I do not receive any messages on the Receive History Tab. > > Is this normal? > > Joseph F. Portelli > |
|
From: Portelli, J. F <Joe...@te...> - 2005-03-23 06:08:10
|
Hi,
According to previous messages, an ApplicationContext can be initialized
with wildcards (*,*,*,*) in order for a MessagerListener to receive all
messages. The problem I have is that with Hermes v1, wildcards to not
seem to work.
For example, if I start up the sample Monitor, and enter the
configuration details as:
Cpa ID =3D *
Conversation ID =3D *
service =3D *
action =3D *
in order to receive all messages, but then use the Send History tab and
send a message with these parameters:
cpa ID =3D CPA_2002
conversation ID =3D Item_No_128
service =3D http://www.cecid.hku.hk/ebxml/service
action =3D Order
I do not receive any messages on the Receive History Tab.
Is this normal?
Joseph F. Portelli
|
|
From: Patrick Y. <kc...@ce...> - 2005-03-19 02:00:32
|
Hello, please note that we have committed an update to the CVS head. The fix is to reject all messages which are signed by self-signed certificates attached in the ebXML message in the course of validating digital certificate. So the fix does not affect the ones who is using CertResolver. Here is the commit log: 2005-03-18: kcyee: added the rejection of self signed cert. this is to prevent a potential problem when somebody used a self signed cert to spoof hermes with some correct applicaton context. therefore from now on, one should use a CA to sign all certificates, and the cert of the CA must be imported into the trustanchor keystore for hermes to validate. of course, this is not a perfect solution for authorization. if strict authorization is needed, the user is recommended to use CertResolver to implement his own authorization mechanism. Regards, -Patrick |
|
From: Portelli, J. F <Joe...@te...> - 2005-03-15 23:04:10
|
I'm setting up Hermes MH as part of a work project and I'm having difficulties understanding some of the settings in the section <MSH><SSL> of msh.properties.xml. I can understand the "local" MH server (ie the one I'm setting up) needing to "know' the certificates of the trusted servers it's talking to (for remote server authentication). However I cannot understand why different remote servers need the local server to have a key for each of them for authenticating itself (section <MSH><SSL><ClientAuth>). My understanding is that for a machine to authenticate itself all it needs is one valid certificate from a "recognized" Certificate Authority.=20 =20 Regards Joseph F. Portelli Telstra Research Laboratories * +61 (0)2 8255 3099 7 +61 (0)2 8255 3153 * 3/400 George Street, Sydney, NSW 2000 * <mailto:joe...@te...> =20 |
|
From: Daniel W. <dw...@im...> - 2005-03-08 17:26:27
|
Hi. How do you set MimeHeaders in 1.0 e.g. SOAPAction, we had this working in 0.9.3.1 but nothing I have tried seems to work in 1.0. Regards Daniel |
|
From: Martin S. <ebx...@sc...> - 2005-03-03 10:52:32
|
Hello all,
I have the following issue overhere in good old Europe:
When I tried out Hermes not with Loopback, but with two separate Instances, the
receiving instance was not able to respond with Acknowledgements. The first
warning in the Hermes log gave me a good hint for the reason:
2005-03-03 11:14:41,222 WARN [http-8080-Processor4]: [10014] Unknown
destination - Cannot resolve outgoing URL to send
As I did not use URLs for FromPartyId and ToPartyId, the default
ToUrlResolverImpl could not resolve the PartyId to a legal URL...
However, what I want to report, is, that whenever the receiving host was not
able to resolve the partyId to an uri in order to send an acknowledgement, I got
the following Exceptions later in the Hermes log:
Exception: java.sql.SQLException
Message: Violation of unique index in statement [INSERT INTO
SendingState(c_messageid,c_currentretry,c_nextretrytime) VALUES
('20050303-101441082-CPA_2002.urn:oasis:names:tc:ebxml-msg:service.Acknowledgment.2@10.0.10.2',0,'1109844881352')]
The reason for me seems to be, that the (reliably) sending host tried to resend
the original message (as it did not receive an ack. so far). The receiving host
seems to correctly recognize, that the message already has been received before,
but it seems to try to insert the same acknowledgement again into the
SendingState table...
Is this a known issue? Any comments?
Martin.
PS: It looks like this in the log of the receiving MSH:
...
2005-03-03 11:14:41,322 DEBUG [http-8080-Processor4]: => MessageServer.hasReceived
2005-03-03 11:14:41,322 DEBUG [http-8080-Processor4]: =>
DbConnectionPool.getConnection
2005-03-03 11:14:41,332 DEBUG [http-8080-Processor4]: <=
DbConnectionPool.getConnection
2005-03-03 11:14:41,332 DEBUG [http-8080-Processor4]: <= MessageServer.hasReceived
2005-03-03 11:14:41,332 DEBUG [http-8080-Processor4]: message has an AckReq
2005-03-03 11:14:41,332 DEBUG [http-8080-Processor4]: => MessageServer.hasReceived
2005-03-03 11:14:41,332 DEBUG [http-8080-Processor4]: <= MessageServer.hasReceived
2005-03-03 11:14:41,332 DEBUG [http-8080-Processor4]: message has been received
previously
2005-03-03 11:14:41,332 DEBUG [http-8080-Processor4]: => MessageServer.MessageServer
2005-03-03 11:14:41,332 DEBUG [http-8080-Processor4]: =>
MessageServer.getMessageFromDataSource
2005-03-03 11:14:41,352 DEBUG [http-8080-Processor4]: => MessageServer.resend
2005-03-03 11:14:41,352 WARN [http-8080-Processor4]: [10311] Cannot write
record to DB
Exception: java.sql.SQLException
Message: Violation of unique index in statement [INSERT INTO
SendingState(c_messageid,c_currentretry,c_nextretrytime) VALUES
('20050303-101441082-CPA_2002.urn:oasis:names:tc:ebxml-msg:service.Acknowledgment.2@10.0.10.2',0,'1109844881352')]
2005-03-03 11:14:41,352 DEBUG [http-8080-Processor4]: retry message dispatching
failed
2005-03-03 11:14:41,352 DEBUG [http-8080-Processor4]: => Transaction.rollback
(txID: #67)
2005-03-03 11:14:41,352 DEBUG [http-8080-Processor4]: =>
DbConnectionPool.freeConnection
2005-03-03 11:14:41,352 DEBUG [http-8080-Processor4]: <=
DbConnectionPool.freeConnection
2005-03-03 11:14:41,352 DEBUG [http-8080-Processor4]: <= Transaction.rollback
2005-03-03 11:14:41,352 ERROR [http-8080-Processor4]: [10002] Unknown error
Exception: hk.hku.cecid.phoenix.message.handler.MessageServiceHandlerException
Message: [10311] Cannot write record to DB
Exception: java.sql.SQLException
Message: Violation of unique index in statement [INSERT INTO
SendingState(c_messageid,c_currentretry,c_nextretrytime) VALUES
('20050303-101441082-CPA_2002.urn:oasis:names:tc:ebxml-msg:service.Acknowledgment.2@10.0.10.2',0,'1109844881352')]
2005-03-03 11:14:41,352 DEBUG [http-8080-Processor4]: => Transaction.rollback
(txID: #66)
2005-03-03 11:14:41,352 DEBUG [http-8080-Processor4]: <= Transaction.rollback
...
|
|
From: Martin S. <ebx...@sc...> - 2005-02-25 09:59:56
|
Thx, I seem to have been a blind chicken... I will try all this next week. Maybe one more question: how relates this code to message.addPayloadContainer()? Will I already find a Reference Object inside the Manifest after having called addPayloadContainer()? Or is the information packaged together at a later stage? Martin. Patrick Yee wrote: > You may use the following APIs: > > EbxmlMessage message = new EbxmlMessage(); > Manifest manifest = message.getManifest(); > Reference ref = manifest.addReference(id, href); > ref.addSchema(location, version); > > Regards, -Patrick > > > Martin Schimak wrote: > >> Hi folks! >> >> At the moment I am in the middle of my first steps evaluating >> Hermes... as I will have to include <eb:Schema/> elements inside of >> the <eb:Reference/> elements of the eb:Manifest (as described in OASIS >> ebXML MS 2.0 on page 23), my question: is this supported by Hermes? >> How can I do this, I did not find any related api calls so far... >> >> Any hints? Many thx in advance! >> Martin. >> >> >> ------------------------------------------------------- >> 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_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > |
|
From: David W. \(XML\) <da...@dr...> - 2005-02-25 03:39:43
|
Martin, Also take a look at the code here: http://ebxmlbook.com/interop DW ----- Original Message ----- From: "Patrick Yee" <kc...@ce...> To: <ebx...@li...> Sent: Thursday, February 24, 2005 9:11 PM Subject: Re: [ebxmlms-general] eb:Schema > You may use the following APIs: > > EbxmlMessage message = new EbxmlMessage(); > Manifest manifest = message.getManifest(); > Reference ref = manifest.addReference(id, href); > ref.addSchema(location, version); > > Regards, -Patrick > > > Martin Schimak wrote: > > > Hi folks! > > > > At the moment I am in the middle of my first steps evaluating > > Hermes... as I will have to include <eb:Schema/> elements inside of > > the <eb:Reference/> elements of the eb:Manifest (as described in OASIS > > ebXML MS 2.0 on page 23), my question: is this supported by Hermes? > > How can I do this, I did not find any related api calls so far... > > > > Any hints? Many thx in advance! > > Martin. > > > > > > ------------------------------------------------------- > > 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_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |
|
From: Patrick Y. <kc...@ce...> - 2005-02-25 02:11:38
|
You may use the following APIs: EbxmlMessage message = new EbxmlMessage(); Manifest manifest = message.getManifest(); Reference ref = manifest.addReference(id, href); ref.addSchema(location, version); Regards, -Patrick Martin Schimak wrote: > Hi folks! > > At the moment I am in the middle of my first steps evaluating > Hermes... as I will have to include <eb:Schema/> elements inside of > the <eb:Reference/> elements of the eb:Manifest (as described in OASIS > ebXML MS 2.0 on page 23), my question: is this supported by Hermes? > How can I do this, I did not find any related api calls so far... > > Any hints? Many thx in advance! > Martin. > > > ------------------------------------------------------- > 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_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |
|
From: Martin S. <ebx...@sc...> - 2005-02-24 16:09:00
|
Hi folks! At the moment I am in the middle of my first steps evaluating Hermes... as I will have to include <eb:Schema/> elements inside of the <eb:Reference/> elements of the eb:Manifest (as described in OASIS ebXML MS 2.0 on page 23), my question: is this supported by Hermes? How can I do this, I did not find any related api calls so far... Any hints? Many thx in advance! Martin. |
|
From: Larchier C. <cla...@ax...> - 2005-02-24 08:59:30
|
OK, it works. It was a problem of context. Thanks for your help. -----Message d'origine----- De : ebx...@li... [mailto:ebx...@li...]De la part de Patrick Yee Envoy=E9 : mercredi 23 f=E9vrier 2005 07:42 =C0 : ebx...@li... Objet : Re: [ebxmlms-general] Hermes 1.0 migration It should work. I have made up a sample program as attached. And I have=20 tested it against Hermes 1.0 and it should be able to receive messages.=20 Please try. Regards, -Patrick Larchier Christophe wrote: >Hi all, > >Does someone who was using the NoMessageListenerImpl class with Hermes = 0.9.3.1 has successfully migrated to Hermes 1.0 ? > >As the NoMessageListenerImpl class has disapeared, I've done these = changes in my code: >//MessageListenerImpl listener =3D new NoMessageListenerImpl(); >MessageListenerImpl listener =3D new ClientMessageListenerImpl(); > >... but it seems not working. The getReceivedMessageIds method returns = always null. > >Regards, >Christophe Larchier > > > > > >------------------------------------------------------- >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_id=14396&op=CCk >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > =20 > |
|
From: Patrick Y. <kc...@ce...> - 2005-02-23 06:41:56
|
It should work. I have made up a sample program as attached. And I have=20 tested it against Hermes 1.0 and it should be able to receive messages.=20 Please try. Regards, -Patrick Larchier Christophe wrote: >Hi all, > >Does someone who was using the NoMessageListenerImpl class with Hermes 0= .9.3.1 has successfully migrated to Hermes 1.0 ? > >As the NoMessageListenerImpl class has disapeared, I've done these chang= es in my code: >//MessageListenerImpl listener =3D new NoMessageListenerImpl(); >MessageListenerImpl listener =3D new ClientMessageListenerImpl(); > >... but it seems not working. The getReceivedMessageIds method returns a= lways null. > >Regards, >Christophe Larchier > > > > > >------------------------------------------------------- >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_id=14396&op=CCk >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > =20 > |
|
From: Larchier C. <cla...@ax...> - 2005-02-21 14:35:55
|
Hi all, Does someone who was using the NoMessageListenerImpl class with Hermes = 0.9.3.1 has successfully migrated to Hermes 1.0 ? As the NoMessageListenerImpl class has disapeared, I've done these = changes in my code: //MessageListenerImpl listener =3D new NoMessageListenerImpl(); MessageListenerImpl listener =3D new ClientMessageListenerImpl(); ... but it seems not working. The getReceivedMessageIds method returns = always null. Regards, Christophe Larchier |
|
From: Lucia M. <lme...@cs...> - 2005-02-18 15:16:36
|
Hi all, I installed Hermes on my pc (windows 2000). And it is all OK. Then I tried to install the Hermes source distribution building it with ANT on another machine (Windows XP) but the servlet result not available. In detail I have got this error from the Tomcat log file: 2005-02-18 15:46:48 StandardContext[/msh]Marking servlet msh as unavailable 2005-02-18 15:46:48 StandardContext[/msh]Servlet /msh threw load() exception javax.servlet.ServletException: Error instantiating servlet class hk.hku.cecid.phoenix.message.handler.MessageServiceHandler at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:996) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4357) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595) at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277) at org.apache.catalina.core.StandardHost.install(StandardHost.java:832) at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:617) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:968) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091) at org.apache.catalina.core.StandardHost.start(StandardHost.java:789) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478) at org.apache.catalina.core.StandardService.start(StandardService.java:480) at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313) at org.apache.catalina.startup.Catalina.start(Catalina.java:556) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422) ----- Root Cause ----- hk.hku.cecid.phoenix.message.handler.MessageServerException: [10002] Unknown error Exception: java.lang.Exception Message: Cannot load the objectName : object6602 at hk.hku.cecid.phoenix.message.handler.MessageServer.getMessageServiceHandlerConfig(Unknown Source) at hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.loadConnectionTable(Unknown Source) at hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.<init>(Unknown Source) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at java.lang.Class.newInstance0(Class.java:308) at java.lang.Class.newInstance(Class.java:261) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:987) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4357) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595) at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277) at org.apache.catalina.core.StandardHost.install(StandardHost.java:832) at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:617) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:968) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091) at org.apache.catalina.core.StandardHost.start(StandardHost.java:789) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478) at org.apache.catalina.core.StandardService.start(StandardService.java:480) at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313) at org.apache.catalina.startup.Catalina.start(Catalina.java:556) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422) 2005-02-18 15:46:51 StandardContext[/jsp-examples]ContextListener: contextInitialized() 2005-02-18 15:46:51 StandardContext[/jsp-examples]SessionListener: contextInitialized() 2005-02-18 15:46:52 StandardContext[/servlets-examples]ContextListener: contextInitialized() 2005-02-18 15:46:52 StandardContext[/servlets-examples]SessionListener: contextInitialized() 2005-02-18 15:46:57 StandardWrapperValve[msh]: Servlet msh is currently unavailable But I'm obstinate and I tried to install the binary distribution on another machine but I obtain these different errors: 18-feb-2005 16.09.43 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 18-feb-2005 16.09.43 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 3078 ms 18-feb-2005 16.09.43 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 18-feb-2005 16.09.43 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.0.27 18-feb-2005 16.09.43 org.apache.catalina.core.StandardHost start INFO: XML validation disabled 18-feb-2005 16.09.43 org.apache.catalina.core.StandardHost getDeployer INFO: Create Host deployer for direct deployment ( non-jmx ) 18-feb-2005 16.09.43 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 18-feb-2005 16.09.46 org.apache.struts.util.PropertyMessageResources <init> INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true 18-feb-2005 16.09.46 org.apache.struts.util.PropertyMessageResources <init> INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true 18-feb-2005 16.09.48 org.apache.struts.util.PropertyMessageResources <init> INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', returnNull=true 18-feb-2005 16.09.50 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 18-feb-2005 16.09.51 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 18-feb-2005 16.09.51 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. 18-feb-2005 16.09.53 org.apache.catalina.core.StandardContext listenerStart GRAVE: Skipped installing application listeners due to previous error(s) 18-feb-2005 16.09.53 org.apache.catalina.core.StandardContext start GRAVE: Error listenerStart 18-feb-2005 16.09.53 org.apache.catalina.core.StandardContext start GRAVE: Context startup failed due to previous errors 18-feb-2005 16.09.53 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 18-feb-2005 16.09.54 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 18-feb-2005 16.09.54 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 18-feb-2005 16.09.54 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 18-feb-2005 16.09.54 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 18-feb-2005 16.09.55 org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 18-feb-2005 16.09.55 org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 18-feb-2005 16.09.55 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=31/94 config=C:\Programmi\Apache Software Foundation\Tomcat 5.0\conf\jk2.properties 18-feb-2005 16.09.55 org.apache.catalina.startup.Catalina start INFO: Server startup in 12047 ms I'm very sad because the first time I was able to install Hermes and now ...no! Any advice and idea are appreciated Regards Lucia Melotti |
|
From: Gait B. <gai...@ti...> - 2005-02-18 07:06:28
|
Hi Lucia on 2: You can configure Hermes to poll a POP3 or IMAP mailbox (see msh.properties.xml for the configuration). I you send to that address, Hermes will pick it up. --Gait. Lucia Melotti wrote: >Hi!! >Thanks at all for your precendent helps that were very useful! > >I've got 2 questions... > >1-When I send messages can I use different protocol for 'From' and 'To' >addresses? >I mean, can I have something like this? > >Sender: http://xxx.xx.xx/8080/msh >Receiver: mailto:yy...@yy... > >Or have I to have something like this: > >Sender: mailto:xx...@xx... >Receiver: mailto:yy...@yy... > or >Sender: http://xxx.xx.xx/8080/msh/ >Receiver: htp://yyy.yy.yyy/8080/msh/ > > >2- If I send a message to an e-mail address, the recipient can receive >and read the message with Hermes, or can he read it only through Outlook >or another e-mail client application?? > > >Thanks in advance for your help >Lucia > > > > > > > >------------------------------------------------------- >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_id=6595&alloc_id=14396&op=click >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |
|
From: Patrick Y. <kc...@ce...> - 2005-02-18 06:57:03
|
Lucia Melotti wrote: >Hi!! >Thanks at all for your precendent helps that were very useful! > >I've got 2 questions... > >1-When I send messages can I use different protocol for 'From' and 'To' >addresses? >I mean, can I have something like this? > >Sender: http://xxx.xx.xx/8080/msh >Receiver: mailto:yy...@yy... > >Or have I to have something like this: > >Sender: mailto:xx...@xx... >Receiver: mailto:yy...@yy... > > Yes, currently, if you need to send message using SMTP, you need to use this (mailto:) as the From and To format. This is a limitation of Hermes. Regards, -Patrick > or >Sender: http://xxx.xx.xx/8080/msh/ >Receiver: htp://yyy.yy.yyy/8080/msh/ > > >2- If I send a message to an e-mail address, the recipient can receive >and read the message with Hermes, or can he read it only through Outlook >or another e-mail client application?? > > >Thanks in advance for your help >Lucia > > > > > > > >------------------------------------------------------- >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_id=6595&alloc_id=14396&op=click >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |
|
From: Lucia M. <lme...@cs...> - 2005-02-17 13:11:31
|
Hi!! Thanks at all for your precendent helps that were very useful! I've got 2 questions... 1-When I send messages can I use different protocol for 'From' and 'To' addresses? I mean, can I have something like this? Sender: http://xxx.xx.xx/8080/msh Receiver: mailto:yy...@yy... Or have I to have something like this: Sender: mailto:xx...@xx... Receiver: mailto:yy...@yy... or Sender: http://xxx.xx.xx/8080/msh/ Receiver: htp://yyy.yy.yyy/8080/msh/ 2- If I send a message to an e-mail address, the recipient can receive and read the message with Hermes, or can he read it only through Outlook or another e-mail client application?? Thanks in advance for your help Lucia |
|
From: David W. \(XML\) <da...@dr...> - 2005-02-17 03:53:40
|
Lucia, You can use the ebMail to test the SMTP features in Hermes. Very simple to setup and test. DW ----- Original Message ----- From: "Lucia Melotti" <lme...@cs...> To: <ebx...@li...> Sent: Wednesday, February 16, 2005 4:05 AM Subject: Re: [ebxmlms-general] Sending messages with SMTP protocol > > Hi David, > yuor response to my qustion imply that Hermes alone is not able to > exchange messages with SMTP? > Lucia > > > David Webbe wrote: > > Lucia, > I believe you can download the ebMail client to test all this. > DW > > > > > > ------------------------------------------------------- > 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_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |
|
From: Ronald v. K. <rtv...@xs...> - 2005-02-16 11:15:01
|
Your config seems right. I see you get two different errors. One while sending, one while receiving. The receiving error looks to me like a possible fysical connect error (Firewall or something like that). Try from the commandline on that system if you can do a "telnet risc990.bologna.enea.it 110" and get a pop3 response. The sending error "javax.mail.internet.AddressException Message: Nested group" is unknown to me. Could be a config error on the mailserver. Can you send a normal message to that address? Ronald Lucia Melotti probeerde me het volgende duidelijk te maken: > > Thank you Ronald!! > If you have some minute, plese can you help me? > How have I to configure Hermes MSH to use SMTP? Here is my > msh.properties.xml: > > ... > <Mail> > <SMTP> > <!-- Mail server for sending messages --> > <Host>risc990.bologna.enea.it</Host> > <Port>25</Port> > <User>xxxxx</User> > <Password>xxxxx</Password> > </SMTP> > > <Poll> > <Protocol>pop3</Protocol> > <Host>risc990.bologna.enea.it</Host> > <Port>110</Port> > <Folder>INBOX</Folder> > <User>xxxx</User> > <Password>xxxxx</Password> > <MonitorInterval>20000</MonitorInterval> > <!--optional property for forcing the MSH to change the subtype > of > incoming SOAP messages to "multipart/related" --> > <ForceChangeSubType>true</ForceChangeSubType> > </Poll> > > <SMIME> > <Encryption> > <KeyStore> > <Path>/hermes</Path> > <File>public_keystore</File> > <Password>changeit</Password> > </KeyStore> > </Encryption> > <Decryption> > <KeyStore> > <Path>/hermes</Path> > <File>my_keystore</File> > <Alias>smimekey</Alias> > <Password>changeit</Password> > </KeyStore> > </Decryption> > </SMIME> > </Mail> ... > > In ToMSHURL field I wrote: "mailto:moda-ml@bo..." > Is it right? > Have I to do something else? what's wrong in my cnfiguration? > Now with this configuration, my msh.log reports this error: > > 2005-02-14 16:57:54,626 INFO [http-8080-Processor25]: Process > command:Send message (31) > 2005-02-14 16:57:54,626 INFO [http-8080-Processor25]:Received request to > send message > 2005-02-14 16:57:54,967 INFO [Thread-39]: Sending message to > moda-ml@bo... > through risc990.bologna.enea.it > 2005-02-14 16:57:55,097 ERROR [Thread-39]: [10102] Cannot compose mail > message Exception: > javax.mail.internet.AddressException Message: Nested group > 2005-02-14 16:57:59,223 INFO [http-8080-Processor25]: Process > command: Get message (32) > 2005-02-14 16:58:15,356 INFO [Thread-3]: Receiving pop3 messages from > risc990.bologna.enea.it<INBOX> > 2005-02-14 16:58:38,389 ERROR [Thread-3]: [10105] Invalid POP/IMAP > server > -Server:risc990.bologna.enea.it, Port: 110, Folder: INBOX, User: moda-ml > Exception: javax.mail.MessagingException Message: Connect failed; > nested exception is: > java.net.SocketTimeoutException: Read timed out. > > > Thanks in advance for your help!! > Regards Lucia > > > > On Wed, 16 Feb 2005, Ronald van Kuijk wrote: > >> No, hermes is capable of sending/receiving via smtp. >> >> with ebMail, you get an end-point client more advanced than the monitor functionality in hermes. >> >> Ronald >> >> Lucia Melotti probeerde me het volgende duidelijk te maken: >> > >> > Hi David, >> > yuor response to my qustion imply that Hermes alone is not able to >> > exchange messages with SMTP? >> > Lucia >> > >> > >> > David Webbe wrote: >> > >> > Lucia, >> > I believe you can download the ebMail client to test all this. >> > DW > > > > ------------------------------------------------------- > 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_id=6595&alloc_id=14396&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > -- Kijk niet terug, maar kijk naar mij Against all odds |