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]
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
2006-04-25
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 server
Bill,
Is there any way to duplicate the
org.jboss.varia.property.SystemPropertiesService mbean in embedded ejb?
Is this even the right way of doing this in EJB?
-mark
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914814#3914814
Reply to the post :
http:/