Export method - no data on client side

Hi,

I have in a custome package a function, that returns all documents from a collection.
I have exported this Method in the package.js file for client and server.

Now when i use this method in a other custom package i have the problem on the client is the callback a empty array, but on the server is the callback correct.

My thought is the collection is not publish and subscribed in the second package, but how can pub/sub a collection from a other package?

Best Norbu

I have forgot to publish the collection in the first module, sorry for this post