Aw: Re: Re: Investigating EJBContainer.createEJBContainer

2022-11-30 Thread tomee-user
ses the service loader méchanism so most likely an API version issue or > the classpath without openejb-core" > > Should I set some system variables etc? > > Thanks, > Markus > > > Gesendet: Montag, 21. November 2022 um 15:46 Uhr > > Von: "Jean-Louis Monteiro"

Aw: Re: Re: Investigating EJBContainer.createEJBContainer

2022-11-28 Thread tomee-user
I set some system variables etc? Thanks, Markus > Gesendet: Montag, 21. November 2022 um 15:46 Uhr > Von: "Jean-Louis Monteiro" > An: users@tomee.apache.org > Betreff: Re: Re: Investigating EJBContainer.createEJBContainer > > Did you import the entire project or jus

Re: Re: Investigating EJBContainer.createEJBContainer

2022-11-21 Thread Jean-Louis Monteiro
- > [INFO] BUILD SUCCESS > > The result is awesome. > > I wonder what I have to do to get the Intellij IDE to run? > > Cheers, > Markus > > > > Gesendet: Donnerstag, 17. November 2022 um 16:19 Uhr > > Von

Aw: Re: Investigating EJBContainer.createEJBContainer

2022-11-17 Thread tomee-user
have to do to get the Intellij IDE to run? Cheers, Markus > Gesendet: Donnerstag, 17. November 2022 um 16:19 Uhr > Von: "Jean-Louis Monteiro" > An: users@tomee.apache.org > Betreff: Re: Investigating EJBContainer.createEJBContainer > > Can you reproduce on a github

Re: Investigating EJBContainer.createEJBContainer

2022-11-17 Thread Jean-Louis Monteiro
Can you reproduce on a github example? As an alternative, what dependencies do you have? Can you copy/paste the java source file (with imports)? It uses the service loader méchanism so most likely an API version issue or the classpath without openejb-core -- Jean-Louis Monteiro

Investigating EJBContainer.createEJBContainer

2022-11-16 Thread tomee-user
Hi, I pulled tomee from with branch tomee-8.x. Now when I try to let run a EJBContainer.createEJBContainer() I got this message: javax.ejb.EJBException: Provider error. No provider found at javax.ejb.embeddable.EJBContainer.createEJBContainer(EJBContainer.java:67) at