[jira] Updated: (JAXME-86) NPE in maven-jaxme-plugin

2006-10-27 Thread Kenney Westerhof (JIRA)
[ http://issues.apache.org/jira/browse/JAXME-86?page=all ] Kenney Westerhof updated JAXME-86: -- Attachment: config.xsd Sample XSD that produces the problem. Sorry for the large XSD but I have no idea what's wrong as I couldn't find any debug setting to

[jira] Created: (JAXME-86) NPE in maven-jaxme-plugin

2006-10-27 Thread Kenney Westerhof (JIRA)
NPE in maven-jaxme-plugin - Key: JAXME-86 URL: http://issues.apache.org/jira/browse/JAXME-86 Project: JaxMe Issue Type: Bug Affects Versions: 0.5 Reporter: Kenney Westerhof Maven 2.1-SNAPSHOT, maven-

Announce: JaxMe 0.5.2

2006-10-27 Thread Jochen Wiedmann
Hi, the Apache JaxMe team is glad to announce the availabiliy of JaxMe 0.5.2. This is a bug fix release, dedicated in particular to support for large scale schema topics like schema composition. JaxMe 0.5.2 is available from any Apache Mirror, see http://www.apache.org/dyn/closer.cgi/ws/jaxm

svn commit: r468544 [22/22] - in /webservices/jaxme/site: ./ apidocs/ apidocs/javax/xml/ apidocs/javax/xml/bind/ apidocs/javax/xml/bind/helpers/ apidocs/javax/xml/bind/util/ apidocs/javax/xml/namespac

2006-10-27 Thread jochen
Modified: webservices/jaxme/site/manual/ch02s02.html URL: http://svn.apache.org/viewvc/webservices/jaxme/site/manual/ch02s02.html?view=diff&rev=468544&r1=468543&r2=468544 == --- webservices/jaxme/site/manual/ch02s02.html (

svn commit: r468544 [18/22] - in /webservices/jaxme/site: ./ apidocs/ apidocs/javax/xml/ apidocs/javax/xml/bind/ apidocs/javax/xml/bind/helpers/ apidocs/javax/xml/bind/util/ apidocs/javax/xml/namespac

2006-10-27 Thread jochen
Modified: webservices/jaxme/site/apidocs/org/apache/ws/jaxme/xs/xml/impl/XsObjectFactoryImpl.html URL: http://svn.apache.org/viewvc/webservices/jaxme/site/apidocs/org/apache/ws/jaxme/xs/xml/impl/XsObjectFactoryImpl.html?view=diff&rev=468544&r1=468543&r2=468544

svn commit: r468545 - in /webservices/jaxme/site/apidocs/org/apache/ws/jaxme: impl/JMSAXMixedElementParser.html xs/util/LoggingContentHandler.html

2006-10-27 Thread jochen
Author: jochen Date: Fri Oct 27 14:09:43 2006 New Revision: 468545 URL: http://svn.apache.org/viewvc?view=rev&rev=468545 Log: Release 0.5.2 Added: webservices/jaxme/site/apidocs/org/apache/ws/jaxme/impl/JMSAXMixedElementParser.html webservices/jaxme/site/apidocs/org/apache/ws/jaxme/xs/u

svn commit: r468544 [2/22] - in /webservices/jaxme/site: ./ apidocs/ apidocs/javax/xml/ apidocs/javax/xml/bind/ apidocs/javax/xml/bind/helpers/ apidocs/javax/xml/bind/util/ apidocs/javax/xml/namespace

2006-10-27 Thread jochen
Modified: webservices/jaxme/site/apidocs/allclasses-frame.html URL: http://svn.apache.org/viewvc/webservices/jaxme/site/apidocs/allclasses-frame.html?view=diff&rev=468544&r1=468543&r2=468544 == --- webservices/jaxme/site/

svn commit: r468539 - /webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/downloads.ehtml

2006-10-27 Thread jochen
Author: jochen Date: Fri Oct 27 13:51:13 2006 New Revision: 468539 URL: http://svn.apache.org/viewvc?view=rev&rev=468539 Log: Adding checksums of the 0.5.2 release. Modified: webservices/jaxme/branches/b0_5/src/documentation/content/xdocs/downloads.ehtml Modified: webservices/jaxme/branche

Re: How can I display the missing fields of a xml?

2006-10-27 Thread Rafael Naufal
Yeap, but the methods getObject(), getNode() of the ValidationEventLocator object always return null when I supply a ValidationEventHandler implementation or, in some cases, an IllegalArgumentException is thrown. That is, the methods getObject(), getNode() never get filled. Is there a solution fo

Re: How can I display the missing fields of a xml?

2006-10-27 Thread Jochen Wiedmann
On 10/27/06, Rafael Naufal <[EMAIL PROTECTED]> wrote: Not the xml above doesn't have the tag. How can I show the user a message like "The tag is required"? I have to do that by implementing the ValidationEventHandler interface and using the ValidationEventLocator object? Yes. Note, that the

How can I display the missing fields of a xml?

2006-10-27 Thread Rafael Naufal
People,suppose I have the following XML: http://ws.apache.org/jaxme/examples/misc/address ">      AAA    BBB    CCC    DDD     ABCD  and my XSD specifies the tag is required. But, I submit the following URL to JaxMe: http://ws.apache.org/jaxme/examples/misc/address">       BBB     CCC     DDD   

Re: [About JaxMe validation]

2006-10-27 Thread Jochen Wiedmann
On 10/27/06, Rafael Naufal <[EMAIL PROTECTED]> wrote: can I use an error handler to display the missing fields in a XML with JaxMe or not? Does JaxMe do it by itself or it requires a custom error handler implementation? Basically, the answer is yes. A custom error handler should be able to det

Re: Handling wildcards in JaxMe

2006-10-27 Thread Jochen Wiedmann
On 10/27/06, baisa, darwin <[EMAIL PROTECTED]> wrote: Somefile.xsd, line 22, column 43: Wildcards are unsupported Does this mean that the JaxMe does not support Wildcards? This is exactly what the error message says, isn't it? Sorry, Jochen -- My wife Mary and I have been married for fo

Handling wildcards in JaxMe

2006-10-27 Thread baisa, darwin
Hi friends,     I am getting following bug when running xjc Ant task of JaxMe2 on a schema. Somefile.xsd, line 22, column 43: Wildcards are unsupported   Does this mean that the JaxMe does not support Wildcards? Or is there any way to handle this?   Following is my schema.

svn commit: r468337 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2006-10-27 Thread jochen
Author: jochen Date: Fri Oct 27 03:10:27 2006 New Revision: 468337 URL: http://svn.apache.org/viewvc?view=rev&rev=468337 Log: Upgrade JaxMe version to 0.5.2. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/po

RESULT: Release JaxMe 0.5.2

2006-10-27 Thread Jochen Wiedmann
Hi, all votes have been +1: Ias, Nacho, Dims, Robert Eric Reeves (Non-binding) and myself. Dims, Ias and myself are the required 3 PMC members. I'll put the files on the servers today and send the announcement tomorrow. Thanks, Jochen -- My wife Mary and I have been married for forty-seven y