I was able to solve my problem. The problem was I did not include "Spring
context listener". Once I included that in web.xml everything is working
fine now.
Thank you for your response.
-Attari
-Original Message-
From: Sergey Beryozkin [mailto:sberyoz...@gmail.com]
Sent: Tuesday, August
On Thu, Aug 12, 2010 at 7:43 PM, Daniel Kulp wrote:
> On Thursday 12 August 2010 9:46:51 am Nilupa Bandara wrote:
> > Hi,
> >
> > I've updated the jibx databinding code to[1] and tested the code
> generation
> > with the attached StockQuoteService.wsdl. It generates the proper Java
> > classes fo
Hi Łukasz
2010/8/16 Łukasz Moreń
> Hi,
>
> I've made changes in demo according to your comments.
>
thanks.
> I will do 'gsoc' tag on my branch to distinguish current gsoc work from
> future changes, as today is 'firm pencil down' date.
>
> ok.
> I would like to do additional changes in oaut
Dan,
We are interested to know whether support for imported
xsd in static wsdl as well as xsd's that import other xsd's is implemented in
CXF?
By googling, we came to know “support for imported xsd
in static wsdl as well as xsd's that import other xsd's” is implemented in
Spring WS
Nilupa, (and Dennis)
Are the jibx snapshot's available in a maven snapshot repo someplace? I see
the latest releases are on central and such, but I didn't see a snapshot repo
anywhere.
I'd like to start trying to get it merged into the main repo (probably not
enabled by default right now),
On Wednesday 18 August 2010 1:38:29 pm Nilupa Bandara wrote:
> On Wed, Aug 18, 2010 at 9:50 PM, Daniel Kulp wrote:
> > Nilupa, (and Dennis)
> >
> > Are the jibx snapshot's available in a maven snapshot repo someplace? I
> > see
> > the latest releases are on central and such, but I didn't see a
Nilupa,
It looks like you are doing a bit more work than you need to do relating to
the schema stuff.
In:
public void initialize(ToolContext context) throws ToolException
you should just need to do:
SchemaCollection schemas = (SchemaCollection)
context.get(ToolConstants.XML_SCHEMA_COLLECTIO
On Wednesday 18 August 2010 7:26:54 am Edumudi Viswanath wrote:
> Dan,
>
>
>
> We are interested to know whether support for imported xsd in static wsdl
> as well as xsd's that import other xsd's is implemented in CXF?
It definitely should be, yea. Both wsdl4j and XmlSchema that we use for