IDEA-80109 New Project Library / from Maven: nothing found and JAXBE at NexusRepositoryService.findArtifacts()

This commit is contained in:
Gregory.Shrago
2012-03-29 21:57:54 +04:00
parent ea42f3f154
commit e6e50e5e2c
@@ -48,7 +48,7 @@ public class Endpoint {
public DataIndex(final String nexusRoot)
throws JAXBException
{
_jc = JAXBContext.newInstance("org.jetbrains.idea.maven.services.nexus");
_jc = JAXBContext.newInstance("org.jetbrains.idea.maven.services.nexus", getClass().getClassLoader());
_jaxbDispatcher = new JAXBDispatcher(_jc);
_dsDispatcher = new DSDispatcher();
_uriBuilder = new UriBuilder();
@@ -140,7 +140,7 @@ public class Endpoint {
public DataIndexRepository(String repository)
throws JAXBException
{
_jc = JAXBContext.newInstance("org.jetbrains.idea.maven.services.nexus");
_jc = JAXBContext.newInstance("org.jetbrains.idea.maven.services.nexus", getClass().getClassLoader());
_jaxbDispatcher = new JAXBDispatcher(_jc);
_dsDispatcher = new DSDispatcher();
_uriBuilder = new UriBuilder();