13/06/2001 14:17:41, Colm McCartan <[EMAIL PROTECTED]> wrote:
>I've put together a document describing my experiences with this but 
>(ironically) I can't get it all to compile properly after doing a fresh update 
>of Turbine. I've attached the document and I'd be glad of any comments (its in 
>unwrapped DOS format - let me know if this is a pain).
>
>My current problem is that javac can't find the javax.xml.transform packages. 
>Can someone enlighten me as to which jar these should be in? I seem to remember 
>there being some discussion of xml libraries clashing on the classpath but I 
>can't find it in the archive.

Martin - cheers for the reply. Xalan is on my classpath but I'm worried that its  
clashing with something else, perhaps in Tomcat's lib directory such as 
parser.jar...

Actually, I am having some other disturbing problems here - this was working 
fine when I compiled against the turbine jars but I'm no longer sure that 
compiling against the source with tomcat is going to work - I'm getting the 
following error when I try to run tomcat from JBuilder (i.e. using the turbine 
source instead of the jar):

java.lang.NoSuchMethodError: org.apache.log.LogKit: method getPriorityForName
(Ljava/lang/String;)Lorg/apache/log/Priority$Enum; not found
at
at org.apache.velocity.runtime.log.AvalonLogSystem.(AvalonLogSystem.java:102)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at org.apache.velocity.runtime.log.LogManager.createLogSystem
(LogManager.java:98)
at org.apache.velocity.runtime.Runtime.initializeLogger(Runtime.java:441)
at org.apache.velocity.runtime.Runtime.init(Runtime.java:236)
at org.apache.velocity.app.Velocity.init(Velocity.java:119)
at org.apache.turbine.services.velocity.TurbineVelocityService.initVelocity
(TurbineVelocityService.java:510)
at org.apache.turbine.services.velocity.TurbineVelocityService.init
(TurbineVelocityService.java:145)
at org.apache.turbine.services.TurbineBaseService.init
(TurbineBaseService.java:108)
at org.apache.turbine.services.BaseInitableBroker.initClass
(BaseInitableBroker.java:150)
at org.apache.turbine.services.BaseServiceBroker.doInitService
(BaseServiceBroker.java:226)
at org.apache.turbine.services.BaseServiceBroker.initServices
(BaseServiceBroker.java:195)
at org.apache.turbine.Turbine.init(Turbine.java:185)
at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
at org.apache.tomcat.core.Handler.init(Handler.java:215)
at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)
at org.apache.tomcat.core.Handler.service(Handler.java:254)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at org.apache.tomcat.core.ContextManager.internalService
(ContextManager.java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection
(HttpConnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)

Am I looking at going back to Catalina or can anyone shed any light? Hopefully, 
the rest of the advice about using JBuilder with Turbine will be useful.

colm
................................................................ 
colm mccartan                        
panasonic owl uk
[EMAIL PROTECTED]
(44) 131 561 1035



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

Reply via email to