Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Class property of org.eclipse.wst.validation.validator extension
Class property of org.eclipse.wst.validation.validator extension [message #202610] Thu, 18 October 2007 16:26 Go to next message
kiril mitov is currently offline kiril mitovFriend
Messages: 69
Registered: July 2009
Member
Hi all,

I noticed that the extension point org.eclipse.wst.validation.validator has
an attribute "run" with property class.
This property class is defined in the extension point schema as:
<element name="run">

<complexType>

<attribute name="class" type="string" use="required">

</attribute>

</complexType>



</element>

So the class property is actualy a string. When specifying such a string the
extender does not know which class or interfaces should the specified class
extend or implement:

Is this because of the internal status of
org.eclipse.wst.validation.internal.provisional.core.IValida tor?

I completly agree that no internal interfaces should be exposed throght
extension point, but is this the case or just the extension point definition
is not completed?

Best Regards,
Kiril
Re: Class property of org.eclipse.wst.validation.validator extension [message #202629 is a reply to message #202610] Fri, 19 October 2007 03:29 Go to previous messageGo to next message
Lawrence Mandel is currently offline Lawrence MandelFriend
Messages: 486
Registered: July 2009
Senior Member
Hi Kiril,

>I completly agree that no internal interfaces should be exposed throght
>extension point, but is this the case or just the extension point
definition
>is not completed?

Without looking into this I would guess that the extension point
definition is incomplete. At any rate this sounds like a bug. Care to open
one against Webtools wst.validation?

Lawrence
Re: Class property of org.eclipse.wst.validation.validator extension [message #202645 is a reply to message #202629] Fri, 19 October 2007 07:26 Go to previous messageGo to next message
kiril mitov is currently offline kiril mitovFriend
Messages: 69
Registered: July 2009
Member
Hi Lawrence,

I have taken care of the problem and opened
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206849.

I have also proposed a patch.

Best Regards,
Kiril

<lmandel@ca.ibm.com> wrote in message news:ff98be$udj$1@build.eclipse.org...
> Hi Kiril,
>
>>I completly agree that no internal interfaces should be exposed throght
>>extension point, but is this the case or just the extension point
> definition
>>is not completed?
>
> Without looking into this I would guess that the extension point
> definition is incomplete. At any rate this sounds like a bug. Care to open
> one against Webtools wst.validation?
>
> Lawrence
Re: Class property of org.eclipse.wst.validation.validator extension [message #202653 is a reply to message #202629] Fri, 19 October 2007 07:50 Go to previous message
kiril mitov is currently offline kiril mitovFriend
Messages: 69
Registered: July 2009
Member
Hi Lawrence,
I have taken care of the problem and opened
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206849
I have also proposed a patch.

Best Regards,
Kiril

<lmandel@ca.ibm.com> wrote in message news:ff98be$udj$1@build.eclipse.org...
> Hi Kiril,
>
>>I completly agree that no internal interfaces should be exposed throght
>>extension point, but is this the case or just the extension point
> definition
>>is not completed?
>
> Without looking into this I would guess that the extension point
> definition is incomplete. At any rate this sounds like a bug. Care to open
> one against Webtools wst.validation?
>
> Lawrence
Previous Topic:.properties not loaded from WEB-INF/classes
Next Topic:Protecting Projects - Read Only?
Goto Forum:
  


Current Time: Fri Apr 19 07:18:27 GMT 2024

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

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

Back to the top