I am attempting to insert a new record into a table that I know is unique before hand. I have tried calling save() on the object, but that does a bu开发者_如何学JAVAnch of SELECT statements before doi
Hi I am getting following exception when I deploy my war in Jboss 5.0.1.GA Project uses maven. I think it is to do something with jar\'s
I try to switch an existing (and well deploying) application to MySql instead of Hypersonic. After I follow all steps from JBoss tutorial my application fails in deploy saying:
I have a Java EJB project 开发者_运维百科running on JBoss properly.However I have to migrate it to WAS. So I created an EAR then deployed it to WAS. After I tried to run this project on WAS i get this
I am trying out JBoss AS 7 with a simple HelloWorld application. The HelloWorld application folder has a simple hello.jsp file.
In the same way that JBoss c开发者_运维技巧an manage jdbc data sources can it manage LDAP contexts using JNDI?Yes, this is just a Tomcat custom <Resource>, see the Tomcat documentation.
Is there any equivalent of Apache ProxyPassReverse/ProxyPass for Jboss AS开发者_如何学C?I\'m not sure if JBoss supports anything like this, but it doesn\'t seem that it should be the role of an applic
When I am trying to hit my application in local machine I am getting a Http 404 error. When I see the console I am getting the below stack trace. Also the ear file is getting deployed in deployment fo
Here\'s an EJB3 MDB that used to work for me in JBoss 5.1: @TransactionAttribute( TransactionAttributeType.NOT_SUPPORTED )
I have a seam app that my colleague created. It is maven-based.I\'m trying to get make it work in eclipse which is baffling in itself, but I managed to get rid of all the eclipse \"Problems\" (as disp