Search:

Type: Posts; User: jasonmcdermott; Keyword(s):

Search: Search took 0.02 seconds.

  1. more info

    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:
    ...
  2. Apologies, the latest stack trace is: 500...

    Apologies, the latest stack trace is:

    500 Internal Server Error
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'documentLogController' defined in...
  3. Hi Andreas. Yes I've tried that. I think it might...

    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...
  4. how to register EJB into OC4J JNDI tree on app server start

    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...
  5. solution

    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>...
  6. Oracle OC4J 904 and environment variable

    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...
  7. solution

    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...
  8. ClassCastException and web/ejb classloading

    Hi we are using Spring with acegi security, During authentication we get this exception:

    java.lang.ClassCastException: net.sf.acegisecurity.providers.dao.User
    at...
Results 1 to 8 of 8