Regarding AMQ:

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

                AMQResourceAdapter = new://Resource?type=ActiveMQResourceAdapter
                AMQResourceAdapter.BrokerXmlConfig = 
broker:(tcp://localhost:61616?useJmx=false)
                AMQMessageContainer = new://Container?type=MESSAGE
                AMQMessageContainer.ResourceAdapter = AMQResourceAdapter
                AMQConnectionFactory = 
new://Resource?type=jakarta.jms.ConnectionFactory
                AMQConnectionFactory.ResourceAdapter = AMQResourceAdapter

Gruß
Richard

> Am 03.04.2025 um 09:08 schrieb Richard Zowalla <r...@apache.org>:
> 
> Feel free to open a new thread on the user list.
> 
> I currently don’t 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.
> 
> Gruß
> Richard
> 
>> Am 03.04.2025 um 05:45 schrieb hantsy bai <han...@gmail.com>:
>> 
>> Thanks for your help, Richard.
>> 
>> This resolved some problems, but the tests still failed on TomEE
>> embedded/remote adapter.
>> 
>> 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.
>> 
>> ---
>> 
>> Regards,
>> 
>> *Hantsy Bai*
>> 
>> Self-employed consultant, fullstack developer, agile coach,
>> freelancer/remote worker
>> 
>> GitHub: https://github.com/hantsy
>> 
>> Twitter: https://twitter.com/@hantsy
>> Medium: https://medium.com/@hantsy
>> 
>> 
>> On Thu, Apr 3, 2025 at 2:48 AM Richard Zowalla <r...@apache.org> wrote:
>> 
>>> You can add
>>> 
>>> 
>>> jakarta.persistence.provider=org.eclipse.persistence.jpa.PersistenceProvider
>>> to the properties in the arquillian config.
>>> 
>>> Gruß
>>> Richard
>>> 
>>> 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.
>>>> 
>>>> How to specify using Eclipse Link as Jakarta Persistence implementation?
>>>> ---
>>>> 
>>>> Regards,
>>>> 
>>>> *Hantsy Bai*
>>>> 
>>>> Self-employed consultant, fullstack developer, agile coach,
>>>> freelancer/remote worker
>>>> 
>>>> GitHub: https://github.com/hantsy
>>>> 
>>>> Twitter: https://twitter.com/@hantsy
>>>> Medium: https://medium.com/@hantsy
>>>> 
>>>> 
>>>> On Fri, Mar 28, 2025 at 1:04 PM hantsy bai <ha...@gmail.com> wrote:
>>>> 
>>>>> From the products page, the *TomEE Plume* includes EclipseLink and
>>>>> OpenJPA. is there a required settings to specify the implementation?
>>>>> ---
>>>>> 
>>>>> Regards,
>>>>> 
>>>>> *Hantsy Bai*
>>>>> 
>>>>> Self-employed consultant, fullstack developer, agile coach,
>>>>> freelancer/remote worker
>>>>> 
>>>>> GitHub: https://github.com/hantsy
>>>>> 
>>>>> Twitter: https://twitter.com/@hantsy
>>>>> Medium: https://medium.com/@hantsy
>>>>> 
>>>>> 
>>>>> On Fri, Mar 28, 2025 at 10:42 AM Richard Zowalla <ri...@zowalla.com>
>>>>> wrote:
>>>>> 
>>>>>> Yes (but you need to replace OpenJPA with Hibernate or EclipseLink).
>>>>>> 
>>>>>> OpenJPA 4.1.0 with 3.1 is currently under vote.
>>>>>> 
>>>>>> Am 28. März 2025 02:42:41 MEZ schrieb hantsy bai <ha...@gmail.com>:
>>>>>>> Is Jakarta Persistence 3.1 supported?
>>>>>>> ---
>>>>>>> 
>>>>>>> Regards,
>>>>>>> 
>>>>>>> *Hantsy Bai*
>>>>>>> 
>>>>>>> Self-employed consultant, fullstack developer, agile coach,
>>>>>>> freelancer/remote worker
>>>>>>> 
>>>>>>> GitHub: https://github.com/hantsy
>>>>>>> 
>>>>>>> Twitter: https://twitter.com/@hantsy
>>>>>>> Medium: https://medium.com/@hantsy
>>>>>>> 
>>>>>>> 
>>>>>>> On Fri, Mar 28, 2025 at 6:20 AM Daniel Dias Dos Santos <
>>>>>>> daniel.dias.analist...@gmail.com> wrote:
>>>>>>> 
>>>>>>>> Helô,
>>>>>>>> 
>>>>>>>> Very good,
>>>>>>>> 
>>>>>>>> Thanks
>>>>>>>> 
>>>>>>>> On Thu, Mar 27, 2025, 19:04 Richard Zowalla <rz...@apache.org>
>>> wrote:
>>>>>>>> 
>>>>>>>>> The Apache TomEE team is pleased to announce the general
>>>>>> availability of
>>>>>>>>> TomEE 10.0.1
>>>>>>>>> 
>>>>>>>>> Apache TomEE delivers enterprise application containers and
>>> services
>>>>>>>> based
>>>>>>>>> on, but not limited to the Enterprise JavaBeans Specification and
>>>>>>>>> Java/Jakarta Enterprise Edition Specifications.
>>>>>>>>> 
>>>>>>>>> This release of TomEE targets JakartaEE 10.
>>>>>>>>> 
>>>>>>>>> Full release notes:
>>>>>>>>> 
>>>>>>>>> - https://tomee.apache.org/10.0.1/release-notes.html
>>>>>>>>> 
>>>>>>>>> Downloads are available at:
>>>>>>>>> 
>>>>>>>>> - https://tomee.apache.org/download.html
>>>>>>>>> 
>>>>>>>>> - The Apache TomEE Team
>>>>>>>> 
>>>>>> 
>>>>> 
>>>> 
> 

Reply via email to