Tagged Questions
The exploded tag has no wiki summary.
7
votes
1answer
313 views
Exploded view algorithm for CAD
I'm making a program to view 3D CAD models and would like to build in automated exploded views. All the assemblies that will be viewed are axi-symmetric. Some may not be, but the majority are. I'd ...
2
votes
1answer
131 views
Can I get an URLConnection for a file within a JAR within a non-exploded WAR?
I have some resource files that are in the classpath of my web application (inside a JAR, if that matters). I know I can access the contents of those resources by calling e.g. ...
2
votes
2answers
33 views
would maven be a good fit for this scenario?
We currently have an ant based project and are contemplating moving to maven.
The project is java ee based, however it has a module structure where each module can contain multiple java ee projects. ...
1
vote
3answers
547 views
How to remove exploded war in JBoss without stopping the server?
I can delete everything except lib folder(JBoss says application is undeployed, but he wont release the jars).
I tied jboss-maven-plugin and hard-undeploy, however it says that file(doc says it also ...
1
vote
1answer
352 views
Deploy “exploded” folder to Tomcat in Eclipse
I just installed Eclipse for Java EE developers, Created a New Project by checking out files through SVN from a repository.
I was able to successfully generate an "exploded" web app folder through an ...
1
vote
2answers
409 views
If I package a web application with the maven goal war:exploded, why won't pom.xml and pom.properties be included?
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 ...
0
votes
2answers
41 views
Clear web pages cache in jboss
I develop a web app:
frontend javascript
transport json
backend Java EE
JBoss AS 6.1
All static html and js files are in an exploded .war directory which itself is in an exploded .ear ...
0
votes
1answer
20 views
How to use exploded data in new query?
I need to run a query on each part of the array coming out of explode.
Right now I just echo each word out from the explode, but I need to run a query like this for each word in the explode:
(select ...
0
votes
1answer
250 views
Running antrun during war:exploded
For a Maven build I need to copy some files after the exploded directory has been made with the war plugin. Is it possible to run the antrun plugin during/after the war:exploded goal? If so how would ...
0
votes
1answer
299 views
JBoss: How do you read a resource from the root of an exploded webapp?
I have a localhost JBoss 6 setup with JBoss Tools and Eclipse doing the hot deploy of an exploded webapp. I used to launch my webapp via shell using main class with an explicit classpath and via ...
0
votes
2answers
905 views
Exploded deployment fails on JBoss 5
I have a web application which deploys fine as an ear file. But when I try to deploy it in exploded form it fails like this:
17:13:17,305 ERROR [AbstractKernelController] Error installing to Start: ...