Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,146

    I also have several Spring configuration files in...

    I also have several Spring configuration files in my project and seem to having an issue with import. The problem I seem to be having is that if a configuration file is used in two other different...
  2. I have this figured out... Previously the next...

    I have this figured out... Previously the next page was in the same context, now it is not, so we have to complete the full URL in the forward, which then forces it to be a redirect and not a forward...
  3. Struts behaviour different now using org.springframework.web.struts.DelegatingActionP

    In the process of switching over our Struts 1.2.9 app to use the org.springframework.web.struts.DelegatingActionProxy. Previously our forwards were getting sent through as a POST and now it seems it...
  4. having trouble with @Transaction annotation

    I have a Manager class setup to handle creating an entity. Initially I had the @Transactional(readOnly = true) annotation at the class definition. This was working for a while until we ran into a...
  5. Transaction started although no @Transaction around the call

    Here is the code that I am using -
    @Repository
    public class CpAgentInfoManagerImpl implements CpAgentInfoManager {

    @PersistenceContext(unitName="cpsjpa")
    private EntityManager em;
    ...
  6. Replies
    1
    Views
    805

    Enterprise App setup

    What would be the correct way to setup the applicationContext.xml in an enterprise app with several Web Applications?
    Specifically if a Web app has another Web App in its module dependencies, does...
  7. My apologies... I had changed the name in the...

    My apologies... I had changed the name in the persistence.xml when I moved it to the Utility jar, and it did not match what I had specified in the applicationContext.xml file.

    Kevin
  8. Cannot find persistence.xml in Websphere 6.1

    My current configuration is Websphere 6.1 with EJB3 Feature Pack, Spring 2.5.6, EclipseLink 1.0.2
    My EAR file has the JPA files in a utility jar file that the Web applications will be using....
Results 1 to 8 of 8