Top "Jboss" questions

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

org.hibernate.AssertionFailure: null id in entry (don't flush the Session after an exception occurs)

I have a hibernate and JSF2 application going to the deployment server and suddenly throwing an org.hibernate.AssertionFailure: null …

mysql windows hibernate jsf-2 jboss
How to change port number in jboss-7

I am using jboss-7 and I want to change the port number from 8080 to 7001. Which file do I need to …

jboss jboss7.x jboss6.x
How to Set Timeout for JAX-WS WebService Call

I'm working on a WebService Client and I want to set a Timeout for my WebService Call. I have tried …

java web-services jakarta-ee jboss jax-ws
JBoss transaction timeout setting?

We have a timer service triggered task in JBoss 5.1.0.GA application and the problem is that we cannot change the …

jboss timeout ejb-3.0 transactions jboss5.x
No entity found for query Exception

I am executing the following lines: String queString = "some query string" Query q1 = em.createNativeQuery(queString, T03CallsLog.class); T03…

java jpa jboss ejb
How do I Install JBoss AS / WildFly Server in Eclipse for Java EE

When I went to the "new server wizard" I can't find the category for JBoss AS. When I clicked "Download …

eclipse jboss wildfly application-server
JBoss AS 7 not accepting remote connections

I am using JBoss AS 7 and trying to connect to my application using the IP (from a computer in the …

java deployment jboss jboss7.x
@Column(s) not allowed on a @ManyToOne property

I have a JPA entity with a property set as @ManyToOne @Column(name="LicenseeFK") private Licensee licensee; But when I …

java hibernate jpa jboss annotations
JBoss5: Cannot deploy due to java.util.zip.ZipException: error in opening zip file

I have a web client and a EJB project, which I created with Eclipse 3.4. When I want to deploy it …

deployment jboss war ear
Starting JBoss from Eclipse

Staring JBoss server from within Eclipse Ganymede gives me the following problem: "Server JBoss v4.0 at localhost was unable to …

eclipse jboss