Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can my Wired Tests get access to my pojos?

singingbush May 3, 2015

I'd like to make use of wired tests but I get a ClassNotFoundException if I try to use any pojo that makes up part of my plugin. The same issue as described here:

https://answers.atlassian.com/questions/189781

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Micha Kops
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 13, 2015

@singingbush Adding the following package-imports to your atlassian-plugin.xml could help:

<plugin-info>
    [..]
    <bundle-instructions>
      <Export-Package>com.yourpackage</Export-Package>
    </bundle-instructions>
</plugin-info>
TAGS
AUG Leaders

Atlassian Community Events