[jboss-user] [JBoss Tools (users)] - Re: JBossAS Tools causes NPE in Eclipse's Java Tooling

2008-02-19 Thread NickDeGraeve
I found out what was wrong. In the build path there was a reference to a JBoss EJB3 Library. That library was based on a server configuration that didn't exist. Solution:- disable JBossAS Tools; | - remove JBoss EJB3 Library from build path; | - enable JBossAS Tools; | - add JBoss EJB3

[jboss-user] [JBoss Tools (users)] - JBossAS Tools causes NPE in Eclipse's Java Tooling

2008-02-19 Thread NickDeGraeve
I installed JBossTools 2.0.0.GA (JBossTools Core 2.0.0.GA, JBossAS Tools 1.0.0.GA Hibernate Tools 3.2.0.GA) in Eclipse 3.3.1.1 via the Update Manager and URL http://download.jboss.org/jbosstools/updates/stable. When I import an existing project into Eclipse I get NullPointerExceptions when

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems migrating from 4.0.4 to 5.0.0B3

2008-01-21 Thread NickDeGraeve
We did some more testing and we found out that the problem is caused by Hibernate. If we remove all Hibernate POJOs from the archive it deploys. Even with a simple POJO it fails. We have no clue as to why. Do you? Thanks. POJO:Entity | @Table(name = allowed_locales) | public class

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problems migrating from 4.0.4 to 5.0.0B3

2008-01-17 Thread NickDeGraeve
We're currently using JBoss 4.0.4 but we want to migrate to JBoss 5. We know, the 5 is still beta but we want to do some tests anyway. We think we modified the necessary config files, for datasources, JMS, ... but our EJBs won't deploy. We're getting a ClassCastException because of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems migrating from 4.0.4 to 5.0.0B3

2008-01-17 Thread NickDeGraeve
We get the same error regardless whether we deploy them from start-up or use hot-deploy. We have several JARs with EJBs and so far only 1 of them was successfully deployed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121186#4121186 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Problem with JMS behind firewall

2007-05-08 Thread NickDeGraeve
When our client application tries to create a topic connection it times out. We have a JBoss server on a machine on the local LAN and it is separated from the Internet by a router/firewall. On the router following ports are forwarded to the local IP address of the JBoss server: 1098, 1099,

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem with JMS behind firewall

2007-05-08 Thread NickDeGraeve
Resolved it myself. I came across the Wiki page http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigUIL2 where it said in the section JMS client properties for the UIL2 transport: anonymous wrote : org.jboss.mq.il.uil2.serverAddr: This system property allows a client to override the address to

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss behind firewall JMS issues

2007-05-08 Thread NickDeGraeve
Resolved it myself. I came across the Wiki page http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigUIL2 where it said in the section JMS client properties for the UIL2 transport: anonymous wrote : org.jboss.mq.il.uil2.serverAddr: This system property allows a client to override the address to

[jboss-user] [Installation, Configuration Deployment] - JBoss behind firewall JMS issues

2007-05-04 Thread NickDeGraeve
We have a JBoss server on a machine on the local LAN and it is separated from the Internet by a router/firewall. On the router following ports are forwarded to the IP address of the JBoss server: 1098, 1099, , 8080 8093. When our client application tries to create a topic connection it

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Exeptions when undeploying webapp

2006-08-08 Thread NickDeGraeve
't Is fixed now. We had copied old libs from the server/lib dir onto the new when we upgraded JBoss to the newest version. So an old JAR was probably loaded before/ instead of a new one. We cleaned out the dir and now no more stacktraces. View the original post :