(no subject)

View: New views
11 Messages — Rating Filter:   Alert me  

(no subject)

by Yassine.Khlifi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bonjour tout le monde,
Comment integrer petals dans un serveurs applicative ( jboss, jonas,
tomcat,...).
quels les jar à ajouter et les fichiers de conf à mettre à jours ?
avec un exemple d'utilisation c'est l'idéale
salutation

Yassine




--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Re:

by Roland Naudin - EBM WebSourcing :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello yassine,

Even if i'm french too, it would be better if you speak in english in
your mails, to share your questions with all the foreign people...

In fact, we tried to integration PEtALS as a webapp in application
servers, but the architecture of PEtALS is in conflit with the
application servers, specially on resource management, classloader,
persistence, distribution...

PEtALS is done to work appart from application servers, as it provides
some features at the same level as application servers, recoverability,
management of components, transaction between components...
But PEtAls can communicate with them by using propers BCs (EJB, RMI
components...)

Le vendredi 31 octobre 2008 à 17:29 +0100, Yassine.Khlifi@... a
écrit :

> Bonjour tout le monde,
> Comment integrer petals dans un serveurs applicative ( jboss, jonas,
> tomcat,...).
> quels les jar à ajouter et les fichiers de conf à mettre à jours ?
> avec un exemple d'utilisation c'est l'idéale
> salutation
>
> Yassine
>
>
> pièce jointe document plein texte (message-footer.txt)
> --
> You receive this message as a subscriber of the petals-users@... mailing list.
> To unsubscribe: mailto:petals-users-unsubscribe@...
> For general help: mailto:sympa@...?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Roland NAUDIN
PEtALS team
EBM Websourcing

Try PEtALS at http://petals.ow2.org




--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

be careful with auto loader

by Adrien LOUIS - EBM WebSourcing :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In the platform2.3 version,

There is a new parameter, petals.autoloader, which is set to FALSE by
default, that's to say that the autoloader do not work by default.

So, before PEtALS users search why nothing is installed when they copy
something in the INSTALL dir., set this parameter to TRUE.

Maybe the default value should have been set to TRUE,
more over, the document assumes that autoloader is active by default :
"Optional. Activate/Unactivate the autoloader service.It can be useful in
production environment to unactivate it."


Adrien





--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Re: be careful with auto loader

by Roland Naudin - EBM WebSourcing :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

My idea was to active the autoloader only for the beginners, with the
Quick Start, and then to unactivate it when a user use the Platform or
the standalone distributions, to sensibilize the people that the
autoloader is just a 'trick' to install and deploy JBI artifact, not
something to use in a 'real world' case.

Anyway, you can reactivate it if you wish....No Problem

Le jeudi 06 novembre 2008 à 11:17 +0100, Adrien Louis - EBM WebSourcing
a écrit :

> In the platform2.3 version,
>
> There is a new parameter, petals.autoloader, which is set to FALSE by
> default, that's to say that the autoloader do not work by default.
>
> So, before PEtALS users search why nothing is installed when they copy
> something in the INSTALL dir., set this parameter to TRUE.
>
> Maybe the default value should have been set to TRUE,
> more over, the document assumes that autoloader is active by default :
> "Optional. Activate/Unactivate the autoloader service.It can be useful in
> production environment to unactivate it."
>
>
> Adrien
>
>
>
> pièce jointe document plein texte (message-footer.txt)
> --
> You receive this message as a subscriber of the petals-users@... mailing list.
> To unsubscribe: mailto:petals-users-unsubscribe@...
> For general help: mailto:sympa@...?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Roland NAUDIN
PEtALS team
EBM Websourcing

Try PEtALS at http://petals.ow2.org




--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

RE: Re: be careful with auto loader

by Adrien LOUIS - EBM WebSourcing :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Agree,
I just wanted to inform users of this modification, because I met 3
customers who where lost with the new PEtALS (and I was lost myself) !! ;-)
And the doc let's think the opposite of what is by default


-----Message d'origine-----
De : Roland Naudin - EBM WebSourcing
[mailto:roland.naudin@...]
Envoyé : jeudi 6 novembre 2008 12:08
À : petals-users@...
Objet : [petals-users] Re: be careful with auto loader

My idea was to active the autoloader only for the beginners, with the
Quick Start, and then to unactivate it when a user use the Platform or
the standalone distributions, to sensibilize the people that the
autoloader is just a 'trick' to install and deploy JBI artifact, not
something to use in a 'real world' case.

Anyway, you can reactivate it if you wish....No Problem

Le jeudi 06 novembre 2008 à 11:17 +0100, Adrien Louis - EBM WebSourcing
a écrit :

> In the platform2.3 version,
>
> There is a new parameter, petals.autoloader, which is set to FALSE by
> default, that's to say that the autoloader do not work by default.
>
> So, before PEtALS users search why nothing is installed when they copy
> something in the INSTALL dir., set this parameter to TRUE.
>
> Maybe the default value should have been set to TRUE,
> more over, the document assumes that autoloader is active by default :
> "Optional. Activate/Unactivate the autoloader service.It can be useful in
> production environment to unactivate it."
>
>
> Adrien
>
>
>
> pièce jointe document plein texte (message-footer.txt)
> --
> You receive this message as a subscriber of the petals-users@...
mailing list.
> To unsubscribe: mailto:petals-users-unsubscribe@...
> For general help: mailto:sympa@...?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Roland NAUDIN
PEtALS team
EBM Websourcing

Try PEtALS at http://petals.ow2.org






--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Re: RE: Re: be careful with auto loader

by Christophe Hamerling :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Additionally to the documentation, we can add a comment in the README file which is in the install directory...

On Thu, Nov 6, 2008 at 12:11 PM, Adrien Louis - EBM WebSourcing <adrien.louis@...> wrote:
Agree,
I just wanted to inform users of this modification, because I met 3
customers who where lost with the new PEtALS (and I was lost myself) !! ;-)
And the doc let's think the opposite of what is by default


-----Message d'origine-----
De : Roland Naudin - EBM WebSourcing
[mailto:roland.naudin@...]
Envoyé : jeudi 6 novembre 2008 12:08
À : petals-users@...
Objet : [petals-users] Re: be careful with auto loader

My idea was to active the autoloader only for the beginners, with the
Quick Start, and then to unactivate it when a user use the Platform or
the standalone distributions, to sensibilize the people that the
autoloader is just a 'trick' to install and deploy JBI artifact, not
something to use in a 'real world' case.

Anyway, you can reactivate it if you wish....No Problem

Le jeudi 06 novembre 2008 à 11:17 +0100, Adrien Louis - EBM WebSourcing
a écrit :
> In the platform2.3 version,
>
> There is a new parameter, petals.autoloader, which is set to FALSE by
> default, that's to say that the autoloader do not work by default.
>
> So, before PEtALS users search why nothing is installed when they copy
> something in the INSTALL dir., set this parameter to TRUE.
>
> Maybe the default value should have been set to TRUE,
> more over, the document assumes that autoloader is active by default :
> "Optional. Activate/Unactivate the autoloader service.It can be useful in
> production environment to unactivate it."
>
>
> Adrien
>
>
>
> pièce jointe document plein texte (message-footer.txt)
> --
> You receive this message as a subscriber of the petals-users@...
mailing list.
> To unsubscribe: mailto:petals-users-unsubscribe@...
> For general help: mailto:sympa@...?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Roland NAUDIN
PEtALS team
EBM Websourcing

Try PEtALS at http://petals.ow2.org






--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
Christophe Hamerling
PEtALS ESB Research Engineer / Product Manager @ eBM WebSourcing
http://petals.ow2.org
Phone : +33534320314
Skype : christophe.hamerling
LinkedIn : http://www.linkedin.com/in/chamerling


--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Christophe Hamerling
PEtALS ESB Project Leader
http://petals.ow2.org
SkypeMe on christophe.hamerling

PEtALS startup script - Xmx option

by Adrien LOUIS - EBM WebSourcing :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
The current PEtALS startup scripts set a maximal memory size to 1024M
PEtALS, in standard basic mode, use around 25M.
As some (virtual) machines don't have 1024M of memory,
I want to remove this option. The default value is 64M, which is already
enough.
If someone needs a higher value, it is always possible to set it in the
script.

Does anybody opposed to that?




--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Re: [petals-dev] PEtALS startup script - Xmx option

by Christophe Hamerling :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think that the script need some refactoring... One solution is to set the value to 64M and to let the user set the -Xmx= in startup.sh command line if needed.

On Mon, Jan 12, 2009 at 11:56 AM, Adrien LOUIS <adrien.louis@...> wrote:
Hi,
The current PEtALS startup scripts set a maximal memory size to 1024M
PEtALS, in standard basic mode, use around 25M.
As some (virtual) machines don't have 1024M of memory,
I want to remove this option. The default value is 64M, which is already
enough.
If someone needs a higher value, it is always possible to set it in the
script.

Does anybody opposed to that?




--
You receive this message as a subscriber of the petals-dev@... mailing list.
To unsubscribe: mailto:petals-dev-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
Christophe Hamerling
PEtALS ESB Research Engineer
EBM WebSourcing - SOA open-source company
Phone : +33534320314
Skype : christophe.hamerling
LinkedIn : http://www.linkedin.com/in/chamerling


--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Christophe Hamerling
PEtALS ESB Project Leader
http://petals.ow2.org
SkypeMe on christophe.hamerling

RE : [petals-dev] PEtALS startup script - Xmx option

by Deneux, Christophe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[petals-dev] PEtALS startup script - Xmx option
Please use an default external env var to set extra options(ex: PETALS_OPTS)
And replace -Xmx with this env var:
    java ... ${PETALS_OPTS}
 
So it is easy to set the env var in our user profile, and not modify startup script.
 
_______________________________________________________________________________
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Comitter
Tel: + 33 4 93 95 55 92 /
www.capgemini.com
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
_______________________________________________________________________________
Please consider the environment and do not print this email unless absolutely necessary. Capgemini encourages environmental awareness.


De: Adrien LOUIS [mailto:adrien.louis@...]
Date: lun. 12/01/2009 11:56
À: petals-users@...; petals-dev@...
Objet : [petals-dev] PEtALS startup script - Xmx option

Hi,
The current PEtALS startup scripts set a maximal memory size to 1024M
PEtALS, in standard basic mode, use around 25M.
As some (virtual) machines don't have 1024M of memory,
I want to remove this option. The default value is 64M, which is already
enough.
If someone needs a higher value, it is always possible to set it in the
script.

Does anybody opposed to that?




--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

RE : RE : [petals-dev] PEtALS startup script - Xmx option

by Deneux, Christophe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[petals-dev] PEtALS startup script - Xmx option
But, with -Xmx=1024m, if your PEtALS does not need 1000M they are not allocated.
 
If your PEtALS needs 25M, it should work on a VM with a memory size lesser 1024m, because it should allocate max ~25/30M.
 
So it is not needed to update startup script to change only the -Xmx value
 
_______________________________________________________________________________
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Comitter
Tel: + 33 4 93 95 55 92 /
www.capgemini.com
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
_______________________________________________________________________________
Please consider the environment and do not print this email unless absolutely necessary. Capgemini encourages environmental awareness.


De: Deneux, Christophe [mailto:christophe.deneux@...]
Date: lun. 12/01/2009 12:44
À: petals-dev@...; petals-users@...; petals-dev@...
Objet : [petals-users] RE : [petals-dev] PEtALS startup script - Xmx option

Please use an default external env var to set extra options(ex: PETALS_OPTS)
And replace -Xmx with this env var:
    java ... ${PETALS_OPTS}
 
So it is easy to set the env var in our user profile, and not modify startup script.
 
_______________________________________________________________________________
Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Comitter
Tel: + 33 4 93 95 55 92 /
www.capgemini.com
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
_______________________________________________________________________________
Please consider the environment and do not print this email unless absolutely necessary. Capgemini encourages environmental awareness.


De: Adrien LOUIS [mailto:adrien.louis@...]
Date: lun. 12/01/2009 11:56
À: petals-users@...; petals-dev@...
Objet : [petals-dev] PEtALS startup script - Xmx option

Hi,
The current PEtALS startup scripts set a maximal memory size to 1024M
PEtALS, in standard basic mode, use around 25M.
As some (virtual) machines don't have 1024M of memory,
I want to remove this option. The default value is 64M, which is already
enough.
If someone needs a higher value, it is always possible to set it in the
script.

Does anybody opposed to that?




--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

RE: [petals-dev] RE : PEtALS startup script - Xmx option

by Adrien LOUIS - EBM WebSourcing :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
[petals-dev] PEtALS startup script - Xmx option

Agree with you

 

 


De : Deneux, Christophe [mailto:christophe.deneux@...]
Envoyé : lundi 12 janvier 2009 12:45
À : petals-dev@...; petals-users@...; petals-dev@...
Objet : [petals-dev] RE : PEtALS startup script - Xmx option

 

Please use an default external env var to set extra options(ex: PETALS_OPTS)

And replace -Xmx with this env var:

    java ... ${PETALS_OPTS}

 

So it is easy to set the env var in our user profile, and not modify startup script.

 

_______________________________________________________________________________

Christophe DENEUX / Capgemini Sud / Méditerranée
Integration Architect / OW2 PEtALS Comitter
Tel: + 33 4 93 95 55 92 /
www.capgemini.com
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE
Join the Collaborative Business Experience
_______________________________________________________________________________

Please consider the environment and do not print this email unless absolutely necessary. Capgemini encourages environmental awareness.

 


De: Adrien LOUIS [mailto:adrien.louis@...]
Date: lun. 12/01/2009 11:56
À: petals-users@...; petals-dev@...
Objet : [petals-dev] PEtALS startup script - Xmx option

Hi,
The current PEtALS startup scripts set a maximal memory size to 1024M
PEtALS, in standard basic mode, use around 25M.
As some (virtual) machines don't have 1024M of memory,
I want to remove this option. The default value is 64M, which is already
enough.
If someone needs a higher value, it is always possible to set it in the
script.

Does anybody opposed to that?



--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws