RE: xmlbeansxx vs. xmlbeanscxx

2005-06-08 Thread Jacob Danner
way cool stuff Tomasz. Thanks for the post -Original Message- From: Tomasz Wielga [mailto:[EMAIL PROTECTED] Sent: Wed 6/8/2005 3:08 PM To: dev@xmlbeans.apache.org Cc: Subject: xmlbeansxx vs. xmlbeanscxx Hi

xmlbeansxx vs. xmlbeanscxx

2005-06-08 Thread Tomasz Wielga
Hi Browsing the list archive I saw voting on new project - xmlbeanscxx. Some months ago in my development team we decided to start porting the Java original tool to C++. We called it xmlbeansxx. I think I even sent a message to some *apache.org e-mail address. Results of our work can be found at h

schema metadata location change for v2

2005-06-08 Thread James Taylor
To enable binary compatibility going forward and prevent conflicts with pre-open sourced usage of XMLBeans, we will change the schema metadata location before our upcoming v2 release.  The net effect of this change is that current users (including v1 and v2 beta users) will need to recompil

[jira] Commented: (XMLBEANS-152) Ability to get schema as an XmlObject or DOM tree

2005-06-08 Thread Dan Diephouse (JIRA)
[ http://issues.apache.org/jira/browse/XMLBEANS-152?page=comments#action_12313074 ] Dan Diephouse commented on XMLBEANS-152: Excellent! Thanks Ian. This looks like it should be farely easy to tie into XmlBeans then too if someone gets around to it.

Proposed patch to fix up InvocationTargetException handling

2005-06-08 Thread Lawrence Jones
This patch is to clean up the catching of InvocationTargetExceptions so that the exception rethrown has a useful message and cause in it rather than the one from the ITE itself which is often not helpful.   Cheers,   Lawrence   fixUpITE.patch Description: fixUpITE.patch ---

[jira] Commented: (XMLBEANS-152) Ability to get schema as an XmlObject or DOM tree

2005-06-08 Thread Ian P. Springer (JIRA)
[ http://issues.apache.org/jira/browse/XMLBEANS-152?page=comments#action_12313060 ] Ian P. Springer commented on XMLBEANS-152: -- Dan, as a temporary solution, you could do something like: String schemaName = yourXBean.schemaType().getSource