jboss Questions
8
I'm getting below error in Wildfly 8.2:
05:17:12,202 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final
05:17:12,285 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.2.0.F...
4
Solved
I have a handler-chain configuration for my Webservice handler
At my Webservice class I have;
@HandlerChain(file = "jaxws-handlers-server.xml")
public class RoleMemberServiceSoap11Impl{...}
a...
2
Solved
In my application I have a link that redirects to the user's account page on the Keycloak server.
In this page the user can update his personal information.
The problem is that after entering his ...
Chinn asked 15/11, 2017 at 11:14
4
Solved
In my rest service i can obtain the principal information after authentication using
KeycloakPrincipal kcPrincipal = (KeycloakPrincipal) servletRequest.getUserPrincipal();
statement.
Keycloak prin...
Fornication asked 20/9, 2015 at 11:30
6
I get this error in a Java maven project. The weird thing is, it doesn't appear on every machine so I assume it has something to do with a configuration issue.
The class RoleKeyCacheImpl is a @Sta...
3
After upgrading to Keycloak version 1.9.1 we’ve started to get rejections from keycloak.js while getting token based on code.
If we enter base url (http://example.com) then the app works fine, log...
Hospitium asked 20/4, 2016 at 12:2
4
Setup:
I am trying to get the demo code for keycloak-connect library to run, but failing.
Here's what I did:
Download and start keycloak 4.7 standalone, set admin user and pw
Create a basic public...
6
I am trying to build 1 hybrid test project using spring + hibernate. After deploying... I am getting frustrated with this error.. and searched in google but still not getting it working...
Caused...
Kinna asked 1/6, 2012 at 7:29
2
I've tried to deploy my war file in Wildfly 8.2. My application uses org.apache.cxf for web service. But Wildfly (Jboss) comes by default with its own cxf jars which can be provide full Java EE sup...
Bespread asked 2/4, 2015 at 7:14
2
Solved
I am working to build a custom image derived from the official jboss/wildfly image.
It's working perfectly if I just add the .war file and run, but problems arise when I try to add a custom standal...
4
Solved
What is the difference between JBoss ESB Server (which is available here: http://jbossesb.jboss.org/downloads/)
and JBoss Fuse (http://www.jboss.org/products/fuse/download/)
How are both function...
7
Solved
How do you configure JBoss to debug an application in Eclipse?
18
Solved
Some times whenever I restart the application, which is built on
Java,
Struts,
Mysql, and Jboss 4.05 Version
I get the error as Address already in use: JVM_Bind
Only fix that I know is to restart t...
Carisa asked 5/5, 2010 at 11:25
4
Solved
Request:
OPTIONS / HTTP/1.1
Host: webcat.staci.com
Connection: Keep-alive
Accept-Encoding: gzip,deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.21 (KHTML, like Gecko) Chrome...
2
In my project, we've created a Maven module to get the specific JBoss AS and unpacked.
Then all the test cases can be run under this Jboss AS as embedded container.
We're using jboss-ejb3-embedded...
Polystyrene asked 8/2, 2012 at 9:9
16
Solved
I'm trying to run my application on Jboss App Server by Intellij Idea12. I've done configuration:
but As you can see in the picture I got the error Management Port Configuration not found.
Vestryman asked 29/3, 2014 at 10:21
3
Solved
Since the update to Eclipse Tamurin JDK 11.0.15+10 we notice a problem as soon a HTTP request reaches Wildfly 20.0.1.Final. The same behaviour exsists in Wildfly 26.1.0.Final This only happens with...
2
Solved
My goal is to deploy an ear file in JBoss 7.1.1. One of the classes in the ear file (which I cannot change) is using sun.net.util.IPAddressUtil class of JRE's rt.jar.
In my IDE (eclipse) resolves...
5
Solved
I have a problem when I want to start my JBoss server. I'm working on Netbeans and I added my server with Server > Add Server > JBoss Application Server.
I configured my server with the port...
4
Solved
I have 3 ways things get written to the DB
public void create(T object) {
entityManager.persist(object);
}
public void update(T object) {
object = entityManager.merge(object);
}
public int upd...
Topdress asked 3/1, 2013 at 13:27
4
Solved
Recently I have started using NGINX, I found that we can use it for reverse proxy, serving static content from itself which can reduce load time. I have a Tomcat/JBoss server on my local machine an...
12
Solved
I am trying to develop a Java EE application that connect to an Oracle database from eb service class but I encounter a
SQLException: No suitable driver found for jdbc:oracle:thin:@//localhost:15...
4
Solved
I am attempting to insert a new record into a table that I know is unique before hand. I have tried calling save() on the object, but that does a bunch of SELECT statements before doing any INSERTs...
Whichsoever asked 28/9, 2011 at 19:39
4
Solved
Upgraded my eclipse to 2022-09 few days ago. I am getting the below error when i do a maven update on a project.
java.lang.NoSuchMethodError: 'org.eclipse.core.resources.IProject org.eclipse.m2e.c...
3
Solved
I am using Eclipse JUNO SR1 and installed JBoss Tools from official site.
Everything is fine except some annoying features which's causing my eclipse to perform slow
When I open Eclipse, it's show...
Postimpressionism asked 1/11, 2012 at 6:29
1 Next >
© 2022 - 2025 — McMap. All rights reserved.