Hi again

Using the Porfolio data adapter code as a template, I am trying to create my own feed with sorting, paging etc. But I cannot get a cut down version of the Portfolio Adapter (took out the JMS-related stuff, kept the hard coded sample values) to run. For some reason on startup the subscribe method does not get called, hence no stocks are added to the table on the client, and updates continue to be created without the updateProcessor consuming any messages (it sleeps as it fails the first queue check in run method).

Do you know of any reason why the subscribe method would not be called?