jboss

JBoss EAP 7 exclude webservices subsystem gives NoClassDefFoundError: Failed to link EndpointDefinitionParser$SpringEndpointImpl

╄→гoц情女王★ 提交于 2021-01-03 07:08:22
问题 In Jboss EAP7 I have added cxf maven dependencies in pom.xml and excluded webservices subsystem in jboss-deployment-structure.xml since want to use my own version of cxf defined in pom.xml. But get below exception during server start up- Caused by: org.springframework.beans.FatalBeanException: Invalid NamespaceHandler class [org.apache.cxf.jaxws.spring.NamespaceHandler] for namespace [http://cxf.apache.org/jaxws]: problem with handler class file or dependent class; nested exception is java

Does Spring actually start a new transaction with REQUIRES_NEW?

人盡茶涼 提交于 2020-12-29 12:36:21
问题 My spring (4.1.1) application is deployed on a JBoss-6.10-final instance, so it uses the container-based transaction manager and data sources. For messaging, I use TIBCO EMS 8.1 with an XA queue connection factory set up. The Java version is 1.8.0_20. All of this is running on my Ubuntu 14.04 laptop. I need to send a request via JMS and then wait for the reply. The bean I’m calling from has transaction propagation set to Propagation.REQUIRED, so I need to send the request in a new transaction

javax.xml.parsers.FactoryConfigurationError running JBoss AS 7.1 with Java 7 update 171

北城以北 提交于 2020-12-27 08:11:53
问题 Upgrading Java from 7u161 to 7u171 prevents JBoss AS 7.1.1.Final from starting. I know JBoss AS 7.1.1 is EOL but for compatibility reasons, we still need to run this version. Very early in the startup, a NullPointerException occurs in some JBoss method. Following is the exception: Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Provider __redirected.__SAXParserFactory could not be instantiated: java.lang.NullPointerException [...] Caused by: java.lang

javax.xml.parsers.FactoryConfigurationError running JBoss AS 7.1 with Java 7 update 171

时光怂恿深爱的人放手 提交于 2020-12-27 08:11:38
问题 Upgrading Java from 7u161 to 7u171 prevents JBoss AS 7.1.1.Final from starting. I know JBoss AS 7.1.1 is EOL but for compatibility reasons, we still need to run this version. Very early in the startup, a NullPointerException occurs in some JBoss method. Following is the exception: Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Provider __redirected.__SAXParserFactory could not be instantiated: java.lang.NullPointerException [...] Caused by: java.lang

Send email wildfly localhost

我的梦境 提交于 2020-12-07 06:58:29
问题 I'm trying to configure wildfly which is running on localhost to send email but I'm failing miserably. I've read a bunch of tutorial where they use gmail to send email but this require SSL, and the server is running with a self signed certificate so that doesn't work. One thing I don't understand is if I 've to use an smtp server like gmail or if wildfly has one integrated and if I can use it to send emails. <subsystem xmlns="urn:jboss:domain:mail:2.0"> <mail-session jndi-name="java:jboss

Send email wildfly localhost

不打扰是莪最后的温柔 提交于 2020-12-07 06:57:23
问题 I'm trying to configure wildfly which is running on localhost to send email but I'm failing miserably. I've read a bunch of tutorial where they use gmail to send email but this require SSL, and the server is running with a self signed certificate so that doesn't work. One thing I don't understand is if I 've to use an smtp server like gmail or if wildfly has one integrated and if I can use it to send emails. <subsystem xmlns="urn:jboss:domain:mail:2.0"> <mail-session jndi-name="java:jboss

Send email wildfly localhost

倖福魔咒の 提交于 2020-12-07 06:57:21
问题 I'm trying to configure wildfly which is running on localhost to send email but I'm failing miserably. I've read a bunch of tutorial where they use gmail to send email but this require SSL, and the server is running with a self signed certificate so that doesn't work. One thing I don't understand is if I 've to use an smtp server like gmail or if wildfly has one integrated and if I can use it to send emails. <subsystem xmlns="urn:jboss:domain:mail:2.0"> <mail-session jndi-name="java:jboss