Re: Remoting and other app security concerns - shale 1.0.3

2007-01-16 Thread Craig McClanahan
On 1/16/07, Costa Basil <[EMAIL PROTECTED]> wrote: Today, I added some code for calling bean methods from ajax via shale remoting and to my wonder I discovered the mechanisms for executing bean calls are enabled by default. I don't think this is right. I think they should be disabled by default

Re: Getting started...again.

2007-01-16 Thread Matthias Wessendorf
m2 project archetype will be the result (need to add some more *demo* parts) On 1/16/07, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: Hi How are you creating it? As a complete Maven2 project, or as Maven2 archetype? Reason for asking, is that I recently submitted Shale/Clay kickstart project (T

Remoting and other app security concerns - shale 1.0.3

2007-01-16 Thread Costa Basil
Today, I added some code for calling bean methods from ajax via shale remoting and to my wonder I discovered the mechanisms for executing bean calls are enabled by default. I don't think this is right. I think they should be disabled by default, and they should be enabled once the configuratio

RE: EL question

2007-01-16 Thread JS Portal Support
Ok, that explains why I couldn't do it ;-) Just thought it'd be nice to be able to call methods like that and pass it String arguments. I did already wrap my lucene search results in a List so I could pass that list to the dataTable. But the Hit's in the list had a Hit.getDocument.fiels() method r

RE: Getting started...again.

2007-01-16 Thread Reynolds, James
I've been setting it up from scratch, since (oh the shame) I haven't used Maven yet. This is yet another reason why I'd better hop on the bandwagon and set it up. I'll check out that project too. Thanks so much! -Original Message- From: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sent

SV: Getting started...again.

2007-01-16 Thread Hermod Opstvedt
Hi How are you creating it? As a complete Maven2 project, or as Maven2 archetype? Reason for asking, is that I recently submitted Shale/Clay kickstart project (The first of more to come with other faces libs included). Take a look in the shale sandbox under maven Hermod -Opprinnelig meldin

Re: Getting started...again.

2007-01-16 Thread Matthias Wessendorf
jetty embedded as mvn_plugin ;) On 1/16/07, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: Hi Just don't attempt to use Shale with 5.5.20 and jdk5. It works with any version below 5.5.20 and jdk5. If your stuck to 5.5.20 you need to be running jdk1.4 Hermod -Opprinnelig melding- Fra: [EM

RE: Getting started...again.

2007-01-16 Thread Reynolds, James
Oh, thank you! I'll drop my Tomcat version and go again. :) -Original Message- From: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 11:01 AM To: user@shale.apache.org Subject: SV: Getting started...again. Hi Just don't attempt to use Shale with 5.5.20 and j

SV: Getting started...again.

2007-01-16 Thread Hermod Opstvedt
Hi Just don't attempt to use Shale with 5.5.20 and jdk5. It works with any version below 5.5.20 and jdk5. If your stuck to 5.5.20 you need to be running jdk1.4 Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Matthias Wessendorf Sendt: 16. januar

Re: Getting started...again.

2007-01-16 Thread Matthias Wessendorf
you need to build trinidad components yourself, since we currently working on getting a release out... On 1/16/07, Reynolds, James <[EMAIL PROTECTED]> wrote: That sounds great! Thanks for doing this and letting me know. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

RE: Getting started...again.

2007-01-16 Thread Reynolds, James
That sounds great! Thanks for doing this and letting me know. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Tuesday, January 16, 2007 9:23 AM To: user@shale.apache.org Subject: Re: Getting started...again. James- I am creat

Re: Getting started...again.

2007-01-16 Thread Matthias Wessendorf
James- I am creating a sorta kickstart project, using technologies like Apache MyFaces Facelets Apache Trinidad (formal Oracle ADF Faces) Shale (View and application.manager (test will follow soon)) JPA Toplink Essentials as the container I am using jetty. check here: http://code.google.com/p/

Re: EL question

2007-01-16 Thread Craig McClanahan
On 1/16/07, JS Portal Support <[EMAIL PROTECTED]> wrote: Hi, Maybe an ignorant (and more a simple JSP) question, but I can't seem to figure out how to make an EL call that does: org.apache.lucene.document.Document.get(String nameOfField) I have my Hits (wrapped in a custom HitsToListWra

EL question

2007-01-16 Thread JS Portal Support
Hi, Maybe an ignorant (and more a simple JSP) question, but I can't seem to figure out how to make an EL call that does: org.apache.lucene.document.Document.get(String nameOfField) I have my Hits (wrapped in a custom HitsToListWrapper) nicely accessible for each row of my dataTable (#{h