I have almost completed migrating my portlets from 2.4 Beta1 to 2.4 CR1.

The three portlets with issues all originated from the forum source code base.

I took the latest forum from the head of jboss-portal-2.4, since the CR1 code 
does not include the forums.
It appears as though this has not been used much, since there were some typos 
in the build file (e.g. confugure hibernate doclet, missing quote on 
configure-explode).

When I use my previous build file or the one from cvs, I am told 
JBossActionRequest and JBossActionResponse are not defined, even though they 
are present in the org.jboss.portlet in the core module and output classes.

1. How do I get the forum to build using the 2.4CR1 code base?
I have tried multiple approaches without success, and I am missing something. 
What has changed?

2. Are there plans to upgrade the forum module to coincide with the 2.4?

Any guidance/suggestions would be appreciated.

Thank you.
CR


_default:compile-classes:
    [javac] Compiling 105 source files to 
C:\eclipse\workspace\jboss-portal-2.4\forums\output\classes
    [javac] 
C:\eclipse\workspace\jboss-portal-2.4\forums\src\main\org\jboss\portlet\forums\Context.java:14:
 cannot find symbol
    [javac] symbol  : class JBossActionRequest
    [javac] location: package org.jboss.portlet
    [javac] import org.jboss.portlet.JBossActionRequest;
    [javac] ^
    [javac] 
C:\eclipse\workspace\jboss-portal-2.4\forums\src\main\org\jboss\portlet\forums\Context.java:15:
 cannot find symbol
    [javac] symbol  : class JBossActionResponse
    [javac] location: package org.jboss.portlet
    [javac] import org.jboss.portlet.JBossActionResponse;
    [javac] ^
    [javac] 
C:\eclipse\workspace\jboss-portal-2.4\forums\src\main\org\jboss\portlet\forums\ForumsModule.java:19:
 package org.jboss.portlet.command does not exist
 


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to