Here is what we are trying to do: We have a DataServices application using Hibernate. Most updates to the data is made through changing properties in Flex. However, there are some times we would like to update our objects in Java directly using remoting calls. Is it possible to access the same LCDS Hibernate SessionFactory that we use for our manage data operations in our RemoteObject calls?
Thanks, Kevin

