Greetings all,
I have a very simple app that I am playing with. I can't seem to get the deployment descriptors created and placed in the correct places though. If I use the Weblogic Builder to open my ear and have it create them, it deploys fine. However if I manually create the ear using
ant I can't get it to deploy.
My error is "Error while loading descriptors: Error processing file 'META-INF/application.xml'"
Is there a directory structure I have to follow? Like, does \META-INF have to be at a specific location? Quick summary of my structure:
app\build\ear\meta-inf = application.xml, weblogic-application.xml
app\build\jar\meta-inf = ejb-jar.xml, weblogic-ejb-jar.xml
app\build\war\web-inf = web.xml, weblogic.xml
Something wrong with this? Any more details I could give you please let me know.
Thanks,
Mike