J2EE jdk is not available for AIX on Sun site.
(I have already installed jre 1.5 and jdk 1.5 and it´s working since a long time)
So,
I have downloaded Jboss 4.2.2 GA and Installed.
...
org.jboss.deployment.DeploymentException: ManagedConnectionFactory not set!
Any idea what can cause this exception in my application?
Hi there,
I'm running a JBoss 4.0.4 GA on WindowsXP and I develop within Eclipse with the JBoss IDE.
Everything worked fine until yesterday. I did not change anything (at least I don't rem...
Hi all,
I have a J2EE application running under JBoss 4.0.3SP1 on Linux. This application needs to access some files that are in another computer that is running Windows 2003. To do that, i...
I have problem finding a place where I can increase session bean timeout in JBoss. I have stateless SB making some complex operations - unfortunately timeout comes and operations are rolled-ba...
Hi,
I have a JEE application running on JBoss. I have a standalone application (single class, with main method) that needs to access a class inside the EAR that JBoss deployed.
Is this p...
Is there any documentation that could explain how to configure Log4j in JBoss using the jboss-log4j.xml file? I need to use the JMSAppender to send logging messages to a queue. Im not sure h...
Consider these claims
http://labs.jboss.com/file-access/default/members/jbossweb/freezone/index.html
Currently we are having a fairly simple app (jsp, servlets, oracle db on an oracle ra...
I have a Java application running on JBoss on Windows. I am trying to access files on a network drive. Based on earlier reponses I tried accessing it as
File f = new File("\\computername\fol...
Hi, I'm using JBoss 4.2.2 with Hibernate 3. I'm trying to make a bean managed persistence entity bean.
Creating an object works fine: home.create(...), I can see a new row added into the da...
Hi,
I am trying to create a popup window. My application server is JBoss 4.0.0.
I had installed Jboss service 2.0, so that I can use Jboss as service.
The problem is when ever I am tryi...
Hi,
We are facing a strange problem with one of application running on JBoss 4.0.4 GA (with Apache Tomcat 5.5.17) and Oracle XE (10.2.0.1) .
There are several uses who have logged into ...
Hi,
I have been trying to tie a web application to a port in Jboss and I haven't been successful so far. I have two web applications A and B and would like to run A from port 8443 and B fro...
Hi experts
I deploy my aplication in jboss-4.0.5.GA using Eclipse Europa and jdk version 1.5.0_14. Everything is fine and complie correctly. The error comes when I try to view the applicati...