Since nobody seems to know anything specific or cares enough to post it, i'll 
post our working JBoss setup, which one of our guys figured out.

Working EJB3.0 + JBoss Portal 2.01RC3 on Jboss AS 4.03SP1 :

1.Install JBoss AS 4.03SP1 from installer choosing EJB3 support
2.get a standard zipped version of Jboss AS 4.03SP1 
3.copy mail.jar, mail-plugin.jar activation.jar from /server/default/lib/ of 
the zipped
jboss to your  installed Jboss /server/default/lib/. Also copy mail-service.xml 
from the zipped Jboss, directory is /server/default/deploy.
4. Deploy  JBoss Portal 2.01RC3 according to the documentation.
that should should do the trick.

optionally if it still doesnt work:
5. make sure that the jboss-portal.sar\conf\hibernate\hibernate.cfg.xml
contains the right dialect for your DB - for example you need 
"org.hibernate.dialect.MySQLDialect" for MySQL
6.check if your datasource descriptor portal-*-ds.xml describes the same 
datasource names that are referenced in 
jboss-portal.sar\META-INF\jboss-service.xml  and
jboss-portal.sar\portal-cms.sar\META-INF\jboss-service.xml
for example "NoTxPortalDS_2_0_0" and "PortalDS_2_0_0".

Hope this helps.

greetings,
Patric


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910092#3910092

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910092


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to