Questions tagged [jboss7.x]

Version 7 of the JBoss Application Server

JBoss Application Server 7 is a Java EE 6 implementation. Read more about JBoss AS 7 here.

3567 questions
1
vote
1 answer

ServiceLoader + EJB injection

I would like to know if I can combine the ServiceLoader with EJB and injection from Java EE 6. Imagine I have an interface ServiceI that can be implemented by two EJB stateless beans BeanA and BeanB. If I register these two classes in the…
phoenix7360
  • 2,807
  • 6
  • 30
  • 41
1
vote
1 answer

JAXB-XJC compilation difference about compiling schema having with name and without name

i am having the application which compiles the schema using JAXB /XJC. i would like to identify the real problem when we are about to deploying web service code in application server . here we are having the schema contains element which does have…
androidgalaxyman
  • 1,797
  • 2
  • 11
  • 10
1
vote
0 answers

How to btrace JBoss AS 7

I'm trying to instrument JBoss AS 7 using btrace but can't get it to work. I'm using visualvm 1.3.7 and the btrace workbench 0.6.7 (right click -> "Trace applicaiton..."). I'm always setting the following non-descriptive error. !!! Error occured !!!…
Philippe Marschall
  • 4,452
  • 1
  • 34
  • 52
1
vote
1 answer

Manage dependencies of jar-files in jBoss 7.1

I'm beginning with jboss and already have a trouble. My project has next structure: root pom.xml - core module - ddbac module - web module - includes core.jar and ddbac.jar -ear module - includes web.war Each module also contains a pom.xml. All…
Roman Proshin
  • 830
  • 2
  • 9
  • 18
1
vote
1 answer

Loaded Records not showing in view

So to make it relatively simple: I have some Primefaces-Page, which is supposed to represent database records in a table-structure. I keep these records in a List which resides in a @ConversationScoped backing bean. I have verified via…
Vogel612
  • 5,620
  • 5
  • 48
  • 73
1
vote
0 answers

Rendering JSF page in JSP using iframe

I have an old web-application running on JBoss4 using JSP and Struts. And another web-application running in JBoss7 using JSF. I want to render the JSF page in an existing JSP template page so that the user cannot see the difference. Both JBoss4 and…
Adheep
  • 1,585
  • 1
  • 14
  • 27
1
vote
2 answers

jboss 7.1.1 webservices suddenly stopped working

I have a deployed and public app available where everything is working. The rest of the team is working on a new release and before releasing it, we started running tests at everything. Out of the blue, the web services that we use to communicate…
1
vote
1 answer

jboss 7.1.1 final configuration for jndi

I missed configured JBoss AS 7.1.1 standlone.xml for JMS queues service. true
user3599212
  • 429
  • 2
  • 6
  • 18
1
vote
1 answer

Integration of swagger resteasy jboss

I have been trying to integrate the swagger with resteasy. I have tried lots of implementations. The implementation that works for me is using is below. But I am not able to see apis[]. web.xml
Ali Abbas
  • 73
  • 4
  • 11
1
vote
1 answer

JBoss 7.3.0, Spring, slf4j implementation log4j logging not working

Not sure what I am missing, trying to implement Log4J logging in my JBoss Spring application as defined here: Hibernate logging in Spring application on JBoss 7.1 But it doesn't seem to be picking up the configurations defined in…
Shivam Sinha
  • 4,924
  • 7
  • 43
  • 65
1
vote
1 answer

First JBoss Example Crashing (jbpm 6.0, AS7, Windows 7)

I've installed and started AS7 with Ant-- ant install.demo + ant start.demo. Everything starts fine -- H2 database, JBOSS, and Eclipse. Following this tutorial video --> I've imported the Java evaluation project into Eclipse. When I try Debug…
T. Ujasiri
  • 317
  • 1
  • 3
  • 14
1
vote
2 answers

How can I implement Picketlink Authenticator in the war layer

As the title say, I created a class in the war layer that is annotated with @Picketlink. Note that I have an ear deployment structure (ejb, war). The custom authenticator: @PicketLink public class PicketlinkAuthenticator extends BaseAuthenticator {…
czetsuya
  • 4,773
  • 13
  • 53
  • 99
1
vote
1 answer

How to define allowed IPs for JBoss management console

I'm french, and it looks like the binding word is used all over the world to link anything. I'd like to specify which IP address is allowed to access the JBoss management web application, so I started with :
Nicolas Zozol
  • 6,910
  • 3
  • 50
  • 74
1
vote
1 answer

Openshift this.getClass().getResource() path probably not correct

I am trying to deploy my application to openshift and I got to a problem running it. The application is deployed locally to the exactly same version of JBoss (JBoss AS 7.1.1 Final) and it is working, while it does not work when deployed to…
Matej Briškár
  • 599
  • 4
  • 17
1
vote
2 answers

Webservice in JBoss doesn't find xsd

I try to implement a first Web service running in JBoss AS 7.2. I use the wsdlLocation-Property to link my service with a predefined wsdl file: @Stateless @WebServiceProvider(wsdlLocation = "classpath:wsdl\\prototype.wsdl") public class…
boskop
  • 609
  • 5
  • 23
1 2 3
99
100