Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Oriented Architecture Tools Platform (STP) » Re: [stp-newsgroup] xalan dependency
Re: [stp-newsgroup] xalan dependency [message #374029] Thu, 06 July 2006 14:19
Sebastian Carbajales is currently offline Sebastian CarbajalesFriend
Messages: 4
Registered: July 2009
Junior Member
This is a multipart message in MIME format.
--=_alternative 004ECAC1852571A3_=
Content-Type: text/plain; charset="US-ASCII"

Hi David,

It turns out that the JREs I checked where issued by IBM which include
this QName class in the xml.jar. So, we've examined our code a little
closer and determined that the class is only used internally. As a result
we will remove this dependency shortly. I will let you know when this is
done.

Regards,

Sebastian Carbajales, P.Eng
------------------------------------------------------------ ------------------
Advisory Software Engineer, Business Integration Tooling
IBM Canada Ltd.
8200 Warden Avenue D3/KWF
Markham, Ontario, L6G 1C7

E-mail: sebastia@ca.ibm.com
Phone: (905) 413-2577
TieLine: 969-2577
------------------------------------------------------------ ------------------



David Black <david.black@capeclear.com>
Sent by: stp-newsgroup-bounces@eclipse.org
07/05/2006 12:46 PM
Please respond to
"Gateway between eclipse.stp and stp-newsgroup"
<stp-newsgroup@eclipse.org>


To
stp-newsgroup@eclipse.org
cc

Subject
Re: [stp-newsgroup] xalan dependency






Hi Sebastian,

Thanks for the reply.

In JDK/JRE 1.4.2 xalan is included in the rt.jar. I am actually using 1.5
(precisely: 1.5.0_06) to run Eclipse and compile against (but with 1.4
compliance
level), and there it is not included in rt.jar. A quick look through other

jars and I don't see it. Hmm, has it been moved/removed in 1.5 ?

regards
David

> Hi David,
>
> Yes, the dependency on org.apache.xml.utils.QName is needed. I am
> not sure what this class was introduced but it is part of Xalan 2.7.0
> which is included in the supported JRE's (1.4.2 or later). What JRE
> have you installed?
>
> Regards,
>
> Sebastian Carbajales
>
> David Black <david.black@capeclear.com>
> Sent by: stp-newsgroup-bounces@eclipse.org
> 07/03/2006 03:12 AM
> Please respond to
> "Gateway between eclipse.stp and stp-newsgroup"
> <stp-newsgroup@eclipse.org>
> To
> stp-newsgroup@eclipse.org
> cc
> Subject
> [stp-newsgroup] xalan dependency
> Hi,
>
> (apologies if anyone has already received this via the mailing lists,
> its not clear to be whether those lists are currently in use)
>
> I've just grabbed the latest stp code from
> dev.eclipse.org:/cvsroot/stp, loaded the various projects into
> Eclipse 3.2 (callisto rc7). I'm seeing a few build errors, including:
>
> org.apache.xml.utils.QName cannot be resolved to a type
>
> in the org.eclipse.stp.core.saf.ui plugin. Is this supposed to be in
> there? If so, which version of xalan is being used, am I missing a
> plugin?
>
> thanks
>
> ---------------------------------------
> David Black
> Cape Clear Software
> _______________________________________________
> stp-newsgroup mailing list
> stp-newsgroup@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/stp-newsgroup


_______________________________________________
stp-newsgroup mailing list
stp-newsgroup@eclipse.org
https://dev.eclipse.org/mailman/listinfo/stp-newsgroup


--=_alternative 004ECAC1852571A3_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Hi David,</font>
<br>
<br><font size=2 face="sans-serif">It turns out that the JREs I checked
where issued by IBM which include this QName class in the xml.jar. &nbsp;So,
we've examined our code a little closer and determined that the class is
only used internally. &nbsp;As a result we will remove this dependency
shortly. &nbsp;I will let you know when this is done.</font>
<br><font size=2 face="sans-serif"><br>
Regards,<br>
<br>
Sebastian Carbajales, P.Eng<br>
------------------------------------------------------------ ------------------ <br>
Advisory Software Engineer, Business Integration Tooling <br>
IBM Canada Ltd.<br>
8200 Warden Avenue D3/KWF<br>
Markham, Ontario, L6G 1C7<br>
<br>
E-mail: &nbsp; sebastia@ca.ibm.com<br>
Phone: &nbsp; (905) 413-2577<br>
TieLine: 969-2577<br>
------------------------------------------------------------ ------------------ </font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>David Black &lt;david.black@capeclear.com&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: stp-newsgroup-bounces@eclipse.org</font>
<p><font size=1 face="sans-serif">07/05/2006 12:46 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;Gateway between eclipse.stp and stp-newsgroup&quot; &lt;stp-newsgroup@eclipse.org&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">stp-newsgroup@eclipse.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: [stp-newsgroup] xalan dependency</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>Hi Sebastian,<br>
<br>
Thanks for the reply.<br>
<br>
In JDK/JRE 1.4.2 xalan is included in the rt.jar. I am actually using 1.5
<br>
(precisely: 1.5.0_06) to run Eclipse and compile against (but with 1.4
compliance <br>
level), and there it is not included in rt.jar. A quick look through other
<br>
jars and I don't see it. Hmm, has it been moved/removed in 1.5 ? <br>
<br>
regards<br>
David<br>
<br>
&gt; Hi David,<br>
&gt; <br>
&gt; Yes, the dependency on &nbsp;org.apache.xml.utils.QName is needed.
&nbsp;I am<br>
&gt; not sure what this class was introduced but it is part of Xalan 2.7.0<br>
&gt; which is included in the supported JRE's (1.4.2 or later). &nbsp;What
JRE<br>
&gt; have you installed?<br>
&gt; <br>
&gt; Regards,<br>
&gt; <br>
&gt; Sebastian Carbajales<br>
&gt; <br>
&gt; David Black &lt;david.black@capeclear.com&gt;<br>
&gt; Sent by: stp-newsgroup-bounces@eclipse.org<br>
&gt; 07/03/2006 03:12 AM<br>
&gt; Please respond to<br>
&gt; &quot;Gateway between eclipse.stp and stp-newsgroup&quot;<br>
&gt; &lt;stp-newsgroup@eclipse.org&gt;<br>
&gt; To<br>
&gt; stp-newsgroup@eclipse.org<br>
&gt; cc<br>
&gt; Subject<br>
&gt; [stp-newsgroup] xalan dependency<br>
&gt; Hi,<br>
&gt; <br>
&gt; (apologies if anyone has already received this via the mailing lists,<br>
&gt; its not clear to be whether those lists are currently in use)<br>
&gt; <br>
&gt; I've just grabbed the latest stp code from<br>
&gt; dev.eclipse.org:/cvsroot/stp, loaded the various projects into<br>
&gt; Eclipse 3.2 (callisto rc7). I'm seeing a few build errors, including:<br>
&gt; <br>
&gt; org.apache.xml.utils.QName cannot be resolved to a type<br>
&gt; <br>
&gt; in the org.eclipse.stp.core.saf.ui plugin. Is this supposed to be
in<br>
&gt; there? If so, which version of xalan is being used, am I missing a<br>
&gt; plugin?<br>
&gt; <br>
&gt; thanks<br>
&gt; <br>
&gt; ---------------------------------------<br>
&gt; David Black<br>
&gt; Cape Clear Software<br>
&gt; _______________________________________________<br>
&gt; stp-newsgroup mailing list<br>
&gt; stp-newsgroup@eclipse.org<br>
&gt; https://dev.eclipse.org/mailman/listinfo/stp-newsgroup<br>
<br>
<br>
_______________________________________________<br>
stp-newsgroup mailing list<br>
stp-newsgroup@eclipse.org<br>
https://dev.eclipse.org/mailman/listinfo/stp-newsgroup<br>
</font></tt>
<br>
--=_alternative 004ECAC1852571A3_=--
Previous Topic:Re: [stp-newsgroup] xalan dependency
Next Topic:Re: [stp-newsgroup] xalan dependency
Goto Forum:
  


Current Time: Tue Apr 16 14:18:04 GMT 2024

Powered by FUDForum. Page generated in 0.70975 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top