-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a unexpected problem.
I had create a war with grails war. Then I had deployed in Tomcat.
For my surprise the crud works fine but I don't know what persistence is using.
So I did this test:
Compare grails prod run-app with grails prod run-war.
The first works fine, and does conect with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm pretty new to Maven and I've noticed an interesting thing in the Maven WAR Plugin.
When I package my Java web application with war:war, a zipped war is created. This war contains also the files pom.xml and pom.properties in the META-INF directory.
But if I package my application with war:exploded…
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
<b>Brendan Scott’s Weblog:</b> "Glyn notes that the software is being licensed under a BSD licence and notes that is a good thing, but then observes that there is a patent encumbrance on the code, and indicates this is a bad thing."
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I'm new to ejb3. I tried deploying a simple war file.. But, I'm getting the following error. Plz, help me...
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment
"jboss.j2ee:jar=EJB3-war.war,name=Statelessbean,service=EJB3_endpoint"
is missing the following dependencies:
Dependency "jboss…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We (will) have the following architecture:
Base.war will be a self-contained spring-hibernate application
All applications will run under Glassfish, and may be clustered
E1.war will sit on top of Base.war, extending it's functionality
There could be further extensions (E2.war, E3.war, …)…
>>> More