commits mailing list

2010-11-05 Thread Jochen Wiedmann
Hi, would anyone oppose creating a commits mailing list? If not, I'd file a jira request with infra. Jochen -- I Am What I Am And That's All What I Yam (Popeye) - To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org For

Re: XmlRpcClientLite connection times out after 10 seconds

2011-01-14 Thread Jochen Wiedmann
Why the heck are you using lite? I'd always assume that sun (default http implementation for all of Java) would be the default? On Thu, Jan 13, 2011 at 11:26 PM, mjohri mjo...@gmail.com wrote: I am relatively new to XmlRpcClientLite env. I make a XmlRpcClientLite using executeAsync method, but

Re: [VOTE] Release XmlSchema 2.0

2011-02-14 Thread Jochen Wiedmann
Is release 2.0 binary compatible with 1.x? If so, a clirr report would be good to demonstrate this compatibility. Otherwise, wouldn't it be better to change the package name? Note, that schema is a component that is relatively likely to be used by different parts of an application and in

Re: [VOTE] Release XmlSchema 2.0

2011-02-15 Thread Jochen Wiedmann
On Mon, Feb 14, 2011 at 11:06 PM, Benson Margulies bimargul...@gmail.com wrote: In the nicest way possible, I wish to point out that a release vote is a very late moment to start posing these questions. That's certainly true, which is why I don't want to press the issue. OTOH, it makes me

Re: XmlSchema 2.0 release has less in it than I anticipated

2011-02-16 Thread Jochen Wiedmann
I don't think you need a 2.0.1 release for that. If I get you right, then what you are missing are some items that constitute a complete binary distribution, aka zip file. There is, IMO, no problem with packaging the released stuff into such a zip file manually and putting that into the Apache

Re: [XML-RPC Apache] The api create request handler for each request! HELP

2011-07-06 Thread Jochen Wiedmann
http://ws.apache.org/xmlrpc/handlerCreation.html On Wed, Jul 6, 2011 at 1:21 PM, dari0 dber...@essex.ac.uk wrote: Hi all, I am trying to set up a XML RPC server using the apache API. Initially I followed the following example http://ws.apache.org/xmlrpc/client.html  about how to set up a

Re: XmlSchema 2.1 with package renames

2011-08-20 Thread Jochen Wiedmann
+1 this is, imo, what we should have done right from the start. On Tue, Aug 16, 2011 at 5:44 PM, Benson Margulies bimargul...@gmail.com wrote: Based on email since we released 2.0, I've become convinced that it was a mistake to leave the package names alone and change all the APIs. There are

Re: [jira] [Created] (XMLRPC-185) Library dependency

2011-09-05 Thread Jochen Wiedmann
The authoritative source for dependencies is http://ws.apache.org/xmlrpc/dependencies.html On Fri, Apr 15, 2011 at 12:20 PM, Zafar Khaydarov (JIRA) j...@apache.org wrote: Library dependency --                 Key: XMLRPC-185                 URL:

Re: I can not send my own Serializable implementation as parameter through apache xml-rpc communication

2011-10-05 Thread Jochen Wiedmann
Try to create a trace of the communication between client and server using tcpdump, wireshark, or similar tools in order to get more information, please! 2011/10/5 Sérgio Freitas giodefrei...@gmail.com: Hi there, I'm trying to send my own serialized object implementations as parameter through

Re: JaxMe to the (virtual) attic?

2012-01-14 Thread Jochen Wiedmann
On Fri, Jan 13, 2012 at 8:14 AM, Sagara Gunathunga sagara.gunathu...@gmail.com wrote: In fact WS PMC had such a attic kind of a place here http://svn.apache.org/viewvc/webservices/archive/ I always intended to cut a final 0.6 release, but I no longer believe I am going to makeit. So +1 Is

Re: [WODEN] Future of Woden Axiom implementation ?

2012-06-27 Thread Jochen Wiedmann
Question: Are there any ongoing developments: If not, I'd say we leave the code and avoid annoying potential users. Otherwise: If we might save work ourselves, drop it. (Don't forget to increment the major version number and possibly change Maven GID and package to indicate incompatible changes.)

Re: XML-RPC for interface my Android App to Wordpress

2013-06-23 Thread Jochen Wiedmann
Try using another transport factory, (no idea, whether the sun stuff wrks on Android), or make sure, that the Commons HttpClient jar files are present. On Sat, Jun 22, 2013 at 3:38 PM, Ciccio Vicks cicciovi...@gmail.com wrote: Hi, I must to interface my android application to wordpress to

Re: generate String data type for dateTime.iso8601 rather than a date

2013-12-01 Thread Jochen Wiedmann
See http://ws.apache.org/xmlrpc/advanced.html section on Custom data types. On Sun, Dec 1, 2013 at 5:08 PM, zeyad farouk zeyadfar...@gmail.com wrote: Hello gurus, how can we generate a string data type for dateTime.iso8601 rather than date data type ? or how to enforce the library to

Re: generate String data type for dateTime.iso8601 rather than a date

2013-12-02 Thread Jochen Wiedmann
the dateTime.iso8601 as string rather than a date. Thanks so much in advance Zeyad On Dec 1, 2013 6:29 PM, Jochen Wiedmann jochen.wiedm...@gmail.com wrote: See http://ws.apache.org/xmlrpc/advanced.html section on Custom data types. On Sun, Dec 1, 2013 at 5:08 PM, zeyad farouk zeyadfar

Publishing docs for a sandbox project

2015-01-15 Thread Jochen Wiedmann
Hi, could anybody advise me on how to publish the website (more precisely: The docs) for a sandbox project? Thanks, Jochen -- Our time is just a point along a line that runs forever with no end. (Al Stewart, Lord Grenville)

Re: Publishing docs for a sandbox project

2015-01-18 Thread Jochen Wiedmann
Nag. On Thu, Jan 15, 2015 at 9:00 PM, Jochen Wiedmann jochen.wiedm...@gmail.com wrote: Hi, could anybody advise me on how to publish the website (more precisely: The docs) for a sandbox project? Thanks, Jochen -- Our time is just a point along a line that runs forever with no end

Re: XMLRPC Namespace 404

2016-08-18 Thread Jochen Wiedmann
Yes, the xmlrpc prokect has been archived, due to inactivity. Sorry, Jochen On Tue, Aug 16, 2016 at 3:22 PM, Liam Firth wrote: > Hi I’m getting a 404 at http://ws.apache.org/xmlrpc/namespaces/extensions > > Has this moved? > > >

Re: Moving repos to git......

2019-10-22 Thread Jochen Wiedmann
On Fri, Oct 18, 2019 at 6:14 PM Gary Gregory wrote: > > FYI, over at Apache Commons, we've migrated most/all of our repositories to > GitBox and it's worked like a charm since, the integration with GitHub is > great. I second that. Moving to Gitbox has been very simple (basically creating a

Object.class.getClassLoader

2005-12-20 Thread Jochen Wiedmann
Hi, the class SchemaPropertyLoader is using the class loader from Object.class to load its property file. In other words, it is using the boot class loader. I do not understand the rationale. Assuming, that the property file is in axis2-0.94-SNAPSHOT.jar, it isn't necessarily locatable

Fwd: svn commit: r468217 - in /webservices/axis2/branches/java/1_1: ./ modules/adb-codegen/ modules/adb/ modules/codegen/ modules/java2wsdl/ modules/kernel/ modules/parent/ modules/tool/ modules/tool/

2006-10-27 Thread Jochen Wiedmann
On 10/27/06, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: Is it worth doing this for the 1.1 release branch at all? I would think, that it is particularly worth to do this in the release branch, because users will use that version of Axis2 and not so much the trunk. Besides, after finishing

Re: [Axis2] What should be the version of the 'trunk'

2006-11-21 Thread Jochen Wiedmann
Hi, please do *NOT* use SNAPSHOT, as before. It is a nightmare for those poor souls that have to deal with multiple branches. IMO, the reasons for preferring SNAPSHOT should be automatically gone when Maven 2 builds and transitive dependencies come to widespread use. Jochen -- My wife Mary

Re: [Axis2] Maven2 plugin for mar building?

2006-11-21 Thread Jochen Wiedmann
Hi, David, On 11/22/06, David Illsley [EMAIL PROTECTED] wrote: I'm looking forward to moving to Maven2 for builds but my understanding is that we need to define a packaging type for the modules which build mar files (addressing, rahas, soapmonitor, savan) rather than the custom scripting we

Re: M2 pom's for 1.1 are defect: Require axis2-1.1.0.1

2006-11-21 Thread Jochen Wiedmann
Sanjiva Weerawarana wrote: Is it completely done? I remember we had problems with docs etc. - those need to be fully fixed to be able to move to m2. It is definitely *not* completely done. There aren't even yet POM files for all modules, as the rare time I have for Axis 2 is spent for playing

Re: [Axis2] What should be the version of the 'trunk'

2006-11-21 Thread Jochen Wiedmann
Chamikara Jayalath wrote: Could u please explain a bit more. What do u think the version of the 'trunk' should be ? (until we move to maven 2) What's wrong with 1.2-SNAPSHOT (Maven convention) or 1.2-dev, which Jakarta used to have? I believe we agree, that subsequent 1.1.x versions won't

Re: [Axis2] Maven2 plugin for mar building?

2006-11-21 Thread Jochen Wiedmann
Forgot to reply to axis-dev as well. -- Forwarded message -- From: Jochen Wiedmann [EMAIL PROTECTED] Date: Nov 22, 2006 7:23 AM Subject: Re: [Axis2] Maven2 plugin for mar building? To: David Illsley [EMAIL PROTECTED] Cc: axis-dev@ws.apache.org Hi, David, On 11/22/06, David

Re: [Axis2] Maven2 plugin for mar building?

2006-11-22 Thread Jochen Wiedmann
Hi, David, I have added an axis2-mar-maven-plugin to the 1.1 branch. Jochen -- My wife Mary and I have been married for forty-seven years and not once have we had an argument serious enough to consider divorce; murder, yes, but divorce, never. (Jack Benny)

Re: [Axis2] Maven2 plugin for mar building?

2006-11-23 Thread Jochen Wiedmann
On 11/23/06, David Illsley [EMAIL PROTECTED] wrote: We've stopped development of new function on the 1.1 branch to keep it stable so it's easy to put out any important 1.1.x releases. I've merged your changes across to the trunk and I'd like to remove them from the branch. Is that ok with you?

Re: [Axix2] [Vote] Move rampart, rahas and secpolicy modules of axis2 out into a new project

2006-12-30 Thread Jochen Wiedmann
Ruchith Fernando wrote: I propose we call this new project Rampart and include code from rampart, rahas and secpolicy maven modules of axis2. These will be called rampart-core, rampart-trust and rampart-policy respectively. Here's my +1 +1 -- My wife Mary and I have been married for

maven-surefire-plugin: skip=false

2007-06-07 Thread Jochen Wiedmann
Hi, can anyone tell me, why the parameter skip is set to false for the maven-surefire-plugin in most of the Axis2 pom files? In other words: Why do you intentionally take any possibility to omit the tests from me? For those who do not know: The Maven 2 default is to execute tests, unless I

AXIS-2574

2008-10-28 Thread Jochen Wiedmann
Hi, does anyone mind if I apply the proposed patch for AXIS-2574? If not, what would be the proper place to do that? AXIS_1_4_FINAL branch and trunk? Jochen -- I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out

Re: [DISCUSS] Axis2 as TLP

2008-10-30 Thread Jochen Wiedmann
On Tue, Oct 28, 2008 at 4:02 AM, Glen Daniels [EMAIL PROTECTED] wrote: * Axis2 - becomes a TLP for both Java and C versions, with Axis2-specific components underneath as subprojects. So Rampart, Sandesha, Savan, Kandula I'd discourage a common TLP for both Java and C versions. I know

[FILEUPLOAD] Remove deprecated API

2006-08-06 Thread Jochen Wiedmann
Hi, we have had two releases of commons fileupload with deprecated methods. As the required changes for replacing the deprecated with the recommended API are rather small (basically replace FileUpload with ServletFileUpload and the DefaultFileItemFactory with DiskFileItemFactory), I'd consider

Re: Splitting Axiom into modules

2006-08-10 Thread Jochen Wiedmann
Hi, I haven't checked anything in yet. Please, have a look at http://people.apache.org/~jochen/axiom/ There you should find: * axiom.tar.bz2 My current version, ready to commit to SVN. * axiom-SNAPSHOT-bin.tar.gz Suggested distributables axiom-SNAPSHOT-bin.tar.gz

Re: Splitting Axiom into modules

2006-08-11 Thread Jochen Wiedmann
Eran Chintaka wrote: [INFO] Error installing artifact: /mnt/C/m2/org/apache/ws/commons/axiom/axiom-parent/SNAPSHOT/axiom-parent-SNAPSHOT.pom (No such file or directory) This looks to me like a problem with the target path. Does the directory /mnt/C/m2 actually exist? Besides, what

Neethi: Status of test2 and test3 directories

2006-08-13 Thread Jochen Wiedmann
Hi, what is the status of the test2 (and possibly test3, which I did not check) directories? Are these supposed to be part of the test suite? On my system they seem to fail, but this might be due to me using Maven 2. Thanks, Jochen

Re: [neethi] Separating neethi2 jar

2006-08-15 Thread Jochen Wiedmann
Sanka Samaranayke wrote: another option would be move the old code to a branch ( where it will continue to live in the maintenance mode) and preserve the new code in the trunk .. Much better, isn't it? -- My wife Mary and I have been married for forty-seven years and not once have we had an

Re: svn commit: r431432 - /webservices/commons/trunk/modules/XmlSchema/.classpath

2006-08-16 Thread Jochen Wiedmann
Eran Chinthaka wrote: Can we please not commit IDE specific stuff in to the code base. Why not? I'm always glad if I do checkout stuff and it is immediately ready for use. And I can't find that it disturbs other users? Jochen

IDE specific files

2006-08-18 Thread Jochen Wiedmann
Eran Chintaka wrote: 1. There are lot of non-eclipse users who are checking out/in code (FYI : most of the axiom devs are *not* using eclipse). So why bother we checking out eclipse junk :) Are you telling me, it disturbs you to have two additional files and a folder, which are most possibly

Please review: WSCOMMONS-78

2006-09-04 Thread Jochen Wiedmann
Hi, I have attached a somewhat larger patch in WSCOMMONS-78, which fixes the handling of xs:include and xs:redefine in XmlSchema. It also fixes some invalid assumptions by changing the API: - It is an invalid assumption, that a system ID can be mapped to a unique schema. Fact is, that a

Re: [VOTE] Release commons-proper POM 1

2006-10-12 Thread Jochen Wiedmann
Thilina Gunarathne wrote: Seems like you have send this to the wrong list... Quite so. Sorry for the hazzle ... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Please reconsider switching to Maven 2

2006-11-16 Thread Jochen Wiedmann
Hi, now that Axis2 1.1 is out, I'd like to ask the commons projects to reconsider switching to Maven 2 as a build system. The rationale is as follows: - AFAIK, the current Maven 1 build scripts do nothing that cannot be done with the Maven 2 build scripts. If there are any issues, please

Site update?

2010-07-30 Thread Jochen Wiedmann
Hi, I have updated /www/commons.apache.org/fileupload almost 8 hours ago, but http://commons.apache.org/fileupload is still showing the old page. Am I missing something? Thanks, Jochen -- Germanys national anthem is the most boring in the world - how telling!

Re: Site update?

2010-08-01 Thread Jochen Wiedmann
Ping? On Fri, Jul 30, 2010 at 3:49 PM, Jochen Wiedmann jochen.wiedm...@gmail.com wrote: Hi, I have updated /www/commons.apache.org/fileupload almost 8 hours ago, but http://commons.apache.org/fileupload is still showing the old page. Am I missing something? Thanks, Jochen -- Germanys

Announce: Nested group support

2005-03-10 Thread Jochen Wiedmann
Hi, after quite some time of inactivity, I am glad to announce, that we have basic support for nested groups in JaxMe. Basic means, that the multiplicity is currently limited to =1. In other words, the following is valid: xs:sequence xs:choice ... /xs:choice

Re: extensibility of jaxme?

2005-03-12 Thread Jochen Wiedmann
On Fri, 11 Mar 2005 13:33:02 -0800, Talbott, Tara D [EMAIL PROTECTED] wrote: That's right. Since this week, we have support for nested groups with multiplicity = 1. More to come, hopefully. That is good news. Do you have any idea of a time frame for nested groups with multiplicity?

Re: [Fwd: Re: JaxMe statistics]

2005-03-25 Thread Jochen Wiedmann
On Fri, 25 Mar 2005 22:49:49 +, robert burrell donkin [EMAIL PROTECTED] wrote: infrastructure is in the process of sorting out the list archives. i'm not sure whether the work's finished yet. Following http://issues.apache.org/jira/browse/INFRA-255 , I have changed the links to mod_mbox,

Re: Problems at generating java sources

2005-04-07 Thread Jochen Wiedmann
Doru Sular wrote: After generating classes from schema, at setter methods for attributes of type positiveinteger the generated code looks like the snapshot below, whithout having the cast operator (): Hi, Doru, I have added a fix to HEAD and the 0.3 branch. Jochen

Re: JAXME-47

2005-04-11 Thread Jochen Wiedmann
On Apr 11, 2005 1:18 PM, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: Jochen Wiedmann wrote: Yes, but If I didn't get it wrong the return type of SimpleTypeSG.getCastFromString(String) is TypedValue. The question is how to pass it to the JS framework in JAXBType.getXMLField(...)**. I'm

Re: JAXME-47

2005-04-12 Thread Jochen Wiedmann
On Apr 12, 2005 9:32 AM, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: class EnumerationSG public TypedValue getCastFromString(SimpleTypeSG pController, String pValue) throws SAXException { for (int i = 0; i values.length; i++) { if (values[i].getValue().equals(pValue)) {

Re: JAXME-47

2005-04-19 Thread Jochen Wiedmann
On 4/19/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: Hi Jochen, I was having some trouble with the default-value thing. The problem arises when default value handling fails (not parseable). Currently a SAXException is thrown, the problem is that it uses the following expression: throw

Re: recursive includes hang JaxMeXS

2005-04-27 Thread Jochen Wiedmann
Hi, Daniel, I have committed another patch to 0.4 and HEAD, which should fix the problem below. The reason was, that the outer schemas system ID wasn't remembered. A unit test is available, see the method ParserTest.testRecursiveXsInclude() Jochen Daniel Barclay wrote: Jochen Wiedmann

Re: JaxMeXS XSComplexType documentation refers to element; more

2005-04-28 Thread Jochen Wiedmann
Daniel Barclay wrote: Well, yes, you can refuse to fix the problem (and, more importantly, refuse to learn how to avoid creating more instances of the same problem); I can't stop you. However, I would hope that you cared enough about the usability of JaxMeXS to not refuse. You've got two

Re: isSet methods bug?

2005-05-06 Thread Jochen Wiedmann
Geert Barentsen wrote: Please apologize me if I'm wrong --I'm new to jaxme-- but I think I ran into a bug tonight. The generation of isSet methods (jaxb:globalBindings generateIsSetMethod=true /) seems to be wrong in nested classes because of an extra underscore. Below is a short example of

Re: JaxMeXs bug: LocSAXException toString() suppresses class name

2005-05-17 Thread Jochen Wiedmann
Hi, Daniel, please file a patch for that one, which suggests what you would like being changed. I'll look into the other one (the IllegalStateException). IMO, the main difference between the SAXParseException and the LocSAXException should be, that the latter contains system ID, line and column

Re: JaxMeXS bug: for use of global attribute, isGlobal() return false

2005-05-18 Thread Jochen Wiedmann
Daniel, I am quite thankful for all your reports. Really! However, it is simply beginning to overwhelm me. Please be so kind and start to file these as bug reports in Jira. We'll be completely unable otherwise to handle this in a structured manner. Regards, Jochen -- Outside of a dog, a book

Re: JaxMeXS bug: extra XSGroup with null particle in list

2005-05-19 Thread Jochen Wiedmann
Daniel Barclay wrote: It's also horribly inefficient. Why should a user have to wade through all the implementation details to re-discover the API intent when the developers ALREADY know it? That makes little sense. And why should a volunteering commiter do the same? We've got to set our

Re: cvs commit: ws-jaxme status.xml build.xml

2005-05-20 Thread Jochen Wiedmann
On 5/20/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: I have made Richard's changes in xjctask.xml. However, I am hesitating to check in because I am not sure if you are in the process of building. Should I just commit it to HEAD? 0.4 is out, so feel free to commit in 0.4 as well.

Re: error generating java code from schema

2005-06-23 Thread Jochen Wiedmann
On 6/22/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: But it appears that I am getting this errors because the string xsd:attributeGroup name=SuperTypeMetadata/ appears in more than one file. Indeed, this is what the error message indicates. You've got to move these common parts into a

Re: VOTE: Release 0.5 and other topics

2005-07-06 Thread Jochen Wiedmann
Venkat Reddy wrote: Thats good news. Just wondering - After this release, how far are we from complete support for JAXB 1.0? I know the release notes will have this info, but just being curious :-) Miles - JAXB is one of the most complex and large specifications. For example, apart from JSP,

Re: VOTE: Release 0.5 and other topics

2005-07-07 Thread Jochen Wiedmann
robert burrell donkin wrote: i've found that it's not worth waiting more than a week or two between releases: usually, anyone who's going to try the candidate or beta will try it in the first week or forget. it's usually more effective to make candidates (seems to spread the word) more

Re: Source Reflection: handling of multidimensional arrays

2005-07-08 Thread Jochen Wiedmann
Hi, Frederic, rein neugierdehalber: Was hast Du mit dem JavaParser denn vor? Gruß und nochmals danke für den Bugreport, Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JaxMe

2005-07-08 Thread Jochen Wiedmann
Hi, Marc, Cobery, Marc (Marc) wrote: I am looking to add the jm:javasorce element to my schema similar to this example for JaxMe1. http://jaxme.sourceforge.net/examples/misc/implements.xsd jm:javasource class=ClsObserverDemo public void update(java.util.Observable o, Object

Re: FW: What is the limitation of xml file size that jaxme can handle ?

2005-07-11 Thread Jochen Wiedmann
On 7/11/05, Lu, Shengkai [EMAIL PROTECTED] wrote: What is the limitation for Jaxme? None. -- What are the first steps on the moon, compared to your child's? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: IDREF and xjc:dom

2005-07-14 Thread Jochen Wiedmann
Hi, Fredrik, both things shouldn't be technically too difficult. I'll start with the ID/IDREF thing, we may return to the xjc:dom implementation later. Forgetting for a moment, that the actual bean classes need changes, I'll suggest that we start with validating the IDREF's. We'll later see,

Re: VOTE: Release 0.5 and other topics

2005-07-15 Thread Jochen Wiedmann
On 7/14/05, robert burrell donkin [EMAIL PROTECTED] wrote: i'd recommend going first to maven 1: it's well known, has better documentation and we're unlikely to hit any early adopter. once jaxme is mavenized then think about moving to maven 2. If Nacho volunteers to do it, I'd prefer to let

Re: Little problem with JaxMe2!

2005-07-21 Thread Jochen Wiedmann
Harald, first of all, please be so kind not to direct JaxMe related questions to me, but to the mailing list jaxme-dev@ws.apache.org, which I CC. Using the mailing list lets other participate, both by reading and replying. Besides, it cares for archiving. Btw, archiving: Please read

Re: VOTE: Release 0.5 and other topics

2005-07-27 Thread Jochen Wiedmann
On 7/27/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: My opinion would be that jaxme sources would be the top level project and api, js, xs and pm 4 subprojects. Something like: Hmm, I'm not sure. Doesn't the rule one project, one artifact apply? In other words, don't we need another

Re: Source Reflection: JavaQNameImpl.getInstance(String, true) in JavaSource.newJavaField

2005-07-28 Thread Jochen Wiedmann
Frederic Ahring wrote: Do I understand you right that this patch is for 0.5 and you ask me if it patches correctly a 0.4, too? Well, I can't say, I don't have 'patch' laying around here (and would manually implement the changes). No, it's definitely *not* applicable to 0.4. I suggest that

Re: Jaxme Maven

2005-08-04 Thread Jochen Wiedmann
Hi, Nacho, I'll only reply to those points, to which Frederic and/or Robert haven't already replied: On 8/3/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: - Where do we want the resulting jars to be? Stick with dist? Being relatively new to Maven, I'd assume that the dist directory is no

Re: AbstractJavaMethod.removeThrows ?

2005-08-04 Thread Jochen Wiedmann
Hi, Frederic, supply a proper patch (diff -ub oldFile newFile), and I'll apply it. (Sorry for asking, but it is always best to talk in patches and the like.) Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Jaxme Maven

2005-08-04 Thread Jochen Wiedmann
Nacho G. Mac Dowell wrote: - Do we want a changes.xml for each project? What about contributors? Should they be on each subproject? I have a mixed feeling here. While I think that it is a good thing to have them separated it will also be more painful to mantain. Also, the anouncement plugin

Re: IDREF and xjc:dom

2005-08-04 Thread Jochen Wiedmann
Fredrik, sorry for being bureacrazy, but please be so kind to attach the files to JAXME-58. This is also the best place for discussing the topic. Note, that all JIRA comments and attachments are automatically delegated to this mailing list. Regards, Jochen

Re: ChainGenerator

2005-08-05 Thread Jochen Wiedmann
Nacho G. Mac Dowell wrote: I've successfully mavenized api, xs and js. All tests are ran by maven and pass. I am now mavenizing jm and I am facing a class loading problem with the chain generator. If I use it as-is (not from ant, from maven), then there is a npe because

Re: Notice: 0.5 final approaching

2005-08-08 Thread Jochen Wiedmann
On 8/8/05, robert burrell donkin [EMAIL PROTECTED] wrote: i'm a little bit confused by this ordering. it's probably just me but could you elaborate a little? The order doesn't matter. The branch point is the release. Jochen -- What are the first steps on the moon, compared to your child's?

Announce: ws-jaxme 0.5 released

2005-08-10 Thread Jochen Wiedmann
Hi, the ws-jaxme team is proud to announce the availability of JaxMe 0.5. JaxMe aims to become an implementation of the JAXB 1.0 specification. Compared to the version 0.4, the following features have been added: - Mixed content is supported - xs:extension is now properly mapped to Java

Re: Subversion's up and running

2005-08-13 Thread Jochen Wiedmann
On 8/13/05, robert burrell donkin [EMAIL PROTECTED] wrote: i think that these should be: http://svn.apache.org/repos/asf/webservices/jaxme/ (read only), or https://svn.apache.org/repos/asf/webservices/jaxme/ (committers). BTW am i right in assuming that jaxme is now unfrozen? Sorry for

Re: Jaxme XML And Database Integration

2005-08-14 Thread Jochen Wiedmann
Alan Gutierrez wrote: Thought I'd start with a naive question. I've got an XML datastore that I use in my applications, that I wrote myself, and I'm wonding if it's a good idea to try to integrate this with JaxMe and maybe use it to store Java objects as well. That's

Re: Jaxme XML And Database Integration

2005-08-14 Thread Jochen Wiedmann
Alan Gutierrez wrote: The datastore looks like one big file, it's a document object model that is backed by Java NIO. I get to it via XUpdate and XSLT. Interesting approach. I've heard of similar ideas, but never understood the advantage, when compared to lots of smaller files?

Re: License Compatability

2005-08-16 Thread Jochen Wiedmann
Alan Gutierrez wrote: I'm considering Apache 2.0 or MIT license for my software release. I'm asking here because I'd like to integerate with JaxMe. I'm wondering where I can ask about license compatability issues. There is a mailing list [EMAIL PROTECTED] Seems to me to

Re: string patterns

2005-08-16 Thread Jochen Wiedmann
[EMAIL PROTECTED] wrote: Does JAXME provides some check for string patterns? Or rather must be the service developer who takes care of this? Currently it doesn't. It should, though, because the JAXB specification requires that patterns are being checked. simpleType name=UKPostcode

Re: Subversion's up and running

2005-08-17 Thread Jochen Wiedmann
On 8/17/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: Hi all, I was trying to checkout jaxme with subclipse without giving a name to the project and it chose ws-jaxme-0.4 That should be, of course, ws-jaxme, at least in the trunk. Feel free to fix it. (I must admit, that I have no idea,

Re: Jaxme Maven

2005-08-17 Thread Jochen Wiedmann
On 8/17/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: Anyway, to the point: What format should we use for the documentation? I've already transformed most of it to Anakia format, should I go back to how it was? Confused ... is Anakia format the format used by the XDoc plugin? Assuming,

Re: [jira] Commented: (JAXME-64) [PATCH] Maven plugin for JaxMe2

2005-08-17 Thread Jochen Wiedmann
On 8/17/05, Nacho G. Mac Dowell (JIRA) jaxme-dev@ws.apache.org wrote: But then, there are decisions to make: Should we wait to see if we can get a maven-plugin project (in maven space) or should we host this plugin as a new project? Should I ask in Maven dev list? There is a JAXB Maven

Re: Jaxme Maven

2005-08-17 Thread Jochen Wiedmann
On 8/17/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: I am getting an authorization failure when trying to copy a branch. Is there something I have missed? I have never logged in on svn as a comitter before. Some specific issues with subclipse, maybe? Any hints? I know the problem, as I

Fwd: Minotaur Fingerprint change [was Re: Fwd: Jaxme Maven]

2005-08-17 Thread Jochen Wiedmann
-- Forwarded message -- From: Upayavira [EMAIL PROTECTED] Date: Aug 17, 2005 10:11 AM Subject: Minotaur Fingerprint change [was Re: Fwd: Jaxme Maven] To: Jochen Wiedmann [EMAIL PROTECTED], [EMAIL PROTECTED] Jochen Wiedmann wrote: Is anyone able to reply? Hee hee. Since

Re: questions regarding XML document construction

2005-08-18 Thread Jochen Wiedmann
On 8/18/05, Neil Pitman [EMAIL PROTECTED] wrote: The example in the doc creates Impl classes directly. I've noticed the ObjectFactory class. Is this the counselled way to get elements? Using the ObjectFactory is indeed recommended and the docs should be changed here. (Patches welcome. :-)

Re: maxOccurs=unbounded

2005-08-18 Thread Jochen Wiedmann
On 8/18/05, Neil Pitman [EMAIL PROTECTED] wrote: If I define a schema with an element that has a maxOccurs=unbounded, JaxMe generates a List getMyElement(), but no corresponding setter. That's a bit of a drag when I'm trying to create such a document. I expect that the parser was

Re: ChainGenerator

2005-08-19 Thread Jochen Wiedmann
On 8/19/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: Can you take a look at this? Checked out the branch, but have no idea how to build and test the project? Sorry, Jochen -- What are the first steps on the moon, compared to your child's?

Re: ChainGenerator

2005-08-19 Thread Jochen Wiedmann
On 8/19/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: Update and try again, please. -- What are the first steps on the moon, compared to your child's? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: maven

2005-08-19 Thread Jochen Wiedmann
On 8/19/05, Nacho G. Mac Dowell [EMAIL PROTECTED] wrote: Running the multiproject goal on the top level project should install the jars in the local repository and generate the multiproject site. I receive the following error message here. (Perhaps I need to set some property?) File..

Re: Partial parsing

2005-08-26 Thread Jochen Wiedmann
Neil Pitman wrote: I want to use JAXME to partially parse messages. I need to parse the outer two levels of some large and varied messages so that I can route them internally. Once routed, the legacy system needs a DOM, so I neither care to define the XSD for all the various and sundry

Re: Bug in JMControllerImpl.setProperty()

2005-09-06 Thread Jochen Wiedmann
Thanks, patch applied to the MAVEN (upcoming 0.6) and to the 0.5 (current stable) branches. Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help: Relative uri:dtd can not be resolved

2005-09-06 Thread Jochen Wiedmann
Philip Usatine wrote: The DTD is at the following URL: http://www.*apple*.com/*DTDs*/PropertyList-1.*0.dtd I have saved the above URI into a file properties.dtd and used the attached build script to parse it. I got the error message Model groups with maxOccurs 1 are not yet supported.

Re: [EMAIL PROTECTED]: Project jaxmejs (in module JaxMeAll) failed

2005-09-07 Thread Jochen Wiedmann
On 9/7/05, JaxMeJS development jaxme-dev@ws.apache.org wrote: -DEBUG- Dependency on logging-log4j exists, no need to add for property maven.jar.log4j. Ah, looks like you are working on the maven - gump integration, Robert. :-) What surprises me: We *are* getting this nag mail, but still not

Re: download manual, etc.

2005-09-10 Thread Jochen Wiedmann
On 9/10/05, Dean Hiller [EMAIL PROTECTED] wrote: I could not find a way to download the website, or just the manual(both would be nice). A silly question, Dean: Aren't both website and manual part of the binary distribution, at least for 0.5? When I wrote the build scripts, this was a major

Re: classloader problems

2005-09-12 Thread Jochen Wiedmann
On 9/12/05, Dean Hiller [EMAIL PROTECTED] wrote: Is this going to be possible with JaxME. My plan is to try to make it happen by modifying JaxME(while keeping JaxME JAXB compliant of course) and to stay as close to JAXB as possible which I already know some parts will not be compliant.

Re: classloader problems

2005-09-13 Thread Jochen Wiedmann
On 9/13/05, Dean Hiller [EMAIL PROTECTED] wrote: unfortunately, every package is in a different classloader so I would need an array of classloaders as well as packages. No, you'd need a custom classloader. :-) Also, this is a very dynamic platform and the packages are not known ahead of

Re: patch.txt

2005-09-16 Thread Jochen Wiedmann
Dean, I have studied your patch and find it generally acceptable. Two things came to my mind, though: - First of all, my feeling is, that the JAXBContext and it's associated classes are already too large and complicated. Adding support for more features will make them even larger. I do

Re: encoding: how does this work

2005-10-04 Thread Jochen Wiedmann
Hi, Dean, sorry for replying late to your various mails. I've been in vacation until today. Trying to work up my old mails. Expect me to reply to everything until tomorrow. Dean Hiller wrote: so what is the point of the xml spec having the encoding attribute if you have to figure out the

Re: jaxme and maven 2

2005-10-10 Thread Jochen Wiedmann
On 10/10/05, Ashley Williams [EMAIL PROTECTED] wrote: Trying to work on a jaxme plugin for maven but I've come across a problem where invoking org.apache.ws.jaxme.generator.Main.main() calls a System.exit(0) - I confirmed this with jad. Unfortunately this stops my java code in its tracks. Is

  1   2   3   4   5   6   >