cancel
Showing results for 
Search instead for 
Did you mean: 

2.0.0 preview on jboss 4.0.5 w/ jboss-portal 2.4.1 - almost

deas0815
Star Contributor
Star Contributor
Hallo everybody,

I'm trying to get 2.0.0 preview running on jboss 4.0.5 w/ jboss portal 2.4.1 using the
alfresco.war bundled with alfresco-community-jboss-2.0.0Preview.

It almost seems working.

The only "real" problem left I've encountered (so far) is that the form(s) is/are missing
some hidden fields so I'm running into javascript errors like the following and cannot
really navigate very far:

Error: document.forms.dashboard['dashboard:act'] has no properties
Source File: http://localhost:8080/portal/portal/default/Alfresco
Line: 1

Error: document.forms.dashboard['dashboard:modelist'] has no properties
Source File: http://localhost:8080/portal/portal/default/Alfresco
Line: 1

Any help how to get this fixed is appreciated.

regards
Andreas
33 REPLIES 33

millerj
Champ in-the-making
Champ in-the-making
The problem ….

Is that the version of JBossAS you are using packages the MyFaces1.1.4 as the jsflibs inside the tomcat webserver module.

The version of Alfresco you are trying to use is expecting MyFaces1.1.1. This is why you currently need to use the JbossPortal2.4.1+JBoss bundle (which still uses MyFaces1.1.1) or wait for a future release of Alfresco.

Kevin

Thanks,

I was able to get the alfresco revision 574 to run on JBoss AS 4.0.5 by changing the myfaces 1.1.4 jar files inside of tomcat to the myfaces 1.1.1 files.  I know JBoss Portal is not dependent on the myfaces version.  So far we have not observed any failures due to the changed myfaces version.

peterh_nl
Champ in-the-making
Champ in-the-making
@Kevin: Thanx a lot!! It's working now  Smiley Very Happy
Is this a thread to make sticky or add to the wiki?
I guess it will be a great help to a lot off people trying to present Alfresco through JBoss Portal.
BTW: Nice ajax-improvements to the interface in latest HEAD (634 i think, svn not working at the moment?)

kevinr
Star Contributor
Star Contributor
@Kevin: Thanx a lot!! It's working now  Smiley Very Happy
Is this a thread to make sticky or add to the wiki?
I guess it will be a great help to a lot off people trying to present Alfresco through JBoss Portal.
BTW: Nice ajax-improvements to the interface in latest HEAD (634 i think, svn not working at the moment?)

No problem, I have updated the wiki instructions here:
http://wiki.alfresco.com/wiki/Build_and_Deploy_WAR_JBossPortal

>BTW: Nice ajax-improvements to the interface in latest HEAD
Thanks, I like it Smiley Happy

Kevin

deas0815
Star Contributor
Star Contributor
I was able to get the alfresco revision 574 to run on JBoss AS 4.0.5 by changing the myfaces 1.1.4 jar files inside of tomcat to the myfaces 1.1.1 files.  I know JBoss Portal is not dependent on the myfaces version.  So far we have not observed any failures due to the changed myfaces version.

This works fine for me as well - thank you guys !