Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Unable to connect to Mantis repository as standalone application

Hi,

The Mantis connector was not designed to run outside of OSGi. However,
I'm willing to make any code changes necessary to do that.

Can you post the code which leads to this error?

Robert

On Wed, Jan 4, 2012 at 4:56 PM, prakash tiwary <prakash.tiwary@xxxxxxxxx> wrote:
>
> I have tried to follow the steps of connecting Bugzilla Repository using java
> api
>
> http://wiki.eclipse.org/index.php/Mylyn/Integrator_Reference#Headless_and_standalone_use
>
> But i could not succeed, it gives following error
>
> Error in custom provider, java.lang.NullPointerException
>  while locating com.itsolut.mantis.core.RepositoryPersistencePathProvider
>  while locating org.eclipse.core.runtime.IPath annotated with
> @com.itsolut.mantis.core.RepositoryPersistencePath()
>    for parameter 0 at
> com.itsolut.mantis.core.MantisClientManager.<init>(MantisClientManager.java:52)
>  while locating com.itsolut.mantis.core.MantisClientManager
>  while locating com.itsolut.mantis.core.IMantisClientManager
>    for field at
> com.itsolut.mantis.core.MantisRepositoryConnector.clientManager(MantisRepositoryConnector.ja
>
>
>
> It seems , i need to initialize some thing  .  For Bugzilla & Trac it work
> wells.
>
> Any suggestion will be helpful.
>
>
>
> --
> View this message in context: http://old.nabble.com/Unable-to-connect-to-Mantis-repository-as-standalone-application-tp33079632p33079632.html
> Sent from the Mylyn Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev



-- 
Sent from my (old) computer


Back to the top