Hi all,
Is it possible to use the same remote interface for different services within
one application. I have two services with the same interface using JAX-WS. They
are in two different jars but in one EAR. Of course there are different
implementations for the beans. One is a publish-subscribe
Hi all,
I am working with Jboss 5 beta 4, JPA und the HSQL Database.
This is my JoinTable definition in class Subscription:
@ManyToMany(targetEntity=com.sap.sii.pubsub.entity.Subscriber.class, fetch =
FetchType.EAGER)
| @JoinTable(name = "SII_PUBSUB_SUBSCRIPTION_SUBSCRIBER",
|
I found the problem
http://jira.jboss.org/jira/browse/JBWS-1985
Insert:
reader.setEntityResolver(new JBossEntityResolver());
between:
SAXReader reader = new SAXReader();
| Document document = reader.read(source);
in th sourcefile org.jboss.wsf.container.jboss42.WebXMLRewriterImpl and
rebui
Hi all,
When I deploy my ear containig a Webservice implementation I have a Nested
Exeption:
15:52:40,102 ERROR [AbstractKernelController] Error installing to Real:
name=vfsfile:/D:/DEV/jboss-5.0.0.Beta4/server/default/deploy/SII_PublishSubscribeEAR.ear
state=PostClassLoader mo
| de=Manual re
Thanks,
Now it starts. But it was no problem with older versions.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146286#4146286
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146286
_
Hi, all. The starup of Jboss 5.0.0. Beta 4 fails with following error:
|
===
|
| JBoss Bootstrap Environment
|
| JBOSS_HOME: C:\Program Files\jboss-5.0.0.Beta4
|
| JAVA: C:\Program Files\Java\jdk1.