Could you share the plugin.xml file? If the function is not registered you 
could also try to register it through a bundle activator.

Holger


Sent from my iPad

> On 22 Feb 2017, at 23:04, Oleksandr Mandryk <[email protected]> wrote:
> 
> Hi,
> 
> I've created a test Equinox plugin using this guide:
> TBC > Help > Help Contents > TopBraid Composer > Extending TopBraid Suite
> 
> It works fine when I run it using "Launch an Eclipse application" in TBC.
> 
> I would like to use my exposed function in EVN so I've created OSGi bundle 
> from this project 
> by using maven-jar-plugin plugin:
> <plugin>
>  <groupId>org.apache.maven.plugins</groupId>
>  <artifactId>maven-jar-plugin</artifactId>
>  <version>3.0.2</version>
>  <configuration>
>  <archive>
>  <manifestFile>META-INF/MANIFEST.MF</manifestFile>
>  </archive>
>  </configuration>
> </plugin>
> 
> 
> after restarting Tomcat I can see my bundle with the status RESOLVED in the 
> EVN's list of OSGi bundles,
> but my function doesn't work in EVN and I've noticed the warning in logs:
> [TopBraid Warning] 2017-02-22T10:50:22+0000 - org.topbraid.eclipsex:  WARN 
> [http-nio-8080-exec-4] (E_Function.java:89) - URI 
> <http://my.com/functions#exportToHIX> has no registered function factory
> 
> Could you tell me please what I'm doing wrong?
> 
> Thank you.
> 
> Best regards,
> Oleksandr Mandryk
> 
> -- 
> You received this message because you are subscribed to the Google Group 
> "TopBraid Suite Users", the topics of which include the TopBraid Suite family 
> of products and its base technologies such as SPARQLMotion, SPARQL Web Pages 
> and SPIN.
> To post to this group, send email to [email protected]
> --- 
> You received this message because you are subscribed to the Google Groups 
> "TopBraid Suite Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Group 
"TopBraid Suite Users", the topics of which include the TopBraid Suite family 
of products and its base technologies such as SPARQLMotion, SPARQL Web Pages 
and SPIN.
To post to this group, send email to [email protected]
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to