Home JBoss Server JBoss AS 6 FAQ
30 | 07 | 2010
JBoss 5 AS Book
"JBoss AS 5 development" reviews
Please share your feedback/review with other readers!
Banner
Dashboard
Advertise with Us
Banner
RSS Feed
Java EE 1.6 resources
Login
Sign here for the NewsLetter.



JBoss admin resources
Banner
Java EE 1.6 resources
JBoss howto

How to avoid the 50 seconds start up limit in Eclipse ?

JBoss recipe of the day ...
Read More

How can you solve deployment errors caused by large war/jar/ear files ?

jboss recipe of the day ...
Read More

How do you configure your .war to be deployed after your EJB ?

jboss recipe of the day ...
Read More
JBoss AS 6 FAQ PDF Print E-mail
Written by F.Marchioni   
Friday, 26 February 2010 10:48

In this article I will add periodically some FAQS about the JBoss AS 6. Check it our here!
How do I run/deploy applications on JBoss AS 6 using Eclipse ?

Eclipse Galileo doesn't contain a JBoss 6 Runtime (nor JBoss Tools at the time of writing), however if you choose a JBoss 5 Runtime and point to a JBoss AS 6 installation it will work without problems. ( Eclipse will label the release 6.0.0 M2 as 5.0.2)

jboss 6 faqs

Does JBoss 6.0.0 M2 ships with an EJB 3.1 compliant container ?
Not yet at the time of writing (Feb 2010). But some features have been initially added like the no-interface view and deployment of EJB in a War. We will add a link to this faq when there's a tutorial available here.

Can I use Java EE 1.6 features on JBoss AS 6.0.0 M2 ?
You can use CDI which uses Weld implementation. You can use as well Servlet 3.0 Specification and JPA 2 Specification.

Does JBoss AS 6.0.0 M2 support REST-Easy?
Yes. JBoss AS 6.0.0 M2 ships with a fully certified and portable REST-Easy implementation of the JAX-RS 1.0 specification. Later release of JBoss AS 6 will ship with a compliant JAX-RS 1.1 version.

What happened to the web configuration ?
The web configuration has been removed. It is now replaced by the jbossweb-standalone configuration. It is definitely the intent that AS 6 will ship a EE 6 web profile compliant configuration. This profile, as per Java EE 6 spec, provides a subset of the Java EE platform and is designed for web application development. The Web Profile includes only those technologies needed by most web application developers, and does not include the enterprise technologies that these developers typically don't need.

Where do I configure logs in JBoss AS 6 ?
Log configuration has moved from the "conf" folder to the deploy folder. The new configuration file name is jboss-logging.xml. 

Does JBoss AS 6 still includes the management Console ?
Yes, but they're now deployed on demand. (It means they are not part of the boot process of JBoss AS )

Ok but I cannot find the JMX Console, nor the admin Console, nor the Web Service Console!
They have been moved to the new common repository, located in JBOSS_HOME\common\deploy

What is the Service deployed as mod_cluster.sar ?
JBoss 6.0.0 M1 ships with mod_cluster, which is installed in the default, all and standard configuration. Mod_cluster differs from mod_jk in the fact that it transmits server-side load balance factors and lifecycle events using a custom protocol (Mod-Cluster Management Protocol). This additional feedback channel allows mod_cluster to offer a level of intelligence and granularity not found in other load balancing solutions

My web application issues a JBossXBRuntimeException when deployed on JBoss 6 M2. Why ?

If you have in your stack trace something like that:

 
Caused by: org.jboss.xb.binding.JBossXBRuntimeException:
Failed to resolve schema nsURI= location=web-fragment at
org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.at org.jboss.xb.binding.parser.sax.SaxJBossXBParser 

This means that you have an error in your web-fragment.xml file. As a matter of fact, the release 6 M2 scans for the file web-fragment.xml which is defined in Servlet 3.0 specs.  Check the file against the DTD.

JBoss.org Search
Custom Search
Comments
Search
abhi  - JBOSS administration   |2010-04-21 03:21:07
Hello experts

Plz any one can give some links/doc/
notes on below tasks
1.
jboss 5 to websphere migration
2. performance tuning tools.
3. i installaed
JBOSS server, but in jboss admin console i was unable to see navigation panel
objects like, ear files, resources, adaptors.

plz provide links is more better
and docs also better
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated on Thursday, 18 March 2010 15:48