David,

I'm already half into the configuration/builder for the new wrapped principals.


Regards,
Alan

David Jencks wrote, On 10/14/2005 8:47 AM:

oops

I'm hoping to have a more complete fix for the problems introduced by the new principal wrapping ready very shortly. If I run into problems I'll try to fix just this error.

thanks
david jencks

On Oct 14, 2005, at 6:09 AM, Rick McGuire wrote:

With a fresh checkout this morning I'm getting the following compile error:

default:
java:prepare-filesystem:
[mkdir] Created dir: C:\Geronimo\geronimo\openejb\modules\core\target\classe
s

java:compile:
   [depend] Deleted 0 out of date files in 0 seconds
[echo] Compiling to C:\Geronimo\geronimo\openejb\modules\core/target/classes

[javac] Compiling 606 source files to C:\Geronimo\geronimo\openejb\modules\c
ore\target\classes
C: \Geronimo\geronimo\openejb\modules\core\src\java\org\openejb\corba\secu rity\Se
curityInitializer.java:145: cannot resolve symbol
symbol : method generateRealmPrincipal (java.lang.String,java.lang.String,java.
lang.String)
location: class org.apache.geronimo.security.util.ConfigurationUtil
RealmPrincipal realmPrincipal = ConfigurationUtil.generateRealmPrincipal
(className, principalName, realm);
                                                        ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
1 error

BUILD FAILED
File...... C:\Documents and Settings\Administrator\.maven\cache\maven-multiproje
ct-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] -- C:\Documents and Settings\Administrator\.mave n\cache\maven-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compile failed; se
e the compiler error output for details.
Total time: 15 minutes 7 seconds
Finished at: Fri Oct 14 09:01:05 EDT 2005

It appears the generateRealmPrincipal() now takes 4 arguments, but the openejb code was not changed to match. Was this just a missed commit on the update?

Rick



Reply via email to