Would that fact that we are deploying it in the same container and using Remote EJB support rather than local be of any importance? I've added in some jndi props into my web app config for this:
...
Type: Posts; User: jasonmcdermott; Keyword(s):
Would that fact that we are deploying it in the same container and using Remote EJB support rather than local be of any importance? I've added in some jndi props into my web app config for this:
...
Apologies, the latest stack trace is:
500 Internal Server Error
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'documentLogController' defined in...
Hi Andreas. Yes I've tried that. I think it might have fixed that issue but we still have an issue related to the fact that the beanfactory on the web tier is trying to initialise before the EJB has...
Hi,
I am having trouble deploying a Spring app into OC4J 904. I have an EAR with a war and an ejb component bundled together.
Problem is I cannot register my business interface classes in the...
You need to define stuff in the ejb-jar.xml file:
<env-entry>
<description><![CDATA[Spring Application Context]]></description>
<env-entry-name>ejb/BeanFactoryPath</env-entry-name>...
Hi all, we are getting this when trying to run our app in Oracle 904:
org.springframework.beans.factory.access.BootstrapException: Define an environment variable...
Hi, solution found.
I repackaged the EAR putting all jar files (even those needed for the WAR) on the root of the EAR and referenced them in orion-application.xml with <library path="./" />
I...
Hi we are using Spring with acegi security, During authentication we get this exception:
java.lang.ClassCastException: net.sf.acegisecurity.providers.dao.User
at...