Re: Compile Failure for most recent CVS build

2001-08-22 Thread Lionel Siau

It now works. Strange that my CVS update did not delete the turbine in the
lib directory. Oh well...


Lionel


- Original Message -
From: Paul Spencer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 22, 2001 1:37 AM
Subject: Re: Compile Failure for most recent CVS build


 Lionel,
 The build includes all libraries in the jakarta-jetspeed/lib directory.
 I suggest deleting the old turbine jar file.  Their is only 1 turbine
 file in the lib directory, see
 http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/lib

 Paul Spencer

 Lionel Siau wrote:
 
  Hi,
 
  I just noticed that my build classpath has included both turbine
versions!!.
  Does the CVS include both turbine? If it is , someone with commit should
  remove it. Anyway. I deleted the entire tree and doing a full checkout
at
  the moment.
 
  Lionel
 
  - Original Message -
  From: Vincent Bonamy [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, August 21, 2001 10:30 PM
  Subject: Re: Compile Failure for most recent CVS build
 
   Make sure that you have the turbine-2.2b1.jar ...
   I'm not sure at all that answers your question   :|
  
   Bye,
  
   vincent.
  
  
   Lionel Siau wrote:
  
Hi,
   
i recently updated my jetspeed CVS and the build is failing. Did
some
  one
update the source recently for the velocity portlets?
   
Lionel
   
[javac] Compiling 319 source files to
D:\src\CVS\jetspeed\jakarta-jetspeed\b
in\classes
[javac]
D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
rtal\portlets\VelocityPortlet.java:148: cannot resolve symbol
[javac] symbol  : method handleRequest
(org.apache.velocity.context.Context
,java.lang.String,java.io.PrintWriter)
[javac] location: class
org.apache.turbine.services.velocity.TurbineVelocity
   
[javac] TurbineVelocity.handleRequest(context,
  templatePath,
run
data.getOut());
[javac]^
[javac]
D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
rtal\controllers\VelocityPortletController.java:136: cannot resolve
  symbol
[javac] symbol  : method handleRequest
(org.apache.velocity.context.Context
,java.lang.String,java.io.PrintWriter)
[javac] location: class
org.apache.turbine.services.velocity.TurbineVelocity
   
[javac] TurbineVelocity.handleRequest(context,
  templatePath,
run
data.getOut());
[javac]^
[javac]
D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
rtal\controls\VelocityPortletControl.java:157: cannot resolve symbol
[javac] symbol  : method handleRequest
(org.apache.velocity.context.Context
,java.lang.String,java.io.PrintWriter)
[javac] location: class
org.apache.turbine.services.velocity.TurbineVelocity
   
[javac] TurbineVelocity.handleRequest(context,
template,
rundata
.getOut());
[javac]^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 3 errors
   
BUILD FAILED
   
  
 -
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]

 -
 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]




Re: What is the difference between them?

2001-08-22 Thread Raphaël Luta

Frans Thamura wrote:

 Dear All,
 Do you know the difference between this cache
 parameter?
 


Yes :)


 There is 2 module.cache from TurbineResource.velocity
 and TurbineResource.property.
 
 Jetspeed 1.3a2 is using Velocity intensively...
 
 This is the parameter
 -TurbineResource.velocity
 module.cache=false
 


This is the Turbine modules classes (Actions,Screens,Layouts,etc...) cache


 -JetspeedResource.properties
 cache.require.cached=false


This is part of the syndication engine


 services.PortletFactory.enable.cache=false
 


This the Jetspeed portlet cache. I'd advise you not activate it unless you
enjoy reading code, because I won't answer *any* questions on this.
Just forget it for the moment, OK ? :/


 TurbineResources.property
 module.cache=false
 services.XSLTService.cache = false


XSLTservice caching.


 # This is the cache
 services.GlobalCacheService.cache.check.frequency = 5
 


The cache service, PortletCache depends on it.


--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris


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




RE: What is the difference between them?

2001-08-22 Thread Cesar F . Acebal

Dear all:

What are the changes I must do in order to have James running in other ports
than 25 and 110?

I don't mean the changes in JAMES.conf.xml file, but in
TurbineResources.properties or any other Jetspeed file.

Thank you very much in advance.

Cesar F. Acebal
[EMAIL PROTECTED]




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




James

2001-08-22 Thread Cesar F . Acebal

I'm sorry: I forgot to change the subject of my last message. I send it
again with an appropiate subject.


Dear all:

What are the changes I must do in order to have James running in other ports
than 25 and 110?

I don't mean the changes in JAMES.conf.xml file, but in
TurbineResources.properties or any other Jetspeed file.

Thank you very much in advance.

Cesar F. Acebal
[EMAIL PROTECTED]



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




RE: James

2001-08-22 Thread César F . Acebal

Better send that to the James mailing list!

I don't think so. If you read my message you will see that my problem is not
how to configurate James to run in other ports, but how to notify that to
Jetspeed, something that I think is undocummented.

In other words, what is the configuration needed in
TurbineResources.properties or any other Jetspeed file?

Regards,

César F. Acebal
[EMAIL PROTECTED]



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




RE: James

2001-08-22 Thread César F . Acebal

I don't know if that's possible. I don't even know to send mail
to a different port with JavaMail at all.

Thank you anyway, Stefan.

Maybe someone else can help.

I hope so. :)

César


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




First Portlet trouble...

2001-08-22 Thread Bob . Wilson

I have created a file called FirstPortlet.java with the
TOMCAT_HOME/webapps/jetspeed/WEB-INF/classes directory.  I then compiled
this file and the FirstPortlet.class was generated.  I'm slightly unsure of
where to go from here as I have read that I need to then create a file
called local-portlets.xreg which is modelled after portlets.xreg.  However
the other thing I read was that I need to make a new portlet entry to
jetspeed-config.jcfg and to the default user configuration file,
default.psml.

I'm assuming that the entries I have to use are similar to as follows...

?xml version=1.0 encoding=UTF-8?
registry
portlet-entry name=FirstPortlet hidden=false type=instance
application=false
meta-info
titleFirst Portlet Test/title
/meta-info
classnameFirstPortlet/classname
media-type ref=html/
/portlet-entry

I'm a little confused on where to go from here as I have read different
things.  Can anyone help and give advice on what I need to do in order to
get my portlet up and running??  

Thanks,
Bob.



Jetspeed error when customizing...

2001-08-22 Thread Bob . Wilson

Ok...I figured out how to get a portlet to show up and select when
customizing.  I made an entry in local-portlets.xreg.  I guess the first
time I tried this I must not have saved my work.  Once I could see my
portlet I then selected my new portlet (FirstPortlet) for viewing however,
when I go to save  apply I get the following error...

$jetspeed.getCustomized($data.Customized).getContents($data)

Has anyone ever encountered this before?  I was successful in being able to
select and display the Java World portlet without any difficulty.  Any ideas
on what I may have done wrong??

Thanks,
Bob.




Re: What is the difference between them?

2001-08-22 Thread Frans Thamura

Thanks.

I will find out more of cache..

:)

Frans

--- Raphaël Luta [EMAIL PROTECTED]
wrote:
 Frans Thamura wrote:
 
  Dear All,
  Do you know the difference between this cache
  parameter?
  
 
 
 Yes :)
 
 
  There is 2 module.cache from
 TurbineResource.velocity
  and TurbineResource.property.
  
  Jetspeed 1.3a2 is using Velocity intensively...
  
  This is the parameter
  -TurbineResource.velocity
  module.cache=false
  
 
 
 This is the Turbine modules classes
 (Actions,Screens,Layouts,etc...) cache
 
 
  -JetspeedResource.properties
  cache.require.cached=false
 
 
 This is part of the syndication engine
 
 
  services.PortletFactory.enable.cache=false
  
 
 
 This the Jetspeed portlet cache. I'd advise you not
 activate it unless you
 enjoy reading code, because I won't answer *any*
 questions on this.
 Just forget it for the moment, OK ? :/
 
 
  TurbineResources.property
  module.cache=false
  services.XSLTService.cache = false
 
 
 XSLTservice caching.
 
 
  # This is the cache
  services.GlobalCacheService.cache.check.frequency
 = 5
  
 
 
 The cache service, PortletCache depends on it.
 
 
 --
 Raphael Luta - [EMAIL PROTECTED]
 Vivendi Universal Networks - Paris
 
 

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


=
Let's Empowering Open Source Spirit... 
Open Source is Open Source. Shared Source is another things.

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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




Comparison with Oracle 9 iAS (Portal)

2001-08-22 Thread Keng Wong

Hi,
Just installed the latest from CVS and I must say it's a wonderful piece of
work.
Will start looking into it but need some general differentiation with Oracle
Portal. Does anyone have any insights or comments ?

1. speed is absolutely faster than Oracle Portal.
2. OpenSource - and Free of course.
3. Supports RSS - widely used std for syndication

Appreciate your comments. Thanks.

-keng wong


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