Looking to create a singleton which holds a initialized context for each schema, and is re-used accross all requests.
What, if any, issues would one run in to --?
Type: Posts; User: apivonka; Keyword(s):
Looking to create a singleton which holds a initialized context for each schema, and is re-used accross all requests.
What, if any, issues would one run in to --?
Below you will see code from The Hibernate site to obtain what I am trying to do -- Yet we are using Spring to interact with Hibernate...
How do I do this from within Spring ?
Configuration...
Needing help -- Usinng Spring and Hibernate together -- Is it
better to manually create objects and add them to each other
with regards to relationships or is...
Yes, we are clean and running when this happends --
Here is the full stacktrace:
org.springframework.remoting.RemoteAccessException: Could not invoke remote EJB
[ejb/ATAAirShoppingFacadeBean]; nested exception is java.rmi.ServerException:...
ctx.getBean() throwing springframework.remoting.RemoteAccessException Could not invoke remote EJB intermitantly..
Works 98% of the time, yet we are getting these in the logs .....
...
We are using the spring Business Delegate to establish connections to our JBoss instance for EJB calls, We have to Jboss instances in a cluster and one box's port is being tied up..
Anyone run into...