jboss
Force Hibernate Insert Without Select Statements
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[详细]
2023-04-08 21:36 分类:问答Deployement exception on jboss 5.0.1 . GA
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[详细]
2023-04-08 19:11 分类:问答Change Hypersonic DS to MySql DS
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:[详细]
2023-04-08 12:02 分类:问答Migrating an EJB project running on JBoss to Websphere Applicataion Server 7
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[详细]
2023-04-08 12:00 分类:问答Unable to access a deployed HelloWorld application in JBoss AS7
I am trying out JBoss AS 7 with a simple HelloWorld application. The HelloWorld application folder has a simple hello.jsp file.[详细]
2023-04-08 10:24 分类:问答Is it possible to manage ldap contexts in jboss?
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.[详细]
2023-04-08 07:37 分类:问答Is there any equivalent of ProxyPassReverse/ProxyPass for Jboss
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[详细]
2023-04-08 04:18 分类:问答JBoss deployment results in java.lang.UnsupportedClassVersionError: Bad version number in .class file
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[详细]
2023-04-08 02:51 分类:问答Working MDB example in JBoss 7.0.1?
Here\'s an EJB3 MDB that used to work for me in JBoss 5.1: @TransactionAttribute( TransactionAttributeType.NOT_SUPPORTED )[详细]
2023-04-08 01:56 分类:问答Why is my seam app only deploying partially?
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[详细]
2023-04-08 00:05 分类:问答