You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Ryan Moquin <fr...@gmail.com> on 2005/10/30 00:44:44 UTC

Compiling from Source

If I get this error, does this mean that I goofed something up?  Or is 
the current state of head not completely safe? should I try reupdating?

    [javac] Compiling 20 source files to 
C:\projects\jetspeed2\applications\secu
rity\target\classes
    [javac] 
C:\projects\jetspeed2\applications\security\src\java\org\apache\jets
peed\portlets\security\users\UserData.java:22: package 
javax.faces.context does
not exist
    [javac] import javax.faces.context.FacesContext;
    [javac]                            ^
    [javac] 
C:\projects\jetspeed2\applications\security\src\java\org\apache\jets
peed\portlets\security\users\UserData.java:58: cannot resolve symbol
    [javac] symbol  : variable FacesContext
    [javac] location: class 
org.apache.jetspeed.portlets.security.users.UserData

    [javac]             Map appMap = 
(Map)FacesContext.getCurrentInstance().getE
xternalContext().getApplicationMap();
    [javac]                               ^
    [javac] 2 errors

Thanks,

Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: J2 svn 329539 & Oracle DB - problem stay

Posted by David Sean Taylor <da...@bluesunrise.com>.
Vladimir Figurov wrote:
> hi
> 
> The problem with ORACLE DB has remained:
> - Last corrections brought in SVN for a 
> file/portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql 

patch applied thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


J2 svn 329539 & Oracle DB - problem stay

Posted by Vladimir Figurov <vf...@asia-soft.kz>.
hi

The problem with ORACLE DB has remained:
- Last corrections brought in SVN for a 
file/portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql 
were wrong:
  instead of
INSERT INTO SECURITY_PERMISSION 
VALUES(100,'org.apache.jetspeed.security.PortletPermission','security::*','view, 
edit','to_date('2004-05-22 16:27:12','YYYY-MM-DD 
HH24:MI:SS').572','to_date('2004-05-22 16:27:12','YYYY-MM-DD 
HH24:MI:SS').572');
INSERT INTO SECURITY_PERMISSION 
VALUES(101,'org.apache.jetspeed.security.PortletPermission','palm::*','view, 
edit','to_date('2004-05-22 16:27:12','YYYY-MM-DD 
HH24:MI:SS').572','to_date('2004-05-22 16:27:12','YYYY-MM-DD 
HH24:MI:SS').572');
INSERT INTO SECURITY_PERMISSION 
VALUES(102,'org.apache.jetspeed.security.PortletPermission','pam::*','view, 
edit','to_date('2004-05-22 16:27:12','YYYY-MM-DD 
HH24:MI:SS').572','to_date('2004-05-22 16:27:12','YYYY-MM-DD 
HH24:MI:SS').572');

  it is necessary
INSERT INTO SECURITY_PERMISSION 
VALUES(100,'org.apache.jetspeed.security.PortletPermission','security::*','view, 
edit',to_date('2004-05-22 16:27:12','YYYY-MM-DD 
HH24:MI:SS'),to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'));
INSERT INTO SECURITY_PERMISSION 
VALUES(101,'org.apache.jetspeed.security.PortletPermission','palm::*','view, 
edit',to_date('2004-05-22 16:27:12','YYYY-MM-DD 
HH24:MI:SS'),to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'));
INSERT INTO SECURITY_PERMISSION 
VALUES(102,'org.apache.jetspeed.security.PortletPermission','pam::*','view, 
edit',to_date('2004-05-22 16:27:12','YYYY-MM-DD 
HH24:MI:SS'),to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'));


-- 
Vladimir


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Compiling from Source

Posted by Ryan Moquin <fr...@gmail.com>.
David Le Strat wrote:

>Ryan,
>
>Update your source. I removed this code this
>afternoon.  You must have been checking out in the
>middle of my commit.
>
>Regards,
>
>David Le Strat
>
>--- Ryan Moquin <fr...@gmail.com> wrote:
>
>  
>
>>If I get this error, does this mean that I goofed
>>something up?  Or is 
>>the current state of head not completely safe?
>>should I try reupdating?
>>
>>    [javac] Compiling 20 source files to 
>>C:\projects\jetspeed2\applications\secu
>>rity\target\classes
>>    [javac] 
>>
>>    
>>
>C:\projects\jetspeed2\applications\security\src\java\org\apache\jets
>  
>
>>peed\portlets\security\users\UserData.java:22:
>>package 
>>javax.faces.context does
>>not exist
>>    [javac] import javax.faces.context.FacesContext;
>>    [javac]                            ^
>>    [javac] 
>>
>>    
>>
>C:\projects\jetspeed2\applications\security\src\java\org\apache\jets
>  
>
>>peed\portlets\security\users\UserData.java:58:
>>cannot resolve symbol
>>    [javac] symbol  : variable FacesContext
>>    [javac] location: class 
>>org.apache.jetspeed.portlets.security.users.UserData
>>
>>    [javac]             Map appMap = 
>>(Map)FacesContext.getCurrentInstance().getE
>>xternalContext().getApplicationMap();
>>    [javac]                               ^
>>    [javac] 2 errors
>>
>>Thanks,
>>
>>Ryan
>>
>>
>>    
>>
>---------------------------------------------------------------------
>  
>
>>To unsubscribe, e-mail:
>>jetspeed-user-unsubscribe@portals.apache.org
>>For additional commands, e-mail:
>>jetspeed-user-help@portals.apache.org
>>
>>
>>    
>>
>
>________________________
>David Le Strat
>Blogging @ http://dlsthoughts.blogspot.com
>
>
>	
>		
>__________________________________ 
>Yahoo! Mail - PC Magazine Editors' Choice 2005 
>http://mail.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>
>
>  
>
No problem, it happens... I'm just glad I don't have to figure it out! :)

I just reran the now, it was succesful,  keep up the good work.

Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Compiling from Source

Posted by David Le Strat <dl...@yahoo.com>.
Ryan,

Update your source. I removed this code this
afternoon.  You must have been checking out in the
middle of my commit.

Regards,

David Le Strat

--- Ryan Moquin <fr...@gmail.com> wrote:

> If I get this error, does this mean that I goofed
> something up?  Or is 
> the current state of head not completely safe?
> should I try reupdating?
> 
>     [javac] Compiling 20 source files to 
> C:\projects\jetspeed2\applications\secu
> rity\target\classes
>     [javac] 
>
C:\projects\jetspeed2\applications\security\src\java\org\apache\jets
> peed\portlets\security\users\UserData.java:22:
> package 
> javax.faces.context does
> not exist
>     [javac] import javax.faces.context.FacesContext;
>     [javac]                            ^
>     [javac] 
>
C:\projects\jetspeed2\applications\security\src\java\org\apache\jets
> peed\portlets\security\users\UserData.java:58:
> cannot resolve symbol
>     [javac] symbol  : variable FacesContext
>     [javac] location: class 
> org.apache.jetspeed.portlets.security.users.UserData
> 
>     [javac]             Map appMap = 
> (Map)FacesContext.getCurrentInstance().getE
> xternalContext().getApplicationMap();
>     [javac]                               ^
>     [javac] 2 errors
> 
> Thanks,
> 
> Ryan
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail:
> jetspeed-user-help@portals.apache.org
> 
> 

________________________
David Le Strat
Blogging @ http://dlsthoughts.blogspot.com


	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org