[JBoss-user] [JBossWS] - java.lang.System.arraycopy problem

2006-05-13 Thread mlugert
Running jboss AS 4.04 CR2 with JBoss WS GA jars/sar installed. I get the following error: [wstools] java.lang.NullPointerException [wstools] at java.lang.System.arraycopy(Native Method) [wstools] at org.apache.xerces.impl.xs.XSModelImpl.getAnnotations(Unknown Source) [wstools]

[JBoss-user] [Installation, Configuration Deployment] - 4.04 CR2 SystemPropertiesService problem

2006-04-25 Thread mlugert
On startup of my EAR in JBoss AS 4.04 CR2 I get the following, which worked just fine on 4.03SP1: 2006-04-25 12:00:35,671 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss:type=Service,name=SystemProperties with code: org.jboss.varia.property.SystemPropertiesService

[JBoss-user] [EJB 3.0] - Embedded EJB and TestNG

2006-01-18 Thread mlugert
Has anyone gotten this to work? I try to use @Configuration(beforeSuite=true) public void startJBossEmbeddedContainer() ... but it doesn't seem to work. When I put embedded ejb logging to debug a lot of stuff is spit out, but if I try to do an initialcontext.lookup it fails saying the