Hello,

Have you found enough time to solve this probleme.

Do you need any informations ?

Thank you in advance,

Alain. 
--- Alain SARHADIAN <[EMAIL PROTECTED]> a
écrit :

> Hello,
>  
> Thank you Thomas for your answer.
>  
> I have made the modification as you recommanded and
> I recompiled swamp.
> 
> When I upload two different workflows "Meeting" and
> "RemonteesDev" (see workflow.xml files), i have
> message errors.
>  
> Alain. 
>  
> PS : Windows XP sp2 IE 6
> > --- Thomas Schmidt <[EMAIL PROTECTED]> a écrit :
> > 
> > > Hi Alain, I fixed the cause of your error, it
> was
> > a
> > > browser specific issue.
> > > Please edit the file as shown below and
> re-compile
> > > swamp.
> > > Greetings
> > > 
> > > 
> > > Modified:
> > >
> >
>
branches/swamp_1_5_7/webapps/webswamp/src/java/de/suse/swamp/modules/actions/WorkflowActions.java
> > >
> >
>
===================================================================
> > > ---
> > >
> >
>
branches/swamp_1_5_7/webapps/webswamp/src/java/de/suse/swamp/modules/actions/WorkflowActions.java
> > > 2007-10-12 12:37:38 UTC (rev 680)
> > > +++
> > >
> >
>
branches/swamp_1_5_7/webapps/webswamp/src/java/de/suse/swamp/modules/actions/WorkflowActions.java
> > > 2007-10-16 16:27:40 UTC (rev 681)
> > > @@ -393,7 +393,7 @@
> > >              WorkflowReadResult result = null;
> > > 
> > >              if (fi.getName().endsWith("xml")){
> > > -                File wfTmpFile = new
> > File(basePath
> > > + separator +
> > > fi.getName());
> > > +                File wfTmpFile = new
> > File(basePath
> > > + separator +
> > > "workflow.xml");
> > >                  if (wfTmpFile.exists())
> > > wfTmpFile.delete();
> > >                  fi.write(wfTmpFile);
> > >                  if (!wfTmpFile.exists()){
> > > 
> > > 
> > > 
> > > 
> > > Alain SARHADIAN schrieb:
> > > > --- Alain SARHADIAN <[EMAIL PROTECTED]>
> a
> > > > écrit :
> > > > 
> > > >> Hello,
> > > >>   
> > > >> I have an error while loading a new or older
> > > >> workflow
> > > >> on Windows XP sp2.
> > > >>
> > > >> If you have any solution ?
> > > >>  
> > > >> Thank you in advance.  
> > > >>
> > > >> Alain.
> > > >>  
> 
> *****************************
> DEFAULTS File
> *****************************
> 
> # Here you can add Vars that may be accessed 
> # through SWAMP.getProperty(String key)
> # Values with @..@ are autogenerated from
> conf/<hostname>.properties 
> # by ant during build
> 
> SWAMP_VERSION=1.5.7
> 
> WORKFLOW_LOCATION=$SWAMP_HOME/conf/workflows
> TEMPLATES_LOCATION=$SWAMP_HOME/conf/notifications
> DOCU_LOCATION=$SWAMP_HOME/../templates/app/docs
> TORQUE_PROP_FILE=$SWAMP_HOME/conf/Torque.properties
> 
> # Size of Workflow-Cache (The latest used Workflows
> are held in memory)
> WF_CACHE_SIZE=8000
> 
> # configuration of the connection to the bugzilla
> server 
>
LOGIN_URL=https://bugzilla.novell.com/ICSLogin/auth-up
>
BUGZILLA_BROWSERURL=https://bugzilla.novell.com/show_bug.cgi?id=
>
BUGZILLA_QUERYURL=https://bugzilla.novell.com/show_bug.cgi?excludefield=attachment&ctype=xml&id=
>
BUGZILLA_POSTURL=https://bugzilla.novell.com/process_bug.cgi?ctype=xml
> BUGZILLA_USER=
> BUGZILLA_PASSWORD=
> BUGZILLADEBUG=true
> 
> # The Graph is generated to the Webapp dir
> GRAPH_DIR=$SWAMP_HOME/../var/graphs
> 
> # Directory of workflow attachments
> ATTACHMENT_DIR=C:/tomcat/temp
> 
> # Mail config. MAILDEBUG=true means that all mails
> go
> to POSTMASTER
> [EMAIL PROTECTED]                                      
>       
>                       
> MAILSERVER=localhost
> MAILDEBUG=true
> 
> # Standard locale of this SWAMP server (users may
> configure their own.)
> # 2-letter ISO-639 code. 
> LOCALE=en
> 
> # This option enables restrictions for workflow
> embedded groovy scripts. 
> # If turned off the scripts have access to the
> complete vm.
> GROOVY_SECURE_MODE=true
> 
> # Class used for authenticating users: 
> # available are:
> de.suse.swamp.core.security.SWAMPDBUserManager and
> ...SWAMPLDAPUserManager
>
AUTH_CLASS=de.suse.swamp.core.security.SWAMPDBUserManager
> 
> # if you use
> de.suse.swamp.core.security.SWAMPLDAPUserManager as
> authenticating class
> # add the LDAP parameters here: 
> LDAP_BIND_URL = ldap://ldapserver:389
> # only needed if the server requires a bind user to
> do
> queries
> LDAP_BIND_USER =
> LDAP_BIND_PASS =
> # %s will get replaced with the username
> LDAP_USER_BASEDN = o\=company
> LDAP_USER_TEMPLATE = cn\=%s, o\=company
> LDAP_USER_FILTER = (&(objectClass=Person) (cn= %s))
> 
> 
> # autogenerated info on when this SWAMP was built
> BUILDTIME="11.10.2007 15:07:22"
> BUILDHOST="P64P17BIB4A" 
> 
> ***********************************
> TORQUE.PROPERTIES File
> ***********************************
> 
>  #
>
-------------------------------------------------------------------
> # $Id$
> #
> # This is the configuration file for Torque.
> #
> # Note that strings containing "," (comma)
> characters
> must backslash
> # escape the comma (i.e. '\,')
> #
> #
>
-------------------------------------------------------------------
> 
> torque.applicationRoot = .
> 
> #
>
-------------------------------------------------------------------
> #
> #  L O G G I N G
> #
> #
>
-------------------------------------------------------------------
> # We use Log4J for all Torque logging and we embed
> the
> log4j
> # properties within our application configuration.
> #
>
-------------------------------------------------------------------
> 
> # see turbine/log4j.template
> 
> #
> 
=== message truncated ===> 17 oct. 2007 11:23:47
> org.apache.coyote.http11.Http11Protocol init
> INFO: Initialisation de Coyote HTTP/1.1 sur
> http-8080
> 17 oct. 2007 11:23:48
> org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 7672 ms
> 17 oct. 2007 11:23:48
> org.apache.catalina.core.StandardService start
> INFO: Démarrage du service Catalina
> 17 oct. 2007 11:23:48
> org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.0.30
> 17 oct. 2007 11:23:48
> org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> 17 oct. 2007 11:23:48
> org.apache.catalina.core.StandardHost getDeployer
> INFO: Create Host deployer for direct deployment (
> non-jmx ) 
> 17 oct. 2007 11:23:48
> org.apache.catalina.core.StandardHostDeployer
> install
> INFO: Processing Context configuration file URL
> file:C:\tomcat\conf\Catalina\localhost\admin.xml
> 17 oct. 2007 11:23:56
> org.apache.catalina.core.StandardHostDeployer
> install
> INFO: Processing Context configuration file URL
> file:C:\tomcat\conf\Catalina\localhost\balancer.xml
> 17 oct. 2007 11:23:57
> org.apache.catalina.core.StandardHostDeployer
> install
> INFO: Processing Context configuration file URL
> file:C:\tomcat\conf\Catalina\localhost\manager.xml
> 17 oct. 2007 11:23:57
> org.apache.catalina.core.StandardHostDeployer
> install
> INFO: Processing Context configuration file URL
> file:C:\tomcat\conf\Catalina\localhost\webswamp.xml
> log4j:WARN No appenders could be found for logger
> (org.apache.commons.beanutils.ConvertUtils).
> log4j:WARN Please initialize the log4j system
> properly.
> 17 oct. 2007 11:23:58
> org.apache.catalina.startup.ContextConfig
> validateSecurityRoles
> INFO: ATTENTION: Le nom de rôle de sécurité tomcat
> est utilisé dans un <auth-constraint> sans avoir été
> défini dans <security-role>
> 17 oct. 2007 11:23:58
> org.apache.catalina.session.ManagerBase log
> INFO: readObject() loading session
> 920AAFB21EE867F3F597273D32AC0A09
> 17 oct. 2007 11:23:58
> org.apache.catalina.session.ManagerBase log
> INFO:   loading attribute 'turbine.user' with value
> 'swamp_admin:{}'
> 17 oct. 2007 11:23:58
> org.apache.catalina.session.ManagerBase log
> INFO:   loading attribute
>
'turbine.sessiontools.de.suse.swamp.webswamp.SwampUIManager'
> with value
> '[EMAIL PROTECTED]'
> 17 oct. 2007 11:23:58
> org.apache.catalina.session.ManagerBase log
> INFO: readObject() loading session
> 71629B14C29849D8EEF5C476D2C3BD92
> 17 oct. 2007 11:23:58
> org.apache.catalina.session.ManagerBase log
> INFO:   loading attribute 'turbine.user' with value
> 'anonymous:{}'
> 17 oct. 2007 11:23:58
> org.apache.catalina.session.ManagerBase log
> INFO:   loading attribute
>
'turbine.sessiontools.de.suse.swamp.webswamp.SwampUIManager'
> with value
> '[EMAIL PROTECTED]'
> 17 oct. 2007 11:23:59
> org.apache.catalina.session.ManagerBase log
> INFO: readObject() loading session
> 05A2BFEA9257633518F443D7B20801BB
> 17 oct. 2007 11:23:59
> org.apache.catalina.session.ManagerBase log
> INFO:   loading attribute 'turbine.user' with value
> 'swamp_admin:{}'
> 17 oct. 2007 11:23:59
> org.apache.catalina.session.ManagerBase log
> INFO:   loading attribute
>
'turbine.sessiontools.de.suse.swamp.webswamp.SwampUIManager'
> with value
> '[EMAIL PROTECTED]'
> 17 oct. 2007 11:23:59
> org.apache.catalina.session.ManagerBase log
> INFO: readObject() loading session
> 4B8786036C06063A84E0F4A8101D1E72
> 17 oct. 2007 11:23:59
> org.apache.catalina.session.ManagerBase log
> INFO:   loading attribute 'turbine.user' with value
> 'swamp_admin:{}'
> 17 oct. 2007 11:23:59
> org.apache.catalina.session.ManagerBase log
> INFO:   loading attribute
>
'turbine.sessiontools.de.suse.swamp.webswamp.SwampUIManager'
> with value
> '[EMAIL PROTECTED]'
> 17.10 11:23:59 [INFO ] Configured log4j from
>
C:\tomcat\webapps\webswamp\WEB-INF\conf\Log4j.properties
> 17.10 11:23:59 [INFO ] Loaded configuration 
> (Properties) from
> /WEB-INF/conf/TurbineResources.properties
>
(C:\tomcat\webapps\webswamp\WEB-INF\conf\TurbineResources.properties)
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> ComponentService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> FactoryService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> PoolService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> RunDataService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> ServletService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> AssemblerBrokerService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> MimeTypeService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> GlobalCacheService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> SchedulerService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> UniqueIdService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> UploadService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> SecurityService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> PullService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> TemplateService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> VelocityService
> 17.10 11:24:00 [INFO ] Added Mapping for Service:
> WebSWAMP
> 17.10 11:24:00 [INFO ] Start Initializing service
> (early): ComponentService
> 17.10 11:24:00 [WARN ] The ComponentService is
> deprecated!
> 17.10 11:24:00 [INFO ] Added torque as a component
> 17.10 11:24:00 [INFO ] loading component:
> name=torque class=org.apache.torque.Torque
>
config=C:\tomcat\webapps\webswamp\WEB-INF\conf\Torque.properties
> 17.10 11:24:01 [INFO ] Finish Initializing service
> (early): ComponentService
> 17.10 11:24:01 [INFO ] Start Initializing service
> (early): SchedulerService
> 17.10 11:24:03 [INFO ] Next runtime for task
> NotifyScheduler is Wed Oct 17 11:29:03 CEST 2007
> 17.10 11:24:03 [INFO ] Next runtime for task
> TimeTriggers is Wed Oct 17 11:54:03 CEST 2007
> 17.10 11:24:03 [INFO ] Next runtime for task
> Statistics is Thu Oct 18 00:10:00 CEST 2007
> 17.10 11:24:03 [INFO ] Starting job scheduler
> 17.10 11:24:03 [INFO ] Finish Initializing service
> (early): SchedulerService
> 17.10 11:24:03 [INFO ] Start Initializing service
> (early): PullService
> 17.10 11:24:03 [INFO ] Start Initializing service
> (late): PoolService
> 17.10 11:24:03 [INFO ] Start Initializing service
> (late): FactoryService
> 17.10 11:24:03 [INFO ] Finish Initializing service
> (late): FactoryService
> 17.10 11:24:03 [INFO ] Finish Initializing service
> (late): PoolService
> 17.10 11:24:03 [INFO ] Pull Model tools will be
> refreshed on a per request basis.
> 17.10 11:24:03 [INFO ] Start Initializing service
> (late): VelocityService
> 17.10 11:24:06 [INFO ] Start Initializing service
> (late): TemplateService
> 17.10 11:24:06 [INFO ] Start Initializing service
> (late): AssemblerBrokerService
> 17.10 11:24:06 [INFO ] Registering 1 action
> factories.
> 17.10 11:24:06 [INFO ] Registering 1 screen
> factories.
> 17.10 11:24:06 [INFO ] Registering 1 navigation
> factories.
> 17.10 11:24:06 [INFO ] Registering 1 layout
> factories.
> 17.10 11:24:06 [INFO ] Registering 1 page factories.
> 17.10 11:24:06 [INFO ] Registering 1 scheduledjob
> factories.
> 17.10 11:24:06 [INFO ] Finish Initializing service
> (late): AssemblerBrokerService
> 17.10 11:24:07 [INFO ] Using
>
org.apache.turbine.services.template.mapper.DirectMapper
> to map page elements
> 17.10 11:24:07 [INFO ] Using
>
org.apache.turbine.services.template.mapper.ClassMapper
> to 
=== message truncated ===> Turbine.log2007-10-17
11:23:59,924 INFO 
> org.apache.turbine.Turbine - Configured log4j from
>
C:\tomcat\webapps\webswamp\WEB-INF\conf\Log4j.properties
> 2007-10-17 11:23:59,924 INFO 
> org.apache.turbine.Turbine - Loaded configuration 
> (Properties) from
> /WEB-INF/conf/TurbineResources.properties
>
(C:\tomcat\webapps\webswamp\WEB-INF\conf\TurbineResources.properties)
> 2007-10-17 11:24:00,049 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: ComponentService
> 2007-10-17 11:24:00,049 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: FactoryService
> 2007-10-17 11:24:00,049 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: PoolService
> 2007-10-17 11:24:00,049 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: RunDataService
> 2007-10-17 11:24:00,096 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: ServletService
> 2007-10-17 11:24:00,096 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: AssemblerBrokerService
> 2007-10-17 11:24:00,096 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: MimeTypeService
> 2007-10-17 11:24:00,096 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: GlobalCacheService
> 2007-10-17 11:24:00,096 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: SchedulerService
> 2007-10-17 11:24:00,096 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: UniqueIdService
> 2007-10-17 11:24:00,096 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: UploadService
> 2007-10-17 11:24:00,096 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: SecurityService
> 2007-10-17 11:24:00,142 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: PullService
> 2007-10-17 11:24:00,142 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: TemplateService
> 2007-10-17 11:24:00,142 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: VelocityService
> 2007-10-17 11:24:00,142 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Added Mapping for Service: WebSWAMP
> 2007-10-17 11:24:00,158 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Start Initializing service (early): ComponentService
> 2007-10-17 11:24:00,408 WARN 
>
org.apache.turbine.services.component.TurbineComponentService
> - The ComponentService is deprecated!
> 2007-10-17 11:24:00,424 INFO 
>
org.apache.turbine.services.component.TurbineComponentService
> - Added torque as a component
> 2007-10-17 11:24:00,486 INFO 
> org.apache.stratum.component.ComponentLoader -
> loading component: name=torque
> class=org.apache.torque.Torque
>
config=C:\tomcat\webapps\webswamp\WEB-INF\conf\Torque.properties
> 2007-10-17 11:24:01,330 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Finish Initializing service (early):
> ComponentService
> 2007-10-17 11:24:01,330 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Start Initializing service (early): SchedulerService
> 2007-10-17 11:24:03,189 INFO  scheduler - Next
> runtime for task NotifyScheduler is Wed Oct 17
> 11:29:03 CEST 2007
> 2007-10-17 11:24:03,189 INFO  scheduler - Next
> runtime for task TimeTriggers is Wed Oct 17 11:54:03
> CEST 2007
> 2007-10-17 11:24:03,189 INFO  scheduler - Next
> runtime for task Statistics is Thu Oct 18 00:10:00
> CEST 2007
> 2007-10-17 11:24:03,189 INFO  scheduler - Starting
> job scheduler
> 2007-10-17 11:24:03,189 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Finish Initializing service (early):
> SchedulerService
> 2007-10-17 11:24:03,189 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Start Initializing service (early): PullService
> 2007-10-17 11:24:03,236 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Start Initializing service (late): PoolService
> 2007-10-17 11:24:03,267 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Start Initializing service (late): FactoryService
> 2007-10-17 11:24:03,267 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Finish Initializing service (late): FactoryService
> 2007-10-17 11:24:03,267 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Finish Initializing service (late): PoolService
> 2007-10-17 11:24:03,267 INFO 
> org.apache.turbine.services.pull.TurbinePullService
> - Pull Model tools will be refreshed on a per
> request basis.
> 2007-10-17 11:24:03,299 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Start Initializing service (late): VelocityService
> 2007-10-17 11:24:06,361 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Start Initializing service (late): TemplateService
> 2007-10-17 11:24:06,720 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Start Initializing service (late):
> AssemblerBrokerService
> 2007-10-17 11:24:06,720 INFO 
>
org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
> - Registering 1 action factories.
> 2007-10-17 11:24:06,830 INFO 
>
org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
> - Registering 1 screen factories.
> 2007-10-17 11:24:06,830 INFO 
>
org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
> - Registering 1 navigation factories.
> 2007-10-17 11:24:06,830 INFO 
>
org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
> - Registering 1 layout factories.
> 2007-10-17 11:24:06,830 INFO 
>
org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
> - Registering 1 page factories.
> 2007-10-17 11:24:06,908 INFO 
>
org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
> - Registering 1 scheduledjob factories.
> 2007-10-17 11:24:06,908 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Finish Initializing service (late):
> AssemblerBrokerService
> 2007-10-17 11:24:07,002 INFO 
>
org.apache.turbine.services.template.TurbineTemplateService
> - Using
>
org.apache.turbine.services.template.mapper.DirectMapper
> to map page elements
> 2007-10-17 11:24:07,002 INFO 
>
org.apache.turbine.services.template.TurbineTemplateService
> - Using
>
org.apache.turbine.services.template.mapper.ClassMapper
> to map screen elements
> 2007-10-17 11:24:07,002 INFO 
>
org.apache.turbine.services.template.TurbineTemplateService
> - Using
>
org.apache.turbine.services.template.mapper.ClassMapper
> to map layout elements
> 2007-10-17 11:24:07,002 INFO 
>
org.apache.turbine.services.template.TurbineTemplateService
> - Using
>
org.apache.turbine.services.template.mapper.ClassMapper
> to map navigation elements
> 2007-10-17 11:24:07,002 INFO 
>
org.apache.turbine.services.template.TurbineTemplateService
> - Using
>
org.apache.turbine.services.template.mapper.LayoutTemplateMapper
> to map layout.template elements
> 2007-10-17 11:24:07,002 INFO 
>
org.apache.turbine.services.template.TurbineTemplateService
> - Using
>
org.apache.turbine.services.template.mapper.ScreenTemplateMapper
> to map screen.template elements
> 2007-10-17 11:24:07,002 INFO 
>
org.apache.turbine.services.template.TurbineTemplateService
> - Using
>
org.apache.turbine.services.template.mapper.DirectTemplateMapper
> to map navigation.template elements
> 2007-10-17 11:24:07,002 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Finish Initializing service (late): TemplateService
> 2007-10-17 11:24:07,002 INFO 
> org.apache.turbine.services.BaseServiceBroker -
> Finish Initializing service (late): VelocityService
> 2007-10-17 11:24:07,080 INFO 
> org.apache.turbine.services.pull.TurbinePullService
> - Tool de.suse.swamp.webswamp.SwampTemplateLink to
> add to the context as '$link'
> 2007-10-17 11:24:07,158 INFO 
> org.apache.turbine.services.pull.TurbinePullService
> - Tool
> org.apache.turbine.util.template.HtmlPageAttributes
> to add to the context as '$page'
> 2007-10-17 11:24:07,158 INFO 
> org.apache.turbine.services.pull.TurbinePullService
> - Tool
> org.apache.turbine.services.pull.tools.ContentTool
> to add to the context as '$content'
> 2007-10-17 11:24:07,158 INFO 
> org.apache.turbine.services.pull.TurbinePullService
> - Tool
> org.apache.turbine.services.pull.util.DateFormatter 
=== message truncated ===



      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
swamp-devel mailing list
swamp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swamp-devel
http://swamp.sf.net 

Reply via email to