Hi longtrain0,
Ok, the third line in the "update" page is really necessary.
At this point, the problem may be in adapters.xml, maybe you have something like this?
<param...
Type: Posts; User: giuseppe.corti
Hi longtrain0,
Ok, the third line in the "update" page is really necessary.
At this point, the problem may be in adapters.xml, maybe you have something like this?
<param...
Hi longtrain0,
I think I have figured out what is the problem.
Whit the Item 'roundtrip100', it is not the subscribe method that fails, but rather the sendMessage method of the...
Hi longtrain0,
Once defined at the beginning of RoundTripDataAdapter class
private static final String ROUNDTRIP_PREFIX = "roundtrip";
you should replace
if...
Hi longtrain0,
Please note that the regex check was intrduced in our code just as a quick way to discriminate the provided Items (only 5) for the demo.
In your implementation, if this requirement...