Hi all,
I add rcp-plugin to jira(version 5.0.6)
This plugin appears as instaled and enabaled, but wsdl and service were not generated.
The *.xml is following:
<atlassian-plugin key="***" name="Search Soap Plugin" plugins-version="2">
<plugin-info>
<description>This plugin provide searching in your jira.</description>
<version>${project.version}</version>
<vendor name="***" url="http:***" />
</plugin-info>
<component key="component-FoobarSoapService" name="Search SOAP Service Component"
class="net.sam_solutions.SearchSoapServiceImpl">
<interface>net.sam_solutions.SearchSoapService</interface>
</component>
<rpc-soap key="search-soap-service" name="Search SOAP Service" class="net.sam_solutions.SearchSoapServiceImpl">
<description>Search SOAP service.</description>
<service-path>searchservice</service-path>
<published-interface>net.sam_solutions.SearchSoapService</published-interface>
</rpc-soap>
</atlassian-plugin>
What URL are you trying to access the WSDL?
That seems right. Is the plugin and its modules enabled? any error in logs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the most intresting:), there are no errors in the logs.
Maybe I'm wrong plugin installed?
1) Shutdown jira ;
2) Add *.jar file to */WEB-inf/lib;
3) run jira;
All right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can install it under WEB-IF/classes only after changing the plugin to v1. Worth a try.
But https://jira.atlassian.com/browse/JRA-22596 is now resolved. I would have gussed v2 plugins would work as well!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
and when I click "enable" in first time I take exception"This plugin failed to enable. Your license may be invalid. Please refer to the logs for more information.", but when i clicked again all is ok.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.