[Installation, Configuration & DEPLOYMENT] - Contents of JBOSS_DIST/jboss-as/server
by behrangsa
In the Getting Started Guide for JBoss 4.2.2, at page 1, it is stated that:
anonymous wrote :
| Within the JBOSS_DIST/jboss-as/server directory, you will find four subdirectories: minimal, default, production and all - one for each server configuration. Each of these configurations provide a different set of services. The default configuration is the one used if you donÂt specify another one when starting up the server.
|
However, there are only all, default, and minimal directories are there. Is this an error in the document or the contents of the JBoss AS 4.2.2 archive?
Regards,
Behrang
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148030#4148030
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148030
16 years, 8 months
[JBoss Portal] - A4J and UserModule in a portlet
by mohitmutha
I am trying to use A4J in a portlet. The functionality is to display the user details when the user clicks on the user row in the search results.
I am using the identity modules to retrieve the user list (by role). This works fine. However when I use A4J to retrieve the user details in a managed bean action the UserModule.getUserById() gives the exception
org.hibernate.HibernateException: Unable to locate current JTA transaction
at org.hibernate.context.JTASessionContext.currentSession(JTASessionContext.java:61)
at org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:544)
at org.jboss.portal.identity.db.HibernateUserModuleImpl.getCurrentSession(HibernateUserModuleImpl.java:298)
at org.jboss.portal.identity.db.HibernateUserModuleImpl.findUserById(HibernateUserModuleImpl.java:136)
at com.apple.ist.channelportal.admin.managedbeans.ManageUsersBean.retrive(ManageUsersBean.java:50)
I have set the tran-attribute = required in jboss-portlet.xml
Please help !!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148026#4148026
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148026
16 years, 8 months