javaduke commented on issue #4924:
URL: https://github.com/apache/camel-quarkus/issues/4924#issuecomment-2682495435

   Folks, sorry to resurrect the old thread, are there any updates? I tried to 
build it to native with
   ```
                       --initialize-at-run-time=com.ibm.msg,
                       --initialize-at-run-time=com.ibm.mq,
                       --initialize-at-run-time=com.ibm.jakarta,
   ```
   and it worked, but when I start the application, I get
   ```
    java.lang.NullPointerException
           at 
com.ibm.msg.client.jakarta.jms.internal.JmsFactoryFactoryImpl.getInstance(JmsFactoryFactoryImpl.java:170)
           at 
com.ibm.msg.client.jakarta.jms.admin.JmsConnectionFactoryImpl.setProviderFactory(JmsConnectionFactoryImpl.java:167)
           at 
com.ibm.mq.jakarta.jms.MQConnectionFactory.<init>(MQConnectionFactory.java:266)
   ```
   The `com.ibm.msg.client.jakarta.jms.internal.JmsFactoryFactoryImpl` is 
registered for reflection, so at this point I'm out of ideas what else can be 
wrong.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to