Jacek Laskowski wrote:
On 9/13/06, Rick McGuire <[EMAIL PROTECTED]> wrote:
Now I'm getting new compile errors:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb
\corba\security\config\css\CSSGSSUPMechConfigDynamic.java:[95,44] cannot
resolve
symbol
symbol : method getNextCaller ()
location: class org.apache.geronimo.security.ContextManager
C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb
\corba\security\config\css\CSSSASITTPrincipalNameDynamic.java:[93,40]
cannot res
olve symbol
symbol : method getNextCaller ()
location: class org.apache.geronimo.security.ContextManager
I think I've seen changes to Geronimo code that could touch the code
that fails for you. I don't remember the details, but it was yesterday
or tomorrow. Take a look at Geronimo JIRA and look for the recent
changes. I think there should be an issue report about it.
It looks like Kevan committed some changes yesterday that added the
getNextCaller() method to ContextManager. Now I just have to figure out
why my openejb2 build doesn't appear to be seeing the change, even after
I refresh everything with a bootstrap.
Jacek