Re: Does anyone know of jbuilder conflicts coz of Namespace?

2001-08-14 Thread Paul Furbacher


On Tuesday, August 14, 2001, at 11:21 AM, Thomas, Mary wrote:

> The following is the message I get.
> [...]
> org.apache.fop.apps.FOPException: Namespace not supported
> by SAXParser [...]

Okay.  I'm pretty sure that my earlier suggestions will help you along.
It's a matter of getting the right libraries into the classpath prior to
the older ones.  Sometimes, it's difficult or impossible to remove the
older versions because they may be embedded in another JAR
file needed by your application or Tomcat.   But if you can get
the newer versions into the classpath first, you should avoid
the problems you are facing.

If you decide to upgrade the version of Tomcat which comes installed
with JBuilder 5, please go to CodeCentral and read the technotes,
and possibly download an OpenTool which aids in the migration.
CodeCentral is at

   http://codecentral.borland.com


Also, if you encounter problems migrating to a newer version of
Tomcat, do a search on the newsgroup search sites which I
mentioned in my earlier message.  Keywords such as "Tomcat Jbuilder",
but for good measure, throw in "Ken Chan".  He has definitely
contributed solutions concerning integrating later versions of Tomcat
into JBuilder 5.


Paul Furbacher
http://www.teamb.com

Please confine _all_ communication to the FOP-Dev list.  That is,
do not write to me personally in response to this message.  That
really means, do _not_ hit "reply-to-all".  Thanks.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Does anyone know of jbuilder conflicts coz of Namespace?

2001-08-14 Thread Thomas, Mary
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)

at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)

org.apache.fop.apps.FOPException: Namespace not supported by SAXParser

at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)

at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)

at java.lang.Thread.run(Thread.java:484)



-Original Message-
From: Paul Furbacher
To: [EMAIL PROTECTED]
Sent: 8/14/01 11:15 AM
Subject: Re: Does anyone know of  jbuilder conflicts coz of Namespace?

"Thomas, Mary" <[EMAIL PROTECTED]> wrote on  Mon Aug 13, 2001:

> I am trying to figure out why exactly there is this namespace issue.

Precisely, what error messages are you getting?  It would help
greatly if were to describe the problem rather than saying just "this 
namespace
issue."

> I am wondering if anyone has run into similar issue.
> Am also wondering if there is conflicts with default jar of
Tomcat3.2.1 
> that
> comes with jbuilder5.
> It has got ant.jar,
> jaxp.jar, parser.jar.
>
> Should I remove this . and include just xalan2 and xerces1.2.3.jar
>
> I tried removing it and looks like
> jbuilder is looking for xmlDocument.class
> which I think is in parser.jar.

My guess is that you are getting compilation errors due to different
versions of libraries which are common to Tomcat 3.2.1 and FOP.

If this is the case, you can try to rearrange the order in which the
"Required Libraries" appear in the Project Properties dialog.
Also, reconfigure the Tomcat classpath settings in user.properties
and put the desired xerces.jar, and other JARs which seem to
be causing these conflicts, at the start of it may help.  The 
user.properties
file is in your "profile" folder (Win2K calls it Documents and
Settings),
in a subfolder called .jbuilder5.

Another possibility is to use a more updated version of Tomcat.
I believe that Code Central has technotes on how to upgrade/
integrate newer versions of Tomcat into JBuilder 5.  If not there,
do a search of the Borland newsgroups (choose an engine from
those listed at http://www.borland.com/newsgroups/ngsearch.html).
Personally, I use the Tamarack site.  Including the key words "Ken
Chan" (a Borland employee who volunteers some quality time on
the "servlets-jps" newsgroup, and who is very involved with Tomcat
integration into JBuilder) may net you the desired articles faster
than a less restrictive search.  I'd try key words such as

   Tomcat  xerces

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Does anyone know of jbuilder conflicts coz of Namespace?

2001-08-14 Thread Paul Furbacher

"Thomas, Mary" <[EMAIL PROTECTED]> wrote on  Mon Aug 13, 2001:

> I am trying to figure out why exactly there is this namespace issue.

Precisely, what error messages are you getting?  It would help
greatly if were to describe the problem rather than saying just "this 
namespace
issue."

> I am wondering if anyone has run into similar issue.
> Am also wondering if there is conflicts with default jar of Tomcat3.2.1 
> that
> comes with jbuilder5.
> It has got ant.jar,
> jaxp.jar, parser.jar.
>
> Should I remove this . and include just xalan2 and xerces1.2.3.jar
>
> I tried removing it and looks like
> jbuilder is looking for xmlDocument.class
> which I think is in parser.jar.

My guess is that you are getting compilation errors due to different
versions of libraries which are common to Tomcat 3.2.1 and FOP.

If this is the case, you can try to rearrange the order in which the
"Required Libraries" appear in the Project Properties dialog.
Also, reconfigure the Tomcat classpath settings in user.properties
and put the desired xerces.jar, and other JARs which seem to
be causing these conflicts, at the start of it may help.  The 
user.properties
file is in your "profile" folder (Win2K calls it Documents and Settings),
in a subfolder called .jbuilder5.

Another possibility is to use a more updated version of Tomcat.
I believe that Code Central has technotes on how to upgrade/
integrate newer versions of Tomcat into JBuilder 5.  If not there,
do a search of the Borland newsgroups (choose an engine from
those listed at http://www.borland.com/newsgroups/ngsearch.html).
Personally, I use the Tamarack site.  Including the key words "Ken
Chan" (a Borland employee who volunteers some quality time on
the "servlets-jps" newsgroup, and who is very involved with Tomcat
integration into JBuilder) may net you the desired articles faster
than a less restrictive search.  I'd try key words such as

   Tomcat  xerces

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]