Questions tagged as 'wildfly'

1
answer

Spring Bean sessionFactory with NullPointerException error

Good morning. I'm trying to make a setting in the spring-jpa.xml file to support a multitenancy architecture by separating each client by Schema. I use a dataSource that has been configured in JBoss Wildfly to connect to the database where th...
asked by 06.02.2015 / 12:46
1
answer

How to log in with slf4j from within a jboss module?

How can I log in to the console / server.log from within a jboss module? Let's say I have a class: public class MyClass { private static final Logger logger = LoggerFactory.getLogger(MyClass.class); private boolean done = false;...
asked by 19.10.2015 / 23:29
1
answer

Wildfly - "Netty 'connector not found in main configuration file"

I added a connection factory in the file standalone-full of Wildfly .: <jms-connection-factories> <connection-factory name="K19Factory"> <connectors> <connector-ref connector-name="net...
asked by 30.05.2015 / 23:14
1
answer

Error "Transaction is required to perform this operation" when inserting, editing or deleting - Wildfly

So folks, I've been breaking my head with this mistake for some time and I can not figure out how to fix it ... The situation is as follows, I had this project running on Tomcat and now it was necessary to migrate to WildFly, the migration was a...
asked by 16.09.2014 / 15:01
1
answer

Error javax.naming.NoInitialContextException - console application

I'm trying to make a simple EJB, I followed some tutorials, I looked at the Wildfly sample code, and even then, I'm facing a mistake. Could anyone help me? The error: ejb:/Adder//Addition!com.labs.AdditionRemote javax.naming.NoInitialCon...
asked by 02.02.2018 / 21:51
1
answer

WildFly 11 does not recognize MySQL driver when deploying

I set up my Java Web project to use JTA when transacting with the Database. My project has 4 Maven modules, one is unique to the model classes and to the persistence layer. When I compile in Maven the result is success, but when trying to upload...
asked by 09.02.2018 / 03:07
1
answer

Doubt with error "Unable to build Hibernate SessionFactory" Java

I have received the fonts and after doing the server settings, database etc, I am having this problem in compiling. Thank you if anyone can point you in the right direction. [2017-09-11 10:12:46,640] Artifact multlevel-web:war: Error during...
asked by 11.09.2017 / 21:38
1
answer

Start Wildfly in debug mode

Starting Wildfly in eclipse in debug mode is simple. I want to start via command line by running standalone.bat . So far so good, but I want to start in debug mode and under normal conditions I can open my cm...
asked by 21.02.2017 / 23:45
3
answers

Runtime ambiguity error when running deploy on WildFly

When attempting to deploy the war file in WildFly, a dependency injection ambiguity error is occurring in the HttpServletRequest class. Is anyone else going through this? Error returned by WildFly:    Can not upload deployment: {"WFLYCT...
asked by 02.06.2016 / 15:20
0
answers

Dynamically connect to an Oracle database for each JAX-RS request

I am developing a project in JBoss Seam to provide some services via JAX-RS in Wildfly 9. The DBMS used is Oracle 10g, and the services that will be available are form features that the company develops in Oracle Forms. The procedures, fun...
asked by 23.07.2018 / 14:15