jboss7.x Questions
5
Solved
JBoss7: loader constraint violation with ReastEasy and httpclient with custom HttpRequestInterceptor
I'm using the RestEasy Client Framework in a @Named @ViewScoped Bean with JBoss-7.1.1-Final to retrieve data from a REST service with a custom HttpRequestInterceptor:
RegisterBuiltin.register(Rest...
Precast asked 15/5, 2012 at 10:34
12
I am using Keycloak (version 1.0.4.Final) in JBOSS AS 7.1.1 server. The server is on Amazon AWS.
I am able to start the jboss server with keycloak. i can see the keycloak default screen while hi...
10
Solved
...without actually reading and parsing the persistence.xml
I can retrieve the name of the persistence unit of an EntityManager using the properties of it's factory. I can retrieve the available d...
Turgid asked 14/9, 2012 at 11:48
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
I was looking for an answer but didn't find solution.
I'm developing simple web-app using JSF2 and Hibernate. This is first time I'm using Hibernate and I'm facing many problems with configuration....
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...
2
When developing an Java EE Application, I often came across the 'problem' to do stuff when the application is started, stopped etc. Now for Weblogic for example, there is a mechanism for that (the ...
Knopp asked 22/7, 2011 at 8:34
5
Solved
I have a class with the following definition:
@Id
@SequenceGenerator(name = "SEQ_ACE_WORKERS_QUEUE_STATS_ID", sequenceName = "SEQ_ACE_WORKERS_QUEUE_STATS_ID", allocationSize = 500)
@GeneratedValue...
7
When starting the jboss server, it giving an error Failed to start service jboss.deployment.unit."jbpm-console.war". But when i'm running jbpm6 demo using start.demo its working fine.
23:43:41,042...
3
Solved
I seem to be having problems mapping the PostgreSQL money type to the java.util.Currency type using the following JPA snippet:
@Basic(optional = true)
@Column(name = "cafl_bubgeted_amount")
priva...
Potentate asked 4/10, 2012 at 9:49
2
Solved
I get the following error when i use logback in maven (m2e).Environment: JBOSS 7.1.1,maven,eclipse. But it work fine if i just run individually as main class. I couldn't figure out why i am getting...
2
Solved
For a RESTful enterprise application I need all calls to be authenticated, but I cannot provide a common group/rolt that all users of the system have. I authenticate and authorize over LDAP (which ...
Gastrectomy asked 15/12, 2011 at 11:5
4
Solved
I am having a curious problem. I had this Java application which was previously deployed in tomcat and happily used logback classic as an slf4j implementation. Now when we tried to deploy the same ...
5
Solved
I have everything in UTF-8. That includes Content-Type, database, files, java, everything (unless I've missed something).
I follow a lot of stackoverflow answers, JIRAs, blogs, and etc, but, it st...
9
Solved
I am using jboss-7 and I want to change the port number from 8080 to 7001. Which file do I need to change?
2
I have defined a datasource for JBoss AS 7.4, with min/max pool sizes, tracing of idle connections etc.
I am confused about the datasource use-ccm property.
What does it do?
Why use it?
I thou...
Obsequent asked 6/2, 2015 at 12:21
1
Solved
We have recently upgraded our jBoss EAP from 6.2 to 7.3.0.
After the upgrade we have observed that the application started behaving weirdly. We are using spring framework version - 4.1.9.RELEASE.
F...
Saddleback asked 14/8, 2021 at 7:54
5
Solved
During deploying my app I occurs on that exception. I have a lot of class in my app and I dont know where I must to place @IdClass and what does this exception mean anyway.
I am using Hibernate 4.1...
5
Solved
I am getting the following WARN message while I start my host which is one of the Host Controller (HC) that is attached to the Domain Controller(DC).
[Server:server-two] 14:06:13,822 WARN [org.jbo...
Killoran asked 15/10, 2015 at 10:22
3
Solved
We have an old Java application running in Jboss As 7.1.1. Currently, this application is running on AWS EC2 instance type t3.medium, which is 2 CPU cores and 4GB memory.
We are trying to modernize...
Claudication asked 15/6, 2021 at 8:54
7
Solved
Environment:
Jboss 7.1.0
OS Windows
I am trying a simple test to try out JMS using Jboss with the built in HornetQ JMS provider. After a lot of playing around i managed to get a response with thi...
6
I'm working with RestEasy, Jboss 7 and EJB 3.1. I'm creating a RESTful web service that returns data in JSON format.
The problem is that I have a @ManyToOne relationship on one of my entities whic...
10
I did not create the spring bean name with TimerServiceDispatcher in my application. But, the JBoss throw exception because of TimerServiceDispatcher is already defined in this module.
I don't know...
2
Solved
I have a war file and I need to deploy it on Jboss 7.0.1 Server. Now I have gone through the documentation, but didnt find any thing to deploy a war file. Moreover for deploying your build through ...
Siegfried asked 7/12, 2011 at 19:16
3
I'm trying to write a webapp where the server side provides only json/REST services, and the gui is written in html5, backbone, marionette, etc. using async XHR. The html, js, css, etc. is static a...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.