Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » (no subject)
(no subject) [message #687329] Mon, 30 May 2011 22:18
Heiko Ahlig is currently offline Heiko AhligFriend
Messages: 62
Registered: July 2009
Member
Hi,

the last days, I tried to understand the NET4J framework, to implement
an own protocol.

Now I found one point, which I dont understand.
There are some factories and element processors, which a implemented
inside the org.eclipse.net4j.util plugin.

The factory will be registered but now inside the
org.eclipse.emf.cdo.server plugin

Exactly this are:

<extension point="org.eclipse.net4j.util.factories">
<factory
productGroup="org.eclipse.net4j.Negotiators"
type="challenge"
class="org.eclipse.net4j.util.security.ChallengeNegotiatorFactory"
/>
</extension>

and:

<extension point="org.eclipse.net4j.util.elementProcessors">
<elementProcessor
class="org.eclipse.net4j.util.security.ChallengeNegotiatorConfigurer"
/>
</extension>

Do this was forgotten and it is a bug, or is there a specific reason?

Greetings

Heiko
Previous Topic:(no subject)
Next Topic:(no subject)
Goto Forum:
  


Current Time: Wed Apr 24 19:24:05 GMT 2024

Powered by FUDForum. Page generated in 0.02790 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top