Avatar

Level 1
I do not want to use rtmp so my data service looks like this:

<destination id="routeTemplate">



<adapter ref="java-dao" />

<channels>

<channel ref="
my-http"/>

</channels>

.....

</destination>



and I've also changed my default channel to my-http.



When the call to the data service is made it gives me error "
Destination 'routeTemplate' not accessible over channel 'my-rtmp'".




In beta2 i made the change to the default channel and it
worked.



Not sure what else to do. Is this a bug?