...ontext refresh failed (NonValidatingOsgiBundleXmlApplicationContext(bundle=com.i2c.jira.timesheet, config=osgibundle:/META-INF/spring/*.xml)) org.springframework.beans.factory...
Bamboo installation fails after going through the Configure database step version: 9.5.4 on windows 10 databaseurl is jdbc:mysql://222.92.152.106:3305/bamboo?useUnicode=true&characte...
I think that Jira Toolkit Plugin has some functionality I need in my script. So I try to get it's modules like described here @WithPlugin('com.atlassian.jira.toolkit') @PluginModule&nb...
...mport javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; @Path("/import-issues") public class ImportIssuesRestResource { private I...
...8,506 WARN [localhost-startStop-4] [plugin.osgi.factory.OsgiBundlePlugin] uninstallInternal OSGi container not running or undefined: Will not remove bundle listener and will not close package admin s...
...roblem with the OSGi bundle. Here is a link for a GoogleDrive with my console log .txt file and modified pom.xml file from an Atlassian plugin example. Is there any solution, because all the i...
....factory.transform.DefaultPluginTransformer.transform(DefaultPluginTransformer.java:146) at com.atlassian.plugin.osgi.factory.OsgiPluginFactory.createOsgiPluginJar(OsgiPluginFactory.java:276) at c...
...ackage> The registries definitely do show up in the OSGI view of the UPM in jira This seems to be exactly in sync with the atlassian-spring-scanner-maven-test-service-exporting-plugin e...
...nable to resolve 177.0: missing requirement [177.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.servicedesk.api.automation.configuration.ruleset.input) [INFO] [talledLocalContainer] [I...
...nable to resolve 177.0: missing requirement [177.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.servicedesk.api.automation.configuration.ruleset.input) [INFO] [talledLocalContainer] [I...
...t; </instructions> </configuration> </plugin> This allows me to compile the following lines in the wired tests: protected Backdoor backdoor; ... @Before public void s...
...esignate(ocd = MyConfig.class) public class MyComponentImpl implements MyComponent { @Activate public void activate(MyConfig config) { // Do something with the config object A...
Hi guys! I'm trying to implement a repository hook for bitbucket server, which communicates with a REST service. I'm having issues with configuring the maven dependencies in such way that OSGi can f...
...ollowing the snippset, I only kept api/MyPluginComponent interface: public interface MyPluginComponent { String getName(); } and impl/MyPluginComponentImpl class file in the "core" plugin: @C...
...hat I am getting an exception: unable to resolve 19.0: missing requirement [19.0] osgi.wiring.package; (osgi.wiring.package=com.microsoft.aad.adal4j). I dont know what I am doing wrong. P...
For a plugin I'm developing, I need to use classes from package org.eclipse.jgit (e.g. RevWalk). Few findings: There is no OSGi bundle that exports this package. The OSGi bundle a...
I can't install my plugin on JIRA 7.3.1 anymore and I don't know how to solve the exception. It seems to be caused by OSGI or Spring framework. Dependencies: <dependencies> <d...
....BeanDefinitionStoreException: Unexpected exception parsing XML document from URL [bundle://17.0:0/META-INF/spring/plugin-context.xml]; nested exception is java.lang.LinkageError: org/osgi/framework/BundleContext at o...
....export.odt' : Unresolved constraint in bundle com.plugin.export.odt [258]: Unable to resolve 258.0: missing requirement [258.0] osgi.wiring.package; (osgi.wiring.package=com.hp.hpl.jena.query). T...
...he wrong directory: {Lib/... ' It happens if I run atlas-package. Lib folder contains classes which come from jython which in turn is dependence of jrst. I guess some specific OSGI c...
...ommand, the jtds driver does not seem to be imported, so I get a classnotfound error when trying to load the driver. I have a dependency on jtds, but in my plugin osgi bundel, the jtds d...
...equirement [114.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.inject) I tried other answers from here, but it doesn't work for me. My pom: <?xml version="1.0" encoding="UTF-8"?> <p...
....BundleException: Unresolved constraint in bundle com.mycompany.helloworld [192]: Unable to resolve 192.0: missing requirement [192.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian...
Hello! I'm running jira on Tomcat 7 (actually SAP neo-java-web 2.6.0) and after a restart the SystemBundle no longer exports "javax.servlet.jsp" which causes "Atlassian Embedded Crowd - Administra...
...NFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- com.atlassian.plugins:atlassian-plugins-osgi-testrunner:jar:1.2.0:test [INFO] | \- org.apache.wink:wink-client:jar:1.1.3-i...
Copied to clipboard