http://www.jboss.org/jbossas/docs/7-x

learn more… | top users | synonyms (1)

2
votes
0answers
6 views

Running IIS 7 and JBoss AS 7 Simultaneously from a Windows 2008 Server

Does anybody know how to allow both IIS 7 and JBoss AS 7 to run and host applications on a Windows 2008 Server? I have a Windows 2008 VPS that I have hosting some ASP.NET websites and apps via IIS ...
0
votes
2answers
24 views

JBoss 7.1: No suitable driver found java:mysql - could not open connection

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. My ...
0
votes
1answer
11 views

JBoss 7 + Hibernate + Log4j

I setup my Java EE 6 application taking as a starting point the log4j quickstart in Jboss 7.1. My key pom.xml additions are: <dependencyManagement> <dependencies> ...
0
votes
0answers
8 views

How do I read values from the socket-binding-group configuration in Jboss 7.x?

I would like to define and add my own socket binding in the standalone.xml file, either in the existing "standard-sockets" group or maybe in my own group. How do I go about reading the values from an ...
0
votes
0answers
18 views

Using jar libraries with Jboss and Openshift

I'm trying to deploy a simple REST Webservice on Openshift, using Jboss and Eclipse. I have a Jar library cointaining some classes, I put that in the path: src/main/webapp/WEB-INF/lib/ of the ...
0
votes
0answers
20 views

Unable to inject Entity Manager Factory on jboss 7.2.0

Getting error while fetching entity manager factory on jboss7.2.0. I have also tried jndi lookup for entity manager but that time getting error NameNotFound. This bug is open state since jboss 6 ...
1
vote
1answer
34 views

How do you specify external configuration in JBoss AS 7?

We're in the process of upgrading from JBoss Application Server 5.1 to AS 7. In AS 5.1 we defined a Properties object in a '-service.xml' file so that we could externalize all of our configuration. ...
0
votes
1answer
20 views

Jboss JBAS014750 - error deploying ear

I'm having trouble deploying an ear to jboss. I've searched the internets and the only reference was something about socket bindings, but I'm using the default standalone-full cfg. Any ideas about ...
0
votes
2answers
67 views

Can I @Inject a generic type?

This does not seem to work: @Inject private MyBBean<OtherBBean> myBean; Should it work or is it just wrong to try to do this? I get this error: Caused by: ...
0
votes
1answer
17 views

Module not found on Jboss AS 7.1 Final

I've deployed an ear file on Jboss 7.1 that uses some external modules. I've added those modules as global modules in my standalone.xml file: <global-modules> <module ...
0
votes
1answer
27 views

JBoss maven archtype: webapp-ear deployment issue

I used the maven archetype "org.jboss.spec.archetypes:jboss-javaee6-webapp-ear-archetype" to generate the code. I started JBoss 7 and then tried to deploy from project root. mvn package mvn ...
1
vote
0answers
58 views

Configuring JBoss AS 7.1.1 with Mojarra 2.0.4 issues

I have a working webapp on JBoss AS 5.1.0 GA. Which uses Mojarra 2.0.4 jars. I'm in a process of migrating this on to JBoss AS 7.1.1. This version of JBoss is shipped with 2.1.7. So I downgraded the ...
0
votes
0answers
34 views

ClassNotFoundException marshaling EJB parameters on JBoss7

I am making a project with distributed architectures, but I am having problem in returning a java.util.Collection to the client application. I am calling an EJB in a Managed Bean to bring a ...
1
vote
0answers
54 views

Error when trying to access my application in JBoss AS 7.1

I recently migrated my application from JBoss AS 4.2.1 to JBoss AS 7.1, but I am not being able to access the application vua http request since I am getting the below error: HTTP Status 500 - type ...
3
votes
0answers
65 views

JBoss AS 7 + Spring + JPA EntityManager nullpointer exception

I work on this for a while. I want to use OpenShift for my public server. So locally I use JBoss AS 7 too. I read a lot of forums, some similar issues, but none of them solved my problem. I use JPA , ...

1 2 3 4 5 27
15 30 50 per page