i have an error when using quarkus framework in java, when run a simple subscriber, then come out error
_Exception in thread "Thread-80" org.omg.dds.core.PreconditionNotMetException: Allocating new TypeSupport failed. TacticalPoint.TacticPoint
at org.opensplice.dds.core.OsplServiceEnvironment$OpenSpliceServiceProviderInterface.newTypeSupport (OsplServiceEnvironment.java:138)
at org.opensplice.dds.domain.DomainParticipantImpl.createTopic (DomainParticipantImpl.java:298)
at org.acme.OsplSubs.run (OsplSubs.java:69)
at org.opensplice.dds.core.OsplServiceEnvironment$OpenSpliceServiceProviderInterface.newTypeSupport(OsplServiceEnvironment.java:138)
at org.opensplice.dds.domain.DomainParticipantImpl.createTopic(DomainParticipantImpl.java:298)
at org.acme.OsplSubs.run(OsplSubs.java:69)_
how to handle Topic Class if there didnt same with Main driver, when i use the Java native running greatly, thanks
i have an error when using quarkus framework in java, when run a simple subscriber, then come out error _Exception in thread "Thread-80" org.omg.dds.core.PreconditionNotMetException: Allocating new TypeSupport failed. TacticalPoint.TacticPoint at org.opensplice.dds.core.OsplServiceEnvironment$OpenSpliceServiceProviderInterface.newTypeSupport (OsplServiceEnvironment.java:138) at org.opensplice.dds.domain.DomainParticipantImpl.createTopic (DomainParticipantImpl.java:298) at org.acme.OsplSubs.run (OsplSubs.java:69)