Hi Eric,
I do a quick look into the code, I think current CXF doesn't support get
the header properties from configuration, because there is no header
related beans in the generated code.
I can fill a JIRA task for it and will get it done next week.
One more question, I remember you had a mail for the JMS Context
Mechanism.
Is it the same question with this header issue?
There are both "Context" related jms-context element and maybe some
kind of Message context :)
Cheers,
Willem.
Johnson, Eric wrote:
Willem,
So I can use the jms-context elements in the WSDL to specify the JMS
header properties? Can I also place them in the configuration file?
Are there examples?
Cheers,
Eric
-----Original Message-----
From: Willem Jiang [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 16, 2006 8:07 PM
To: [email protected]
Subject: Re: JMS WSDL question
Hi Eric,
You can find the schema of the jms WSDL extensions from
trunk/common/schemas/src/main/resources/schemas/wsdl/jms-context.xsd
and
trunk/common/schemas/src/main/resources/schemas/wsdl/jms-conf.xsd
Willem.
Johnson, Eric wrote:
Can the elements defined in jms-conf and jms-context be used as WSDL
extensions? For example can I set the session pooling values or the
time-to-live in the WSDL for a JMS endpoint?