Hi guys, I'm trying to use modules in order to deploy 2 war files packaged in ear. Of course I would like to share libraries between those web applications. I'm using maven to build my ear (but thats probably not the cause of my problem). In case I do not share any libraries everything works as expected. In case I move common dependencies into pom.xml on ear level (and change war level dependencies scope to provided) ear seems to be built OK. Deployment however fails with classNotFound. (Of course class is supposed to be in one of jar files on ear level).
Is it even supported in GAE? Has anyone successfully configured library-directory in application.xml? Many thanks for any advice. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
