I'm noticing that when I do a "build deploy" that the porta-wsrp.sar is not 
being built. If I add the wsrp module to build.xml then I get:


  | _default:compile-classes:
  |     [mkdir] Created dir: C:\dev\jboss-portal-2.4\wsrp\output\classes
  |     [javac] Compiling 162 source files to 
C:\dev\jboss-portal-2.4\wsrp\output\classes
  | [execmodules] 
C:\dev\jboss-portal-2.4\wsrp\src\main\org\jboss\portal\wsrp\consumer\WSRPConsumerImpl.java:583:
 cannot find symbol
  | [execmodules] symbol  : method getUser()
  | [execmodules] location: interface org.jboss.portal.portlet.spi.UserContext
  | [execmodules]       Object user = userContext.getUser();
  | [execmodules]                                ^
  | [execmodules] 
C:\dev\jboss-portal-2.4\wsrp\src\main\org\jboss\portal\wsrp\consumer\RenderHandler.java:158:
 cannot find symbol
  | [execmodules] symbol  : method getUser()
  | [execmodules] location: interface org.jboss.portal.portlet.spi.UserContext
  | [execmodules]          Object user = invocation.getUserContext().getUser();
  | [execmodules]                                                 ^
  | [execmodules] 2 errors
  | 

I'm trying to test the new changes to see if I can consume JBoss portlets 
through WebLogic.

What might I be doing wrong?

Thanks,

Chris

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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to