ldap patch

2004-05-12 Thread Ender Hikmet KILIÇOÐLU
I have opened an issue for ldap update. I will be happy If somebody commit
my patch
also I seen that sami has already submitted a schema patch for openldap. It
will nice also

Thanks
Ender


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: Jetspeed 1.5 & ldap

2004-05-03 Thread Ender Hikmet KILIÇOÐLU
Hi
I have Isolated error. As you found changes broken old ldap backend. I
didnot have enough time to finish test or make a true debug. I only solved
problem on my system which has many difference not on jetspeed cvs so I will
try to port it to current cvs of course :( if I have enough time.

Thanks Ender


-Özgün Ileti-
Kimden: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Tarih: Monday, May 03, 2004 5:55 PM
Kime: Jetspeed Users List
Konu: Re: Jetspeed 1.5 & ldap


Hello
I think i find the origine of the error. The class
org.apache.jetspeed.services.security.CachedAcl has been modified in
jetspeed
1.5 now it use the new class GroupRole that doesn't exist on 1.4 in which
the
class Role is use. The probleme is that jetspeed 1.5 still use LDAPRole wich
extends Role class and not GroupRole. Is there any code to change to correct
this error.

Thanks to you if you have any solution for this error
Thomas

from [EMAIL PROTECTED]:

>
> I'm trying to make Jetspeed work with my openldap, my openldap is normaly
> running with the jetspeed 1.5 schema and the jetspeed 1.5 ldif user.
>
> The probleme is when I run jetspeed with the JetspeedSecurity.properties
for
>
> ldap, it doesn't work due to a ClassCastException:
>
> java.lang.ClassCastException
>   at org.apache.jetspeed.services.security.CachedAcl.setRoles
> (CachedAcl.java:154)
>   at org.apache.jetspeed.services.security.SecurityCacheImpl.load
> (SecurityCacheImpl.java:77)
>   at org.apache.jetspeed.services.security.JetspeedSecurityCache.load
> (JetspeedSecurityCache.java:66)
>   at
>
org.apache.jetspeed.services.security.ldap.LDAPAuthentication.getAnonymousUs
er
> (LDAPAuthentication.java:154)
>   at org.apache.jetspeed.services.JetspeedAuthentication.getAnonymousUser
> (JetspeedAuthentication.java:64)
>   at org.apache.jetspeed.services.JetspeedSecurity.getAnonymousUser
> (JetspeedSecurity.java:134)
>
> Thomas
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jetspeed 2 blank screen

2004-03-25 Thread Ender Hikmet KILIÇOÐLU
Hi
I tried cvs build of jetspeed 2. Everything was successfull but with demoapp
or without it I am seesing only a blank page with titlw `welcome to
jetspeed2`
Where is the problem

Thanks
Ender



content of blank page







Welcome to Jetspeed 2

http://localhost:8080/jetspeed/"; />













-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[j2] cornerstone depends on jdmk

2004-02-18 Thread Ender Hikmet KILIÇOÐLU
Where can I find this lib. Which type of license used for this kit.

Ender


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



timer jsr

2003-12-09 Thread Ender Hikmet KILIÇOÐLU
http://www.jcp.org/en/jsr/detail?id=236

timer for applications

ENder


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



usefull turb'ne 2.3 feature

2003-09-01 Thread Ender Hikmet KILIÇOÐLU
http://jakarta.apache.org/turbine/turbine-2.3/services/session-service.html

it will be nice to implement it as a jetspeed fuctinality

Ender


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: moving to 2.3

2003-08-30 Thread Ender Hikmet KILIÇOÐLU
A must read from From 2.3 Turbine Change log file

Ender


Changes that could break older environments

AccessControlList is now an interface and its implementation is in
TurbineAccessControlList. This is now configurable and can be replaced by a
custom AccessControlList implementation. If older compiled code suddently
throws IncompatibleClassChange errors, just recompile and they go away.
removed all deprecated java code (incl. support for webmacro, freemarker and
castor). Make sure to not get any deprecation warnings before you switch to
2.3!
removed the LoggingService. Deprecated everything in the utils.Log class.
removed the TurbineResources Service.
the service initialization code has been changed. This is important if you
write services yourself. You should supply a constructor which takes no
parameters. The usage of a constructor which takes a RunData object is
deprecated and might be removed later. If you're using the supplied
services, you shouldn't notice any change.
TTWS38: BaseValueParser.getInteger(String name) now returns null if the key
name is not found - the old behaviour was to return new Integer(0). For
consistency a similar change was made to getBool() and getBigInteger().
The velocity mail classes (o.a.t.util.velocity package) now throw
VelocityEmailException instead of MessagingException if a problem occurs.



-Özgün Ileti-
Kimden: Martin Poeschl [mailto:[EMAIL PROTECTED]
Tarih: Saturday, August 30, 2003 3:31 AM
Kime: Jetspeed Users List
Konu: Re: moving to 2.3


ok, i patched my local copy to avoid usage of deprecated stuff .. but i
can't create a patch (seems to be a bug in eclipse 3.0 M3 :-(( )

martin

Mark Orciuch wrote:

>Martin,
>
>Let's direct further discussions on this topic here:
>
>http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22825
>
>Best regards,
>
>Mark Orciuch - [EMAIL PROTECTED]
>Jakarta Jetspeed - Enterprise Portal in Java
>http://jakarta.apache.org/jetspeed/
>
>
>
>
>>-Original Message-
>>From: Martin Poeschl [mailto:[EMAIL PROTECTED]
>>Sent: Friday, August 29, 2003 3:35 PM
>>To: Jetspeed Users List
>>Subject: Re: moving to 2.3
>>
>>
>>ther should be no deprecation warnings using turbine-2.2 as most of the
>>stuff has been removed .. i can send the patches for torque and help
>>with the migration as i would like to migrate an existing 2.2 app and
>>all my apps are already running with 2.3 ;-)
>>
>>martin
>>
>>Mark Orciuch wrote:
>>
>>
>>
>>>Actually, we have just completed the move to commons logging. Is
>>>
>>>
>>logging the
>>
>>
>>>only potential issue with Turbine?
>>>
>>>Best regards,
>>>
>>>Mark Orciuch - [EMAIL PROTECTED]
>>>Jakarta Jetspeed - Enterprise Portal in Java
>>>http://jakarta.apache.org/jetspeed/
>>>
>>>
>>>
>>>
>>>
>>>>-Original Message-
>>>>From: Martin Poeschl [mailto:[EMAIL PROTECTED]
>>>>Sent: Friday, August 29, 2003 2:25 PM
>>>>To: Jetspeed Users List
>>>>Subject: Re: moving to 2.3
>>>>
>>>>
>>>>i can help with the migration .. moving to torque 3.1 is easy (just
>>>>replace the jars :-)
>>>>turbine is little bit harder as jetspped uses the turbine logging
>>>>services which has been removed .. so fixing the logging stuff first is
>>>>a good idea ;-)
>>>>
>>>>martin
>>>>
>>>>Ender Hikmet KILIÇOÐLU wrote:
>>>>
>>>>
>>>>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



moving to 2.3

2003-08-29 Thread Ender Hikmet KILIÇOÐLU
Hi
any plan to migrate next release of turbine for jetspeed v1

Ender


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: discussion board

2003-08-07 Thread Ender Hikmet KILIÇOÐLU
currently There are no ported appication to jetspeed. But I know that some
application can be easily ported
looks for yazd and mvnforum

Ender


-Özgün Ileti-
Kimden: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Tarih: Thursday, August 07, 2003 10:50 AM
Kime: [EMAIL PROTECTED]
Konu: discussion board


Has anybody experience with the integration of a discussion board in
jetspeed? I'm searching for a free discussion board which I can use for my
portal.

Thanks for any advice!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: communication between portlets

2003-07-30 Thread Ender Hikmet KILIÇOÐLU
but the order is important
message sender applet must be run before receiver on other case it wont work

ENder


-Özgün Ileti-
Kimden: sophy [mailto:[EMAIL PROTECTED]
Tarih: Wednesday, July 30, 2003 2:48 PM
Kime: Jetspeed Users List
Konu: Re: communication between portlets


thanks, I have tried it  successfully.

sophy



- Original Message -
From: "Holger Dewes" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, July 30, 2003 3:18 PM
Subject: RE: communication between portlets


> Hello,
>
> yes, this is possible, since all portlets share the same request object
> (runData.getRequest()).
> So portlet B has to check the request in its buildNormalContext()
> method.
>
> Cheers
> --
> Holger Dewes
>
> > -Original Message-
> > From: sophy [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, July 30, 2003 3:54 AM
> > To: Jetspeed Users List
> > Subject: communication between portlets
> >
> >
> > hi, all
> >
> >  Can I use jetspeed to implement the communication betwee
> > two portlets? For example, when I input some text in portlet
> > A and submit it ,then I can see the text in Portlet B.
> >
> >   thanks
> >
> >   sophy
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



mailportlet v0.2 - Jetspeed 2 comments

2003-07-29 Thread Ender Hikmet KILIÇOÐLU



Here is new mailportlet and now with source code. May be the first
commitment to portletforge.net :)

Its taken some times. I had some overtimes for it but I have bad feelings
because of some demotivation factors like some unclear infos about jetspeed
2. I hope in a short time jetspeed 2 project will start and again we will
create a synergy on this channel.

I have some question
Pluto source code will be closed? (I am working with Wepshpere portal and I
feel as on a jail. I like Jetspeed because you can control everything..)
All turbine related codes will be dismissed?
When jetspeed 2 will be available and at this time design will be finished
already or our can we participate with our feedbacks.
JS 1 will be still alive or what?
What is the IBM role? only a helpfull commiter or owner of project?
Why we cannot view codes? Do not put pluto I want to review codes. I dont
have to run it but only watcing is enough for me.. for now of course (I know
that many person will ask about it and will try to compile, when it fail
will curse coders :))

Sorry if I hurt somebody.
I like to asking everything clearly without hiding something.

http://213.194.65.90/elektromarket/projects/mailportlet/updates.php

Ender


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



keelframework for jetspeed2

2003-07-19 Thread Ender Hikmet KILIÇOÐLU
I think you must see it before makin a choice for jetspeed2 design.May be
not complete solution but usage of avalon must be implemented.

http://www.keelframework.org/


ENder


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: connection LDAP

2003-07-16 Thread Ender Hikmet KILIÇOÐLU
Hi
Yes sure I am developing more configurable security LDAP backend for Jetspeed. But 
This Domino integration has some difference from original one. Necessary object like 
permissions or roles are populated manually using configuration files. Authorization 
is possible for all tree. (Note that original implementaion which is first commit on 
cvs is also tree compatible but some commitment removed this feature. next release 
will contain this feature also).
So For domino you need only to setup necessary ldap connection properties and give 
mappings for anon user and template user (turbine)
No ldap updates for domino because we investigated many corruption on test case with 
updates. 

Ender


-Özgün İleti-
Kimden: Aurelien Pernoud [mailto:[EMAIL PROTECTED]
Tarih: Tuesday, July 15, 2003 7:01 PM
Kime: 'Jetspeed Users List'
Konu: RE: connection LDAP


Did you use the current implementation of the LDAP (that is hard to plug on
an existing directory), or did you write your own authentification service
to be able to use any existing "standard" LDAP (by standard I mean using the
iNetOrgPerson schema, and whatever may the directory structure be ?).

Cause current LDAP is limited to people under a certain directory
("ou=jetspeed,o=apache")...

Thx for info,
Aurelien

Can Uenal a 閏rit :

> Hi Sylvain,
>
> we have connected Lotus Domino (Release 6) as a LDAP server with
> Jetspeed..
>
>
> -Urspr?ngliche Nachricht-
> Von: Sylvain Padoan [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 15. Juli 2003 17:41
> An: Jetspeed Users List
> Betreff: connection LDAP
>
>
> hello,
>
> Is possible to connect a LDAP base with Jetspeed???
>
> tanks a lot,
>
> sylvain


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: how to find out that a specific user has logged in

2003-06-26 Thread Ender Hikmet KILIÇOÐLU
look at chefproject.org they have an implementation helpfull for this
purpose.

Ender


-Özgün Ileti-
Kimden: Mohd Fadhly [mailto:[EMAIL PROTECTED]
Tarih: Thursday, June 26, 2003 11:57 AM
Kime: [EMAIL PROTECTED]
Konu: how to find out that a specific user has logged in


hello all..

i've been trying to find out how to know a user has logged in..

i use the following:

JetspeedUser ju = JetspeedSecurity.getUser("turbine");
context.put("online",String.valueOf(ju.hasLoggedIn()));

and use velocity portlet to tell me that anon is online or not.
user is online = $online

problem is even if  turbine has logged in. it displays false instead of
true.
please help.







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: PortletServlet

2003-06-14 Thread Ender Hikmet KILIÇOÐLU
print control behavior may help for your problem.
action=control.print?js_peid=X

-Özgün Ileti-
Kimden: Jun Yang [mailto:[EMAIL PROTECTED]
Tarih: Saturday, June 14, 2003 1:46 AM
Kime: Jetspeed Users List
Konu: PortletServlet


Hi all,

I need to write a PortletServlet and returns the content of a single
portlet without anything else such as its controls.  What is the easiest
way to do so?  Suppose I already know the name, id and even a reference
to the portlet in the servlet.  Thanks!

Jun

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: communication between portlets

2003-06-04 Thread Ender Hikmet KILIÇOÐLU
yes but do not forget that there is an order for portlet process and it
depends on page layout. Maybe you can use global action without giving
js_peid so every portlet get this action. Maybe forward tool used for
internal forwards?

Ender


-Özgün Ileti-
Kimden: Stefan Kuhn [mailto:[EMAIL PROTECTED]
Tarih: Wednesday, June 04, 2003 12:17 PM
Kime: Jetspeed Users List
Konu: Re: communication between portlets


Am Wednesday 04 June 2003 10:22 schrieb Tobias Hummrich:
> Hi,
>
> I'm trying to create a web application using Jetspeed, but I'm not sure
> if it (or any portal framework, for that matter) offers the
> functionality that I need. More specifically, I'd like to know these two
> things:
>
> 1. How can the result of a request sent to one portlet be displayed in a
> different portlet?

This is no problem. All portlets share the same request/response object, so
you can have a form in one portlet and read the values in another portlet
via
request.getParameter() or runData.getParameters() and then display the
result
in this portlet.

>
> 2. How can a portlet access the state of another portlet?
>

Do you mean closed/minimized etc. ? I'm afraid I don't know this.
Stefan

> Basically, what I'm trying to do is implement a portal that behaves like
> an MDI application. Is that possible, or do I have the wrong idea about
> portals?
>
> Thanks in advance.

--
Stefan Kuhn M. A.
Cologne University BioInformatics Center (http://www.cubic.uni-koeln.de)
Zülpicher Str. 47, 50674 Cologne
Tel: +49(0)221-470-7428   Fax: +49 (0) 221-470-5092
My public PGP key is available at http://pgp.mit.edu


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: ldap backend new version and mail portlet improvements

2003-06-02 Thread Ender Hikmet KILIÇOÐLU
great one year for a central authorization I have planned some port for ldap
backend. I think its possible to implement it easily but helas our
suggestion doesnot acpetted so we dismissed project. It will be helpful. I
am wating you suggestion also

Ender


-Özgün Ileti-
Kimden: Fletcher, Boyd C. J9C534 [mailto:[EMAIL PROTECTED]
Tarih: Saturday, May 31, 2003 6:58 PM
Kime: Jetspeed Users List; [EMAIL PROTECTED]
Bilgi: [EMAIL PROTECTED]
Konu: RE: ldap backend new version and mail portlet improvements


Ender,


we working on similar improvements to LDAP backend, but we are focusing on
using the JBOSS JNDI modifictions to LDAP so that it will work with Active
Directory, using LDAP as just the authentication engine and using the
database as the configuration store, and support multiple simultaneous
domains (i.e. being able to authenticate off of n number of AD domains [via
SSL]). Are you interested in any of these? It sounds like you ldap field
mapping map help solve a couple of people issues with having to modify their
schema to fit jetspeed.

boyd


-Original Message-
From:   Ender Hikmet KILIÇOÐLU [mailto:[EMAIL PROTECTED]
Sent:   Sat 5/31/2003 5:39 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject:ldap backend new version and mail portlet improvements
Hi all
I am planning some improvement for ldap backend. Those improvement will make
more easy to configure and integrate on living systems.

For ldap backend

ldap field mapping configuration (objectclass=jetspeeduser)
self binding option storing crypt password
optional password creation interface (?)
tree searching option
alternate user search path(s-?)


For mail portlet

PortletState will be used for session values storing.
Remove of mail service (I was planning to use it for imap session pooling
but I didnot get enough performance improvement)
"js_peid" parameter will be added on necessary areas.
mail content filtering using neko html (instead of original text processor).


I am waiting your suggestions

Ender


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



ldap backend new version and mail portlet improvements

2003-05-31 Thread Ender Hikmet KILIÇOÐLU
Hi all
I am planning some improvement for ldap backend. Those improvement will make
more easy to configure and integrate on living systems.

For ldap backend

ldap field mapping configuration (objectclass=jetspeeduser)
self binding option storing crypt password
optional password creation interface (?)
tree searching option
alternate user search path(s-?)


For mail portlet

PortletState will be used for session values storing.
Remove of mail service (I was planning to use it for imap session pooling
but I didnot get enough performance improvement)
"js_peid" parameter will be added on necessary areas.
mail content filtering using neko html (instead of original text processor).


I am waiting your suggestions

Ender


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



YNT: Domino and Jetspeed

2003-05-31 Thread Ender Hikmet KILIÇOÐLU

try to login using turbine/turbine (or jusk click login)
you will see two Music library portlet on left side.

Ender

-Özgün Ileti-
Kimden: Bob Fleischman [mailto:[EMAIL PROTECTED]
Tarih: Friday, May 30, 2003 6:16 PM
Kime: Jetspeed Users List
Konu: RE: Domino and Jetspeed


Ender

I went to the site but could not see anything that appeared Domino related.

Any suggestions? What exactly would you like us to review?

Bob

-Original Message-
From: Ender Hikmet KILIÇOÐLU [mailto:[EMAIL PROTECTED]
Sent: Friday, May 30, 2003 6:14 AM
To: [EMAIL PROTECTED]
Subject: Domino and Jetspeed


Hi all
I think many domino users need some domino portlets. As I said we developed
some authentication backend for jetspeed which use domino. It means domino
users authenticated using domino users. In next step we are developing
portlets which uses domino databeses. Its functional but we still work on
it. May be you can review

http://212.174.52.224:8080/jetspeed/index.jsp


Ender

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Domino and Jetspeed

2003-05-30 Thread Ender Hikmet KILIÇOÐLU
Hi all
I think many domino users need some domino portlets. As I said we developed
some authentication backend for jetspeed which use domino. It means domino
users authenticated using domino users. In next step we are developing
portlets which uses domino databeses. Its functional but we still work on
it. May be you can review

http://212.174.52.224:8080/jetspeed/index.jsp


Ender

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]