I am Currently trying to deploy a 4.2.3 project that I have tried to convert to 5.1 EAP. I have knocked out alot of the errors that I was getting, now I am stuck. Here are the errors that I am receivi
Actually I am calling oracle procedure from java file present at application server. I want to debug my oracle procedure, so I write statement in oracle procedure as \"dbms_output\", but dont know whe
I configured the jboss-log4j.xml as you can see at the example. The problem is that app1 and app2 log files have completely the same content which is merged from both of them. It looks like the filter
The code as given below throws a javax.naming.NameNotFoundException. I think that it might be some kind of problem with JBoss AS 5.
We are trying to start JBOSS 5.x with JDK 1.6. Is there any limit on number of parameters that can be passed while startup 开发者_运维技巧of any JVM. The parameters are being given with the help of \"
I would like to use Infinispan to cache repeatedly called queries. I followed this tutorial to set up Hibernate for this:
I have an application deployed in JBoss (5.1.0.GA) that contains a web service client. The library that is making web service calls was provided as a compiled J开发者_如何转开发AR, so I can\'t make an
I\'m tring to deploy my app in JBoss 5.0.1. Some of my beans in this app are using @Resource annotations. If i understood the problem, my guess is JBoss is tring to process this annotation before spri
I\'m currently developing soon to be big(functional wise) rest web service and I want to capture logs really good, so I can have a good insight of what is going on where. For now I use log4j for lo开发
I have some JBoss 5.1.0 instances running on JDK1.6 on RHEL5. I would like to access heap/permgen/etc information from their VMs.