XSD2JavaGenerator: *FactoryImpl.init() problem

2008-03-22 Thread Stanislaw T. Findeisen
Hello I am having the following problem with XSD2JavaGenerator: private static GlobusFactoryImpl instance = null; public static GlobusFactoryImpl init() { if (instance != null ) return instance; instance = new GlobusFactoryImpl(); // Initialize dependent packages CommonFac

Re: nonexistent import - XSD2JavaGenerator problem (import org.apache.tuscany.sdo.model.impl.ModelPackageImpl)

2008-03-21 Thread Stanislaw T. Findeisen
rly. Maybe you can narrow down which XSD feature is causing this to happend and open a JIRA. Thanks, Frank "Stanislaw T. Findeisen" <[EMAIL PROTECTED]> 03/20/2008 03:15 PM Please respond to tuscany-user@ws.apache.org To tuscany-user@ws.apache.org cc Subject nonexistent

nonexistent import - XSD2JavaGenerator problem (import org.apache.tuscany.sdo.model.impl.ModelPackageImpl)

2008-03-20 Thread Stanislaw T. Findeisen
Hello In short: this statement: import org.apache.tuscany.sdo.model.impl.ModelPackageImpl is being generated by org.apache.tuscany.sdo.generate.XSD2JavaGenerator, but there is no such class in the current release. This used to work OK with SDO Java Incubating-M2, but now I am upgrading

DataObject::getCString(...) - character encoding

2007-11-10 Thread Stanislaw T. Findeisen
What is the character encoding of the string returned by const char* DataObject::getCString(const char* path) ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SDO C++ M3 :: Tests passed: 100/118

2007-08-28 Thread Stanislaw T. Findeisen
elps. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Stanislaw T. Findeisen [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 28, 2007 10:00 AM To: tuscany-user@ws.apache.org Subject: SDO C++ M3 ::

SDO C++ M3 :: Tests passed: 100/118

2007-08-28 Thread Stanislaw T. Findeisen
Hello there, I've just compiled and installed SDO C++ Milestone release 3 under Linux (Suse 9.3). However, when I run the test suite (sdotest.sh) I get this: [...] tuscany/tuscany_sdo_cpp-1.0-incubator-M3-src> ./sdotest.sh Using SDO installed at /home/worker/rozne/tuscany/tuscany_sdo_cpp-1.0-

Re: Build problem (Tuscany M2 SDO) (Linux)

2007-01-11 Thread Stanislaw T. Findeisen
kelvin goodson wrote: It would be good to know the details of the versions of the key components you are using. I guess you are still using IBM JDK 1.4.2, yes? To complete the picture, what's the rest of your environment; linux version, maven version, surefire plugin version, etc? [EMAIL PROTE

Re: Build problem (Tuscany M2 SDO) (Linux)

2007-01-10 Thread Stanislaw T. Findeisen
. On 08/01/07, Stanislaw T. Findeisen <[EMAIL PROTECTED]> wrote: Hi (1) I switched to IBM Java 1.4.2, and now have "build successful". Thank you all. (2) There is another issue however. This: 5) Execute: mvn package javadoc:javadoc assembly:assembly This will build the Tusc

Re: Build problem (Tuscany M2 SDO) (Linux)

2007-01-08 Thread Stanislaw T. Findeisen
Hi (1) I switched to IBM Java 1.4.2, and now have "build successful". Thank you all. (2) There is another issue however. This: 5) Execute: mvn package javadoc:javadoc assembly:assembly This will build the Tuscany SDO for Java binary distribution artefacts in the sdo/distribution/target

Re: Build problem (Tuscany M2 SDO) (Linux)

2007-01-05 Thread Stanislaw T. Findeisen
Yang ZHONG wrote: Have the build test failures been solved? Many copying/forwarding on the thread... Unfortunetely not. If not, the following looks familiar to me: java.lang.NullPointerException at org.apache.crimson.tree.ElementNode2.getAttributeNodeNS( ElementNode2.java:432)