[hibernate-dev] About the WildFly bootstrap errors in Hibernate ORM / master

Sanne Grinovero sanne at hibernate.org
Wed Jan 24 08:33:34 EST 2018


That's right :(

Including it in the build script gets our provioning plugin to know how to
resolve things, and all works fine in the phase of creating the server
copy.

But next the produced Wildfly server starts in a new JVM, entirely new
context, and expects to find the dependencies "as configured" for Maven,
for the current user. If the current user's configuration doesn't list the
JBoss nexus it will ignore the locally cached artifacts, even if we made
sure to download them during provisioning.

I'm looking for settings we might use today, if I fail I'll revert it.

On 24 Jan 2018 13:17, "Steve Ebersole" <steve at hibernate.org> wrote:

I'm confused.  You're saying it's not enough to include it in the Gradle
script?

On Wed, Jan 24, 2018, 5:05 AM Sanne Grinovero <sanne at hibernate.org> wrote:

> Hi all,
> especially Chris, and anyone else having problems with the integration
> tests using WildFly,
>
> the problem seems to be caused by not having the JBoss Nexus
> repository enabled in your *Maven* configuration. (Yes, even though we
> use Gradle..)
>
> For the time being could you create a ~/.m2/settings.xml
>
> having the content you can copy from:
>  - https://raw.githubusercontent.com/hibernate/hibernate-search/
> 8f7e87bf282877a7a5554035abb709cc9813fec2/settings-example.xml
>
> This is just a temporary solution so that you're not stuck today,
> while I'm looking for a better fix.
>
> For details, see:
>  - http://lists.jboss.org/pipermail/wildfly-dev/2018-January/006335.html
>
> Thanks, and sorry for the inconvenience!
>
> Sanne
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list