test release
This commit is contained in:
parent
2906c482d1
commit
7b5c61f4da
7 changed files with 268 additions and 62 deletions
|
|
@ -3,11 +3,11 @@
|
|||
<parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-base</artifactId>
|
||||
<version>0.8-SNAPSHOT</version>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-core</artifactId>
|
||||
<version>0.8-SNAPSHOT</version>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<name>foei-core</name>
|
||||
<description>foei-core</description>
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -372,9 +372,7 @@ public class MemoryContext implements Context {
|
|||
return listBindings(new CompositeName(name));
|
||||
}
|
||||
|
||||
public NamingEnumeration listBindings(Name name) throws NamingException
|
||||
{
|
||||
//System.err.println("FoeiContext list bindings is called "+this+" map size:"+bindings.size());
|
||||
public NamingEnumeration listBindings(Name name) throws NamingException {
|
||||
|
||||
if (name.isEmpty()) {
|
||||
// listing this context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue