jar « JBoss « Java Enterprise Q&A





1. Create a single jbossall-client.jar bundle in JBoss 5.0.x?    stackoverflow.com

Since JBoss 5.0.0, jbossall-client.jar only contains a manifest that points to all the jars in the client directory. Is there any way to create a jbossall-client.jar that contains all of ...

2. Can a deployed JBoss web application simply disappear?    stackoverflow.com

A strange problem occurred yesterday on a production system which has been running fine for weeks on a JBoss 4.2.3 application server: the JAR file containing the web application was no ...

3. Is it good idea to Sun's implementation of JAXP(jaxp-ri-1.4.2.jar) to AIX?    stackoverflow.com

We use saaj-impl-1.3.2.jar from Sun. It requires jaxp-ri-1.4.2.jar from Sun. Is it good idea to put these Sun's libraries in web application that will work under JBoss on AIX?

4. How to deploy to jboss a file folder into a jar?    stackoverflow.com

I'm developing a Jboss web service that requires to access files which are in a folder of the project. When I deploy the web service, it creates a .jar, but the ...

5. what is the use of jbossall-client.jar?    stackoverflow.com

i am wondering what is use of jbossall-client.jar ?

6. Can I configure Eclipse / JBoss integration so it does not rely on deploying Jars to the "server/default/deploy" folder?    stackoverflow.com

I am using MyEclipse 7.5 with JBoss 4.2.3 GA. When I define my local development JBoss server in MyEclipse it always wants to deploy jars, wars etc. to the "server/default/deploy" directory. Unfortunately our ...

7. How to get deployed jars in Jboss    stackoverflow.com

How can I get the list of jars deployed in JBoss? I want to compile some classes at runtime in EJB, but they may use some of the deployed jars, so I ...

8. j2ee.jar in jboss 6.0 as    stackoverflow.com

i install jboss 6.0 in mac os i could not find j2ee.jar in JBOSS/client directory. where can i found j2ee.jar? i have check some of links. it mentions j2ee.jar locate in JBOSS/client but ...

9. Finding the origin of JAR files from source code to determine frameworks used?    stackoverflow.com

I'm doing some project maintenance on the source code for an MVC JS website running on JBoss. The project contains both Java and Javascript and I'm trying to figure out ...





10. Location of org.jboss.deployers.spi.management.deploy.DeploymentManager;    stackoverflow.com

Does anyone know where this org.jboss.deployers.spi.management.deploy.DeploymentManager is located ? Which .jar do I have to add to my build path? (I've looked in a lot of .jar's so far and didn't ...

11. JBoss: deployment of JAR's in application.war/WEB-INF/lib    stackoverflow.com

I have an application.war folder (not as file) which contains jaxen-1.1.1.jar (in the WEB-INF/lib) directory. Unfortunately the JAR is not loaded, as I get in the application logs:

Exception while dispatching incoming ...

12. how to know which line of jar file error out while running it in jboss?    stackoverflow.com

i am executing some jar file in my tibco process deployed on jboss server. so my question is if any of the jar file errors out how can i know which ...

13. Best way to share JARS in a eclipse with JBOSS as the App Server    stackoverflow.com

Looking for a solution so that I can have a central location for all my JAR files plus still be able to do a deploy to JBOSS inside Eclipse. I have a ...

14. Jasper fighting with JBoss    stackoverflow.com

Hi I am trying to use Jasper (4.0.2) reports with JBoss 6 using an XML file as data source. However, there is a fair amount of over lap of required library ...

15. Deploying JAR in JBOSS    stackoverflow.com

Im having a jar file(for java classes) with some associated files of my project.Its bacially a client/server based application,but not web based.How can I run this program in a machine(24*7)? How can ...

16. JBoss Tools 3.2, Helios (eclipse 3.6.2) - Project Archives shows only JAR option    stackoverflow.com

I've installed a fresh copy of "eclipse-jee-helios-SR2-win32.zip" on a 32 bit win 7 machine. I'm running Java 6. Then I installed JBoss Tools from http://download.jboss.org/jbosstools/updates/stable/helios/, by pasting the url ...





17. ClassNotFoundException: error in opening JAR file ...jboss/lib/endorsed/._resolver.jar    stackoverflow.com

When starting my JBoss using bin/run.sh I immediately get this error:

Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file /home/polopoly/jboss/lib/endorsed/._resolver.jar
There is indeed a file jboss/lib/endorsed/resolver.jar, but not a ._resolver.jar. ...

18. Jars from common/lib not picked up in Netbeans when using JBoss...    forums.netbeans.org

I'm having a go at getting JBoss (5.1.0.GA) working with NetBeans 6.5 and seem to have fallen at the first hurdle. When trying to compile a basic hello world servlet, NB ...

19. Jboss5 and log4j-1.2.8.jar    java-forums.org

We recently ported our application from jboss-4.2.1 to jboss-5.0.After the porting the our application log file stopped rolling over I always overwrites TestServer.log but never creates TestServer.log.1 I debugged the Apache Log4j and found that Log4j is actually trying to rename the TestServer.log to TestServer.log.1 but the file is not created in the folder. Once more thing that I observed was ...