RE: JakartaEE Starter Errors (Was: [ANN] Apache TomEE 10.0.1)

Richard Zowalla <[email protected]> Thu, 3 Apr 2025 10:36:03 +0200
Newsgroups gmane.comp.java.openejb.user
Message-ID <[email protected]>
Regarding AMQ:

You can ActiveMQ in the arquillian.xml (and related dependencies in your =
pom config for embedded):

		AMQResourceAdapter =3D =
new://Resource?type=3DActiveMQResourceAdapter
                AMQResourceAdapter.BrokerXmlConfig =3D =
broker:(tcp://localhost:61616?useJmx=3Dfalse)
                AMQMessageContainer =3D new://Container?type=3DMESSAGE
                AMQMessageContainer.ResourceAdapter =3D =
AMQResourceAdapter
                AMQConnectionFactory =3D =
new://Resource?type=3Djakarta.jms.ConnectionFactory
                AMQConnectionFactory.ResourceAdapter =3D =
AMQResourceAdapter

Gru=C3=9F
Richard

> Am 03.04.2025 um 09:08 schrieb Richard Zowalla <[email protected]>:
>=20
> Feel free to open a new thread on the user list.
>=20
> I currently don=E2=80=99t have the time to debug your setup in detail.
> Most likely some sort of setup issue, so I would look into the =
examples and tests in the TomEE code base.
>=20
> Gru=C3=9F
> Richard
>=20
>> Am 03.04.2025 um 05:45 schrieb hantsy bai <[email protected]>:
>>=20
>> Thanks for your help, Richard.
>>=20
>> This resolved some problems, but the tests still failed on TomEE
>> embedded/remote adapter.
>>=20
>> 1.  A weird null exception complained the dbUtil
>> =
https://github.com/hantsy/jakartaee10-starter-boilerplate/blob/master/src/=
test/java/com/example/it/CdiTodoRepositoryTest.java#L73
>> 2.  The simple JSM tests failed on both TomEE embedded/remote, and =
the JMS
>> resources are not recognized.
>>=20
>> ---
>>=20
>> Regards,
>>=20
>> *Hantsy Bai*
>>=20
>> Self-employed consultant, fullstack developer, agile coach,
>> freelancer/remote worker
>>=20
>> GitHub: https://github.com/hantsy
>>=20
>> Twitter: https://twitter.com/@hantsy
>> Medium: https://medium.com/@hantsy
>>=20
>>=20
>> On Thu, Apr 3, 2025 at 2:48=E2=80=AFAM Richard Zowalla =
<[email protected]> wrote:
>>=20
>>> You can add
>>>=20
>>>=20
>>> =
jakarta.persistence.provider=3Dorg.eclipse.persistence.jpa.PersistenceProv=
ider
>>> to the properties in the arquillian config.
>>>=20
>>> Gru=C3=9F
>>> Richard
>>>=20
>>> On 2025/03/28 06:34:10 hantsy bai wrote:
>>>> I have tried to update TomEE version to 10.0.1 in my Jakarta EE 10
>>> starter
>>>> template project,
>>>> https://github.com/hantsy/jakartaee10-starter-boilerplate/pull/162
>>>> And encountered the same issue several times.
>>>>=20
>>>> How to specify using Eclipse Link as Jakarta Persistence =
implementation?
>>>> ---
>>>>=20
>>>> Regards,
>>>>=20
>>>> *Hantsy Bai*
>>>>=20
>>>> Self-employed consultant, fullstack developer, agile coach,
>>>> freelancer/remote worker
>>>>=20
>>>> GitHub: https://github.com/hantsy
>>>>=20
>>>> Twitter: https://twitter.com/@hantsy
>>>> Medium: https://medium.com/@hantsy
>>>>=20
>>>>=20
>>>> On Fri, Mar 28, 2025 at 1:04=E2=80=AFPM hantsy bai =
<[email protected]> wrote:
>>>>=20
>>>>> =46rom the products page, the *TomEE Plume* includes EclipseLink =
and
>>>>> OpenJPA. is there a required settings to specify the =
implementation?
>>>>> ---
>>>>>=20
>>>>> Regards,
>>>>>=20
>>>>> *Hantsy Bai*
>>>>>=20
>>>>> Self-employed consultant, fullstack developer, agile coach,
>>>>> freelancer/remote worker
>>>>>=20
>>>>> GitHub: https://github.com/hantsy
>>>>>=20
>>>>> Twitter: https://twitter.com/@hantsy
>>>>> Medium: https://medium.com/@hantsy
>>>>>=20
>>>>>=20
>>>>> On Fri, Mar 28, 2025 at 10:42=E2=80=AFAM Richard Zowalla =
<[email protected]>
>>>>> wrote:
>>>>>=20
>>>>>> Yes (but you need to replace OpenJPA with Hibernate or =
EclipseLink).
>>>>>>=20
>>>>>> OpenJPA 4.1.0 with 3.1 is currently under vote.
>>>>>>=20
>>>>>> Am 28. M=C3=A4rz 2025 02:42:41 MEZ schrieb hantsy bai =
<[email protected]>:
>>>>>>> Is Jakarta Persistence 3.1 supported?
>>>>>>> ---
>>>>>>>=20
>>>>>>> Regards,
>>>>>>>=20
>>>>>>> *Hantsy Bai*
>>>>>>>=20
>>>>>>> Self-employed consultant, fullstack developer, agile coach,
>>>>>>> freelancer/remote worker
>>>>>>>=20
>>>>>>> GitHub: https://github.com/hantsy
>>>>>>>=20
>>>>>>> Twitter: https://twitter.com/@hantsy
>>>>>>> Medium: https://medium.com/@hantsy
>>>>>>>=20
>>>>>>>=20
>>>>>>> On Fri, Mar 28, 2025 at 6:20=E2=80=AFAM Daniel Dias Dos Santos <
>>>>>>> [email protected]> wrote:
>>>>>>>=20
>>>>>>>> Hel=C3=B4,
>>>>>>>>=20
>>>>>>>> Very good,
>>>>>>>>=20
>>>>>>>> Thanks
>>>>>>>>=20
>>>>>>>> On Thu, Mar 27, 2025, 19:04 Richard Zowalla <[email protected]>
>>> wrote:
>>>>>>>>=20
>>>>>>>>> The Apache TomEE team is pleased to announce the general
>>>>>> availability of
>>>>>>>>> TomEE 10.0.1
>>>>>>>>>=20
>>>>>>>>> Apache TomEE delivers enterprise application containers and
>>> services
>>>>>>>> based
>>>>>>>>> on, but not limited to the Enterprise JavaBeans Specification =
and
>>>>>>>>> Java/Jakarta Enterprise Edition Specifications.
>>>>>>>>>=20
>>>>>>>>> This release of TomEE targets JakartaEE 10.
>>>>>>>>>=20
>>>>>>>>> Full release notes:
>>>>>>>>>=20
>>>>>>>>> - https://tomee.apache.org/10.0.1/release-notes.html
>>>>>>>>>=20
>>>>>>>>> Downloads are available at:
>>>>>>>>>=20
>>>>>>>>> - https://tomee.apache.org/download.html
>>>>>>>>>=20
>>>>>>>>> - The Apache TomEE Team
>>>>>>>>=20
>>>>>>=20
>>>>>=20
>>>>=20
>=20