[jibx-users] OTA Schema Project

2010-03-24 Thread Don Corley
I've been using your JiBX tool for a while now and I'm hooked. I realize you are touting the performance as the primary strength, but frankly I like the fact that I can write nice, clean code using plain old java classes. I've been working with the opentravel schema and your ota-jibx

[jibx-users] New JiBX-OTA sub-project: Pre-build osgi modules for opentravel.org schema

2010-04-16 Thread Don Corley
I've set up new sub project of the JiBX-OTA project: This project creates a library of modules that are bound to the opentravel schema (A huge schema library for the travel industry). Each module handles a product area (hotel, air, etc). The module deployment is handled by maven, so only the

Re: [jibx-users] jibx-users Digest, Vol 50, Issue 1

2010-07-09 Thread Don Corley
Julian Fawcett Subject: [jibx-users] maven-jibx-plugin not working in multi-module project Joolz, The maven-jibx-plugin has been re-written for version 1.2.3 (which should be out in the next week or so). Please try the new code to see if your problem is resolved. To use the new code now,

Re: [jibx-users] jibx-users Digest, Vol 50, Issue 1

2010-07-09 Thread Don Corley
Peet, The fix for JIBX-331 /browse/JIBX-331 was not applied until version 1.2.3 (which should be out in the next week or so). This was a very simple fix. To use the new code now, please check it out of the cvs dev repository and build it. i.e., type: *cvs -z3

[jibx-users] Jibx an Maven: how to have different profiles

2011-01-17 Thread Don Corley
Miguel, This issue has been solved in JiBX 1.2.3. We are attempting to get this release out the door soon. The new jibx plugin has goals for generating schema code (test-schema-codegen) and binding (test-bind) during the test phase. To use the new code, please check it out of the cvs dev

Re: [jibx-users] Jibx an Maven: how to have different profiles

2011-01-18 Thread Don Corley
), but for production I had to revert to 1.2.2 (because it is not good policy to have SNAPSHOTS dependencies in final versions and the maven release plugin doesn't even allow it). Regards, Miguel On Tue, 2011-01-18 at 01:39 -0800, Don Corley wrote: -- Forwarded message

[jibx-users] JiBX 1.2.3 is now in maven central

2011-02-20 Thread Don Corley
JiBX 1.2.3 is now in maven central. We've made many improvements to JiBX. Read about them herehttp://jibx.cvs.sourceforge.net/viewvc/jibx/core/changes.txt ! In addition, we have also upgraded our infrastructure to use the maven nexus release process. This will allow us to release new versions

[jibx-users] Newer jibx-maven-plugin

2011-03-07 Thread Don Corley
jibx-maven-plugin version 1.2.3 has now been released as a replacement for the maven-jibx-plugin plugin. Besides the name change to conform to the maven plugin naming convention, there are several changes. The main goal of this project was to simplify the plugin's usage while maintaining

[jibx-users] The JiBX Schema Library is live.

2011-03-07 Thread Don Corley
The JiBX Schema Library is a collection of pre-built java schema bindings. The code is available as maven artifacts and also from our OSGi index. You can find the documentation here on the JiBX site: http://jibx.org/schema-library. If you're considering creating a java schema binding, look here

[jibx-users] The JiBX Schema Library is live

2011-03-07 Thread Don Corley
The JiBX Schema Library is a collection of pre-built java schema bindings. The code is available as maven artifacts and also from our OSGi index. You can find the documentation here on the JiBX site: http://jibx.org/schema-library. You may get the message twice. The email filter delayed my

Re: [jibx-users] jibx-users Digest, Vol 58, Issue 14

2011-03-24 Thread Don Corley
Tomaz, You have probably noticed that the new maven plugin has the capability to reference base binding files and classes that are located in maven artifacts as described here: http://jibx.sourceforge.net/jibx-maven-plugin/modular-codegen.html Of course, the referenced classes in the maven

Re: [jibx-users] errors when compiling OTA2010B

2011-04-26 Thread Don Corley
Marius-Cristian Vasilescu, You're going to love this solution! The new JiBX schema library has pre-built, optimized bindings ready to use. The JiBX bindings are already modularized and deployed to maven central as OSGi bundles so that you only use the schema that you need. They are even

[jibx-users] Cloning JiBX git repository fails

2011-06-07 Thread Don Corley
Stevo, You may have hit our git repo while we were making changes. Over the last few months we've been trying to consolidate and organize our source repositories. After finding out (the hard way) that sourceforge doesn't really support multi-module git projects, we decided to move all our code

[jibx-users] opentravel.org 2011A spec plus servicemix example

2011-07-11 Thread Don Corley
The JiBX schema library project http://www.jibx.org/schema-library has released pre-built JiBX bindings for the latest version (2011A) of the opentravel.org schema. These schema cover message exchange in the travel industry. You can find the opentravel.org binding documentation here:

Re: [jibx-users] Problems with eclipse dependencies

2011-07-11 Thread Don Corley
I've removed the eclipse dependencies from the jibx-maven-plugin and deployed the new code to the maven snapshot repository. I'm pretty sure this code was there to fix a very old eclipse OSGi dependency conflict. Please give it a shot and see this fixes your problems. To use the snapshot

[jibx-users] Eclipse Indigo - Maven to Eclipse (m2e) connector for JiBX

2011-07-26 Thread Don Corley
. Don Corley JiBX contributor -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot

[jibx-users] JiBX Apache CXF and Apache ServiceMix integration

2011-07-26 Thread Don Corley
You can now use your JiBX code in Web Service applications using Apache CXF and Apache ServiceMix. The new JiBX databinding module is now part of Apache CXF and Apache ServiceMix. You can find examples here: Simple CXF and ServiceMix example:

Re: [jibx-users] Trouble using jibx databinding in CXF 2.4.0

2011-07-26 Thread Don Corley
today with a link to a working CXF/JiBX example. Don Corley JiBX contributor Message: 3 Date: Tue, 26 Jul 2011 13:16:33 +0200 From: J?rgen Bockhorn juergen.bockh...@heuboe.de Subject: [jibx-users] Trouble using jibx databinding in CXF 2.4.0 To: jibx-users@lists.sourceforge.net jibx-users

Re: [jibx-users] Trouble using jibx databinding in CXF 2.4.0

2011-07-29 Thread Don Corley
Jürgen, This problem is very strange. The CXF JiBX databinding module does not like these declarations in your schema definition: xsd:enumeration value=NOT_FOUND_EXCEPTION/ xsd:enumeration value=ACCESS_DENIED_EXCEPTION/ I tried generating code using only the jibx-maven-plugin and it worked

Re: [jibx-users] jibx-users Digest, Vol 63, Issue 4

2011-08-11 Thread Don Corley
-agreementservice/b binding-file-nameagreementservice-client-binding.xml/binding-file-name /options /configuration On Thu, Aug 11, 2011 at 7:16 PM, Don Corley d...@donandann.com wrote: Abhijit, I assume from your directory names that you are using

Re: [jibx-users] Eclipse Indigo - Maven to Eclipse (m2e)

2011-10-03 Thread Don Corley
Miguel, The new Maven to Eclipse connector for jibx maps the maven lifecycle phases to the correct eclipse phases. They are trying to get maven to work better with eclipse. It looks like your project's configuration does the same thing. Don Message: 3 Date: Fri, 30 Sep 2011 12:06:55 +0100

[jibx-users] JiBX source repositories moved to github

2011-11-14 Thread Don Corley
You can now find the JiBX source code at: github.com/jibx -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1___ jibx-users mailing list

Re: [jibx-users] Java 7 and JiBX 1.2.2

2011-11-15 Thread Don Corley
Adam, I get the same error when I run the current JiBX test suite under jdk1.7. This bug has been entered at: http://jira.codehaus.org/browse/JIBX-465 Thanks for reporting this. Don -- Message: 1 Date: Mon, 31 Oct 2011

[jibx-users] JiBX on Android

2011-12-14 Thread Don Corley
JiBX works well on Android. It's probably the best data binding for Android, because: - JiBX is fast! - JiBX has a small footprint (it will add only 60KB to your .apk) - JiBX uses the Android XMLPull parser by default - It's easy to use! Basically, just add your jar'd bindings and the jibx

[jibx-users] JiBX android development using maven

2012-01-02 Thread Don Corley
If you are using maven for your android development, I added a pom.xml to the simple android example at: https://github.com/jibx/schema-library/blob/master/schema-utilities/examples/android/jibxapp/pom.xml Just checkout this project or set it up by following the instructions in my blog:

[jibx-users] opentravel.org latest schema added to the JiBX schema library

2012-01-31 Thread Don Corley
The new opentravel.org schema bindings (version 2011B) have been added to the JiBX schema library. You will find the schema binding documentation here: jibx.org/schema-library/site.html#opentravel.org Our webservice example (using servicemix) has been updated to use the new schema. If you want to

Re: [jibx-users] Skip code generation for included XML Schema

2012-01-31 Thread Don Corley
Klaus, Actually, JiBX handles included schema very easily. Just run JiBX on the included schema and package it as a separate project. Then, run JiBX on your main schema using the includeBaseBindings tag as explained in the maven instructions here:

Re: [jibx-users] maven-jibx-plugin 1.2.3 - eclipse dependencies

2012-02-20 Thread Don Corley
Tomas, Sorry about that, but for reason sonatype purged all our snapshots. I missed a few files when I deployed a few days ago, so I just redeployed all the code again to make sure the entire 1.2.4-SNAPSHOT codebase is in the snapshot repo. I double-checked and built this on a virgin system and

Re: [jibx-users] JiBX vs Lombok clash in Eclipse w/Maven

2012-04-30 Thread Don Corley
Francis, We have recently updated handling of our eclipse dependencies. This will probably fix your problem. Can you try your build using our snapshot version 1.2.4-SNAPSHOT. The instructions on using our snapshot are here: http://jibx.sourceforge.net/maven-jibx-plugin/snapshots.html Good Luck!

Re: [jibx-users] Configuring PermGenSize for jibx-maven-plugin

2012-04-30 Thread Don Corley
Mukarram, There should be a way to increase the PermGenSize for a maven plugin since they are run in a forked jvm. I tried to find a way to do this within maven, but could not. You might look at several plugins that do this by adding a config line, such as:

[jibx-users] JiBX 1.2.4 Release

2012-05-03 Thread Don Corley
JiBX 1.2.4 has been released. You can download it from our sourceforge download pagehttps://sourceforge.net/projects/jibx/files/jibx/jibx-1.2.4/. It has also been deployed to the maven central repositoryhttp://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.jibx%22 . This release updates some

Re: [jibx-users] Source snapshots in Maven Central Snapshots repo

2012-05-06 Thread Don Corley
Mukarram, If you are planning to submit a patch, it is best to check our source code out of github. Then you have the most recent code. Our repository is located at: https://github.com/organizations/jibx If you are familiar with git, you can submit your patch as a pull request, otherwise a

[jibx-users] JiBX maven 1.2.4 (re)release

2012-05-16 Thread Don Corley
The JiBX 1.2.4 artifacts have been synced to maven central (again!). Use version 1.2.4.5 in your pom files: dependency groupIdorg.jibx/groupId artifactIdjibx-run/artifactId version1.2.4.5/version /dependency -and- plugin groupIdorg.jibx/groupId

[jibx-users] New opentravel 2012A JiBX schema library released

2012-09-04 Thread Don Corley
The JiBX schema library has been updated to include the new opentravel.org2012A schema. You will find the documentation here: http://jibx.sourceforge.net/schema-library/site.html#opentravel.org A simple SOAP/REST web services example here:

[jibx-users] Sample Android App using JiBX opentravel schema

2012-09-18 Thread Don Corley
I just posted an example Android application that uses JiBX to send a RESTful XML message and process the reply. I use the opentravel touractivity SearchRQ/RS message pair from the 2012A schema (which is included in the JiBX schema library). You'll be amazed at how simple the code is. Get the

[jibx-users] Web Services Client Framework

2012-12-02 Thread Don Corley
github source repository: https://github.com/jibx/schema-library/tree/master/org.opentravel/_2012A/opentravel-ws/opentravel-hotel-ws-test-client Enjoy! Don Corley d...@tourgeek.com -- Keep yourself connected to Go Parallel

[jibx-users] JiBX Web Services Server Framework

2012-12-24 Thread Don Corley
repository: https://github.com/jibx/schema-library/tree/master/org.opentravel/_2012A/opentravel-ws/opentravel-hotel-ws-test-client Enjoy! Don Corley -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial

Re: [jibx-users] JAX-WS annotation

2013-01-09 Thread Don Corley
James, That is a very old example. I had to do some tricky stuff to get it to work. I try to update my examples with the updates in CXF and servicemix. Again, you might have better luck with the newer code described in my blog. The work that you have done so far should easily transfer to the new

Re: [jibx-users] jibx-users Digest, Vol 79, Issue 1

2013-01-09 Thread Don Corley
James, It sounds like you are trying to use JAXB instead of JiBX to generate your binding definitions. You can find some great examples using CXF with JiBX to create web services on my blog at: http://blog.tourgeek.com/ I hope this helps. Don On Fri, Jan 4, 2013 at 3:41 AM,

Re: [jibx-users] jibx-users Digest, Vol 79, Issue 2

2013-01-29 Thread Don Corley
Justin, Have you considered using the jibx-maven-plugin inside eclipse. The maven plugin is much more capable than the eclipse plugin... and it works great under eclipse. See: http://jibx.sourceforge.net/maven-jibx-plugin/index.html Don Message: 5 Date: Mon, 28 Jan 2013 18:11:38 + (GMT)

[jibx-users] JiBX SOAP and RESTful Web Services using Apache CXF

2013-02-03 Thread Don Corley
I've just updated the web services examples on using JiBX with apache CXF. With a few simple lines, you can have a SOAP or RESTful service running on Apache CXF using your JiBX bindings. You can take advantage of the CXF code generation capability to convert your WSDL's to java code and have

[jibx-users] JiBX message support added for opentravel 2012B messages

2013-02-14 Thread Don Corley
The JiBX schema library has added support for the new opentravel 2012B message version. opentravel is primary standard for messaging in the travel industry. Their messages support Airlines, hotels, cruises, car rentals, tours, etc. Even if you are not involved in the travel industry, you may want

[jibx-users] JiBX 1.2.5 released to maven central

2013-02-24 Thread Don Corley
The JiBX 1.2.5 plugin has been published to maven central. Please update your plugin versions. You can find the new jibx-maven-plugin documentation here: http://jibx.sourceforge.net/maven-jibx-plugin You can find source code in our github repository: https://github.com/jibx/core We also pushed a

[jibx-users] Eclipse m2e (maven) connector for JiBX has been updated

2013-03-04 Thread Don Corley
The eclipse m2e connector has been updated to work with m2e versions 1.2+. The connector is now available at the jibx eclipse update site: http://jibx.sourceforge.net/eclipse -- Everyone hates slow websites. So do we. Make

Re: [jibx-users] Apache CXF with JiBX and customization

2013-05-15 Thread Don Corley
environment! Don Corley JiBX Maven Plugin Author Hello, I have written a simple example to demonstrate the usage of Apache CXF with JiBX databinding including the use of customization (usage of class-decorators). The CXF support for JiBX seems to be rather rudimental. I did not find any

[jibx-users] JiBX 1.2.6 released

2015-01-04 Thread Don Corley
://www.jibx.org/schema-library/ Sorry for the slow response from me lately. I've been working full-time at USC for the last 1.5 years. Cheers! -- Don Corley 626-664-8491 (Cell) 626-358-2903 (Home) -- Dive into the World

Re: [jibx-users] XSD Catalog or similar

2015-03-25 Thread Don Corley
, Issue 3 * -- Don Corley 626-664-8491 (Cell) 626-358-2903 (Home) -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed

[jibx-users] Sourceforge is still down

2015-07-21 Thread Don Corley
JiBX users, You may have noticed that jibx.org has been down for almost a week. Don't worry, everything is fine with the JiBX project. Sourceforge's site hosting service crashed and they can't seem to get it going again. Any ideas where we can move our site? Thanks for your patience, Don

[jibx-users] JiBX and Java 8

2015-11-11 Thread Don Corley
Archie, We're ready to go with the Java 8 compatible version of JiBX. I'll we need is the BCEL 6.0 release. We can't release a version of JiBX that has a dependency on a RC version. Thanks, Don > > FYI, > > A co-worker has tried JiBX with the latest BCEL release (BCEL_6_0_RC4) and > claims

[jibx-users] JiBX 1.3.0-SNAPSHOT released

2016-11-08 Thread Don Corley
JiBX 1.3.0-SNAPSHOT has been released. Thanks to the new BCEL release, JiBX is now compatible with JDK 1.6, 1.7, and 1.8. You can find the jar file here: https://sourceforge.net/projects/jibx/files/jibx/jibx-1.3.0-SNAPSHOT/jibx_1_3_0_SNAPSHOT.zip The snapshot is in the maven central snapshot

[jibx-users] JiBX 1.3.1 released

2016-11-26 Thread Don Corley
JiBX 1.3.1 has been released. Thanks to the new BCEL release, JiBX is now compatible with JDK 1.6, 1.7, and 1.8. You can find the jar file here: https://sourceforge.net/projects/jibx/files/jibx/jibx-1.3.1/jibx_1_3_1.zip/download The maven artifacts are available in maven central. You can find

[jibx-users] JiBX 1.3.3

2020-01-27 Thread Don Corley
JiBX 1.3.3 has been released. This release includes the following changes: 1. Dependencies updated, such as joda-time and BCEL. 2. maven-jibx-plugin has been renamed to jibx-maven-plugin to comply with plugin naming rules. 3. Compatibility with Java 6, 7, 8, 9, 10, 11, 12, and 13+. You can find

Re: [jibx-users] jibx-users Digest, Vol 111, Issue 1

2020-03-22 Thread Don Corley
gt; Regards > Sridhar > -- next part -- > An HTML attachment was scrubbed... > > -- > > > > -- > > Subject: Digest Footer > > ___ > jibx-users mailing list &

[jibx-users] log4j vulnerability does not apply to JiBX

2022-02-15 Thread Don Corley
Sujatha, The log4j vulnerability only applies to Log4J versions 2.x. JiBX uses Log4J 1.2.17, so you are okay. Cheers, Don Corley ___ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users

[jibx-users] JiBX 1.4.2 Released

2022-09-08 Thread Don Corley
the instructions on the JiBX site: http://jibx.sourceforge.net/jibx-maven-plugin/index.html Enter your issues here: https://github.com/jibx -> Issues Cheers! Don -- Don Corley 626-664-8491 (Cell) 626-358-2903 (Home) ___ jibx-users mailing list j

[jibx-users] JiBX 1.4.1 Released

2022-08-13 Thread Don Corley
in maven central. You can find the instructions on the JiBX site: http://jibx.sourceforge.net/jibx-maven-plugin/index.html Enter your issues here: https://github.com/jibx -> Issues Cheers! Don -- Don Corley 626-664-8491 (Cell) 626-358-2903 (Home) ___ j