Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » XPathChoosePage
XPathChoosePage [message #119890] Mon, 30 January 2006 15:13 Go to next message
Eclipse UserFriend
Originally posted by: jan.tanis.coas.com

Hi,

As stated before I use the XML ODA UI as example. I stripped it down.
But when pressing finished it asks for XPathChoosePage. That class is
never refferenced in any of my files. It isnt mentioned in the
plugin.xml either. Is calling this class a standard operation for such
ODA UI plugin or is it something else? Can someone please provide me
with some information about this, I'm running out on it. Your help is
most appreciated.

Thanks and regards, Jan.
Re: XPathChoosePage [message #120008 is a reply to message #119890] Mon, 30 January 2006 16:31 Go to previous messageGo to next message
Gary Xue is currently offline Gary XueFriend
Messages: 193
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_0456_01C62577.80602B80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Jan,
Are you sure that XPathChoosePage class is not in the plugin.xml file =
of your plugin? In the out-of-the-box XML driver's UI plugin =
(org.eclipse.birt.report.data.oda.xml.ui), this class is listed in the =
plugin.xml's declaration of the odadatasource extension:

<odaDataSetUI id=3D"org.eclipse.birt.report.data.oda.xml.dataSet" =
addsDataSetParametersPage =3D "false">
<newDataSetWizard =
class=3D" org.eclipse.birt.report.data.oda.xml.ui.wizards.XmlDataSetWi zard=
"/>
<dataSetEditorPage =
class=3D" org.eclipse.birt.report.data.oda.xml.ui.wizards.XmlDataSetSe lect=
ionPage"=20
displayName=3D"XML DataSet" name=3D"selectColumns"/>

<dataSetEditorPage =
class=3D" org.eclipse.birt.report.data.oda.xml.ui.wizards.XPathChooseP age "=

displayName=3D"Table Mapping" name=3D"selectColumns"/>

<dataSetEditorPage =
class=3D" org.eclipse.birt.report.data.oda.xml.ui.wizards.ColumnMappin gPag=
e" displayName=3D"Column Mapping" name=3D"selectColumns"/>
</odaDataSetUI>


--=20
Gary Xue
Actuate Corporation - Product Development
BIRT Committer
"Jan Tanis" <jan.tanis@coas.com> wrote in message =
news:drlaf9$bur$1@utils.eclipse.org...
> Hi,
>=20
> As stated before I use the XML ODA UI as example. I stripped it down.=20
> But when pressing finished it asks for XPathChoosePage. That class is=20
> never refferenced in any of my files. It isnt mentioned in the=20
> plugin.xml either. Is calling this class a standard operation for such =

> ODA UI plugin or is it something else? Can someone please provide me=20
> with some information about this, I'm running out on it. Your help is=20
> most appreciated.
>=20
> Thanks and regards, Jan.
------=_NextPart_000_0456_01C62577.80602B80
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1528" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Jan,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Are&nbsp; you sure that XPathChoosePage =
class is=20
not in the plugin.xml file of your plugin? In the out-of-the-box XML =
driver's UI=20
plugin (org.eclipse.birt.report.data.oda.xml.ui), this class is listed =
in the=20
plugin.xml's declaration of the odadatasource extension:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<P><FONT face=3DArial size=3D2>&lt;odaDataSetUI=20
id=3D"org.eclipse.birt.report.data.oda.xml.dataSet" =
addsDataSetParametersPage =3D=20
"false"&gt;<BR>&lt;newDataSetWizard=20
class=3D" org.eclipse.birt.report.data.oda.xml.ui.wizards.XmlDataSetWi zard=
"/&gt;<BR>&lt;dataSetEditorPage=20
class=3D" org.eclipse.birt.report.data.oda.xml.ui.wizards.XmlDataSetSe lect=
ionPage"=20
<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; displayName=3D"XML DataSet"=20
name=3D"selectColumns"/&gt;</FONT></P>
<P><FONT face=3DArial size=3D2><STRONG>&lt;dataSetEditorPage=20
class=3D" org.eclipse.birt.report.data.oda.xml.ui.wizards.XPathChooseP age "=
<BR>&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; displayName=3D"Table Mapping"=20
name=3D"selectColumns"/&gt;</STRONG></FONT></P>
<P><FONT face=3DArial size=3D2>&lt;dataSetEditorPage=20
class=3D" org.eclipse.birt.report.data.oda.xml.ui.wizards.ColumnMappin gPag=
e"=20
displayName=3D"Column Mapping"=20
name=3D"selectColumns"/&gt;<BR>&lt;/odaDataSetUI&gt; </FONT></P></DIV>
<DIV><BR><FONT face=3DArial size=3D2>-- <BR>Gary Xue<BR>Actuate =
Corporation -=20
Product Development<BR>BIRT Committer</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>"Jan Tanis" &lt;</FONT><A=20
href=3D"mailto:jan.tanis@coas.com"><FONT face=3DArial=20
size=3D2>jan.tanis@coas.com</FONT></A><FONT face=3DArial size=3D2>&gt; =
wrote in=20
message </FONT><A href=3D"news:drlaf9$bur$1@utils.eclipse.org"><FONT =
face=3DArial=20
size=3D2>news:drlaf9$bur$1@utils.eclipse.org</FONT></A><FONT =
face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; Hi,<BR>&gt; =
<BR>&gt; As=20
stated before I use the XML ODA UI as example. I stripped it down. =
<BR>&gt; But=20
when pressing finished it asks for XPathChoosePage. That class is =
<BR>&gt; never=20
refferenced in any of my files. It isnt mentioned in the <BR>&gt; =
plugin.xml=20
either. Is calling this class a standard operation for such <BR>&gt; ODA =
UI=20
plugin or is it something else? Can someone please provide me <BR>&gt; =
with some=20
information about this, I'm running out on it. Your help is <BR>&gt; =
most=20
appreciated.<BR>&gt; <BR>&gt; Thanks and regards, =
Jan.</FONT></BODY></HTML>

------=_NextPart_000_0456_01C62577.80602B80--
Re: XPathChoosePage [message #120643 is a reply to message #120008] Tue, 31 January 2006 05:55 Go to previous message
Eclipse UserFriend
Originally posted by: jan.tanis.coas.com

Hi Gary,

Yes, I'm sure of that. Here is my current plugin.xml:

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.birt.report.data.oda.soap.ui"
name="BIRT SOAP UI Plug-in"
version="2.0.0"
provider-name="COAS Software Systems BV"
class="org.eclipse.birt.report.data.oda.soap.ui.UiPlugin">
<runtime>
<library name="soap-oda-ui.jar">
<export name="*"/>
</library>
</runtime>

<requires>
<import plugin="org.eclipse.birt.report.data.oda.soap"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.birt.report.designer.ui"/>
<import plugin="org.eclipse.birt.report.model"/>
<import plugin="org.eclipse.birt.core"/>
<import plugin="org.eclipse.datatools.connectivity.oda"/>
</requires>
<extension
point="org.eclipse.birt.report.designer.ui.odadatasource">
<odaDataSourceUI id="org.eclipse.birt.report.data.oda.soap">
<newDataSourceWizard
class=" org.eclipse.birt.report.data.oda.soap.ui.wizards.XmlDataSour ceConnectionWizard "/>
<dataSourceEditorPage

class=" org.eclipse.birt.report.data.oda.soap.ui.wizards.XmlDataSour cePage "
displayName="%oda.soap.datasource"
name="selectFolder"
path="/"/>
</odaDataSourceUI>

<odaDataSetUI id="org.eclipse.birt.report.data.oda.soap.dataSet"
addsDataSetParametersPage = "false">
<newDataSetWizard
class=" org.eclipse.birt.report.data.oda.soap.ui.wizards.XmlDataSetW izard "/>
<dataSetEditorPage

class=" org.eclipse.birt.report.data.oda.soap.ui.wizards.XmlDataSetS electionPage "
displayName="%oda.soap.dataset"
name="selectColumns"/>
</odaDataSetUI>
</extension>
</plugin>

Gary Xue wrote:
> Jan,
> Are you sure that XPathChoosePage class is not in the plugin.xml file
> of your plugin? In the out-of-the-box XML driver's UI plugin
> (org.eclipse.birt.report.data.oda.xml.ui), this class is listed in the
> plugin.xml's declaration of the odadatasource extension:
>
>
> <odaDataSetUI id="org.eclipse.birt.report.data.oda.xml.dataSet"
> addsDataSetParametersPage = "false">
> <newDataSetWizard
> class=" org.eclipse.birt.report.data.oda.xml.ui.wizards.XmlDataSetWi zard "/>
> <dataSetEditorPage
> class=" org.eclipse.birt.report.data.oda.xml.ui.wizards.XmlDataSetSe lectionPage "
>
> displayName="XML DataSet" name="selectColumns"/>
>
> *<dataSetEditorPage
> class=" org.eclipse.birt.report.data.oda.xml.ui.wizards.XPathChooseP age "
> displayName="Table Mapping" name="selectColumns"/>*
>
> <dataSetEditorPage
> class=" org.eclipse.birt.report.data.oda.xml.ui.wizards.ColumnMappin gPage "
> displayName="Column Mapping" name="selectColumns"/>
> </odaDataSetUI>
>
>
> --
> Gary Xue
> Actuate Corporation - Product Development
> BIRT Committer
> "Jan Tanis" <jan.tanis@coas.com <mailto:jan.tanis@coas.com>> wrote in
> message news:drlaf9$bur$1@utils.eclipse.org...
> > Hi,
> >
> > As stated before I use the XML ODA UI as example. I stripped it down.
> > But when pressing finished it asks for XPathChoosePage. That class is
> > never refferenced in any of my files. It isnt mentioned in the
> > plugin.xml either. Is calling this class a standard operation for such
> > ODA UI plugin or is it something else? Can someone please provide me
> > with some information about this, I'm running out on it. Your help is
> > most appreciated.
> >
> > Thanks and regards, Jan.
Previous Topic:xml datasource & sub reports
Next Topic:Relative path for design file
Goto Forum:
  


Current Time: Fri Nov 08 22:30:58 GMT 2024

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

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

Back to the top