Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jta-dev] Intending to create a 2.0.1-RC1

Thank you, Arjan. I wonder if the OSGi information in the transaction jar isn't identifying itself as jakarta.transaction. I will take a look at that.

On Thu, 3 Feb 2022 at 16:33, arjan tijms <arjan.tijms@xxxxxxxxx> wrote:
If you pretty print the OSGi/Felix output it's a bit easier to see:

Unable to resolve
    org.glassfish.main.resources.mail-connector [207]
    missing requirement
        &(package = jakarta.resource) (version >= 2.0.0) (!(version >= 3.0.0))
        caused by:
            Unable to resolve
                jakarta.resource-api [148]
                missing requirement
                    &(package = jakarta.transaction) (version >= 2.0.0) (!(version >= 3.0.0)))]


This by itself looks somewhat strange, since 2.0.1 is obviously in that range. Might rather be that it's not found at all.

Kind regards,
Arjan Tijms


_______________________________________________
jta-dev mailing list
jta-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jta-dev

Back to the top