jboss7.x Questions

2

Solved

I have the following configuration in my standalone.xml: <subsystem xmlns="urn:jboss:domain:datasources:1.1"> <datasources> <datasource jta="true" jndi-name="java:/jdbc/myds" pool...
Thalassography asked 14/8, 2015 at 13:40

6

Solved

i am trying to use JSF 2.2.2 on Jboss 7.1.1.Final i followed the solution 1 in this link: http://www.mastertheboss.com/jsf/installing-jsf-22-on-jboss-as-7 that is based on replacing the current jbo...
Drops asked 3/9, 2013 at 19:34

10

Solved

I am using Eclipse 3.7 Indigo with Maven M2E Plugin 1.0.100. Using the JBoss 7.x JavaEE 6 EAR archetype, the pom for EAR is giving me this error: Plugin execution not covered by lifecycle confi...
Helmet asked 4/2, 2012 at 16:47

2

In JBoss, how is the sequence of the deployment phase? What is the order of object being instantiated and available to use? Considering an enterprise application (*.ear), inspecting all deployment...
Overscrupulous asked 4/7, 2015 at 11:44

2

Im trying to deploy some .war files in a standalone mode, the problem is that i need them to be deployed in a certain order... I have: file1.war, file2.war, file3.war and i have to deploy first fil...
Losel asked 13/11, 2012 at 16:35

4

Solved

I am trying to migrate my spring MVC based REST application to Jboss 7.1.0. At startup, the Jboss initialisation shows that everything was started up correctly with all war files deployed successfu...
Shagbark asked 21/2, 2012 at 13:4

4

Solved

I'm trying to deploy a simple web application under JBoss AS 7.1 which comes bundled with resteasy. According to the documentation all that is needed is (at bare minimum) is an empty web.xml, a cla...
Gordongordy asked 25/4, 2013 at 20:17

3

Solved

When debugging I set a breakpoint to a line that calls a method from another (own) class. On step into I get a Source not found in the editor with the title MyClass$Proxy$_$$_WeldClientProxy.myMeth...
Thrombocyte asked 16/10, 2013 at 11:32

3

Solved

I was using Hibernate event listener like PostDeleteEventListener, PostInsertEventListener, PostUpdateEventListener to do some operations during insert, delete and update. Now I would like to use J...
Peacetime asked 18/10, 2012 at 9:44

3

Solved

I am using JBoss 7 AS. I am deploying the projects via the linux box by the cmd like so bin/standalone.sh -b [ipaddress] This works fine only when i am on the network, however it doesn't work ...
Prevost asked 23/3, 2012 at 15:43

1

Anyone know when Redhat will start supporting JDK 8 for the JBoss EAP 6 line? Java 8 has been in the wild for over 6 months now. I am migrating a JBoss 5 application and would like to move to the l...
Kymry asked 3/10, 2014 at 16:36

4

Solved

I need to generate module.xml file for JBoss7 for a maven project which has a lot of jar-dependencies. What is the easiest way to do it? The file looks like: <module xmlns="urn:jboss:module:1.0...
Earreach asked 13/10, 2011 at 13:58

0

I have a simple web-app (REST service and EJB) that when I run on JBOSS 7 works fine. But on JBOSS 6 I get NameNotFoundException. I am unable to figure out why it works with JBOSS 7 but not with JB...
Patin asked 11/3, 2015 at 20:41

2

I have several independent Java EE modules (WAR web applications, and JAR EJB modules) which I deploy on JBoss 7.1.1 AS. I want to: Centralize configuration of these modules in one *.properties f...
Klemm asked 12/3, 2013 at 15:14

1

Solved

I followed this blog for injecting EJB in REST layer. Here is the code that I tried deploying in JBOSS AS 6 and 7 using Eclipse: REST: package com.example.rest; import javax.ejb.EJB; import jav...
Crouton asked 10/3, 2015 at 0:42

3

Solved

Can anyone please give me the main difference between JBoss AS 7 and WildFly 8? I'm going to start a very important project and I have to choose between JBoss AS 7 and WildFly 8 (for this project ...
Rutan asked 7/3, 2015 at 14:20

2

Solved

I am upgrading to JBoss 7.1 and unfortunately I can not deploy my application. I want to use Apache CXF 2.6.7 that is dependency of our war project and not CXF that is installed in the modules of J...
Collenecollet asked 10/9, 2013 at 9:0

4

Solved

I downloaded the jboss tar file. Copied into my test server. Did untar and installed it at $HOME/jboss/ Now, I need to have three instances running at the same time - Dev, QA, UAT - on a SINGL...
Phonsa asked 20/2, 2013 at 22:57

0

I followed this link and integrate ActiveMq 5.6 with JBoss eap 6.3. I am trying to use an MDB in my poc project. Though the war deployed successfull, onMessage() method doesn't get fired. QueueNam...
Genaro asked 10/2, 2015 at 10:33

1

I have four bundles, each containing only a manifest. The bundles are app which imports com.example.foo.fragment and com.example.bar foo which exports com.example.foo;uses:=com.example.foo.cfg fo...
Wu asked 26/6, 2013 at 10:15

5

Solved

I can't connect to CLI Jboss 7.1.1.FINAL in Ubuntu, i wonder why? in console i put : mastervodoo@vodoo-Studio-1558:/opt/jboss-as-7.1.1.Final/bin$ ./jboss-cli.sh You are disconnected at the moment...
Factfinding asked 22/4, 2012 at 22:58

2

Solved

Hi, I'm trying to start JBoss example application 'jboss-as-helloworld'. And got such exception: 16:23:51,118 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment ...
Gean asked 2/4, 2013 at 13:39

3

Solved

I'm starting an JBoss to use on the development, and I'm using it as standalone. I read that on the production environment the JBoss should be as a domain. I searched for that to understand what's...
Wooton asked 30/10, 2012 at 16:50

2

Solved

I am having trouble after updating an application that runs in WebSphere and Netweaver to run in JBoss6.2 EAP. I have found that a spring-managed @Repository (org.springframework.stereotype.Reposi...
Valency asked 28/2, 2014 at 19:32

0

We used Apache commons logging API for logging (debug,error etc methods), and we had used log4j implementation. we used LogManager.getCurrentLoggers() from log4j to get all the loggers. Now we de...
Catherine asked 6/1, 2015 at 13:24

© 2022 - 2024 — McMap. All rights reserved.