Using maven to generate an ear file for ADF...?
        Posted  
        
            by Zombies
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zombies
        
        
        
        Published on 2010-05-12T17:30:10Z
        Indexed on 
            2010/05/12
            17:34 UTC
        
        
        Read the original article
        Hit count: 339
        
I am noticing that Oracle ADF has its own EAR structure. There is an adf folder created like so, inside the EAR, along with the WAR file and standard META-INF directory is this 'adf' directory:
adf
  /com
    /companypackagehere
      bc4j.xcfg
  /META-INF
    adf-config.xml
    connections.xml
Must I recreate this using file moves...?
© Stack Overflow or respective owner