I am not quite sure how to help you then. Either check out the tag I described or send the Domain.xml, please :)

Oliver

Diego Bragato wrote:

Dear Oliver,
I spent last two weeks trying to use what there was until yesterday as with the old standard build
and it did not worked (Loading ACLSecurityImpl and trying a connect before the configuration). I really don't want to use that


As you are saying in this mail there is no reference to DefaultStore in the Domain.xml, at this point is probably overridden somewhere else in the code
I don't want to add any confusion, I'm simply trying to use the main build.


Diego

At 04:04 PM 12/3/2003 +0100, you wrote:

Ah, I see now, you seem to be using the DefaultStore which has been deleted by my latest commit! I am awfully sorry, but it won't be supported in future versions. If you really feel you need it you can check out tag BEFORE_PRE_SLIDE_2_0_CLEANUP. I strongly discourage the use of it though, as it it really does not even supported real persistence. I would propose to use the configuration as in the Domain.xml sample in the CVS "/src/conf/webapp/Domain.xml".

If you use this config file and still encounter problems, feel free to come back to me!

Cheers,

Oliver

Diego Bragato wrote:

Hi
It's few weeks I'm trying to put slide working all together, had various problems and did not manage to get through
today you managed to checkin on the main branch latest changes
And I had newer problems
We really need a stable release of slide to work with, is there a tag on the CVS where I can check out one ? I've seen nigtly builds in september are there any recent ones ?
About release management: can we begin with cvs tags, nigtly builds, milestones etc to get to a reasonable beta for January ?
My conditions are:
Clean checkout
Full build
tomcat 4.1.24
Starting Slide
java.lang.ClassNotFoundException: slidestore.reference.DefaultStore
at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:992)


at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:857)

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at org.apache.slide.store.AbstractStore.getDefaultStoreInstance(AbstractStore.java:1335)


at org.apache.slide.store.AbstractStore.setNodeStore(AbstractStore.java:436)

at org.apache.slide.common.Namespace.registerStore(Namespace.java:396)
at org.apache.slide.common.Namespace.loadScopeDefinition(Namespace.java:1190)


at org.apache.slide.common.Namespace.loadDefinition(Namespace.java:756)
at org.apache.slide.common.EmbeddedDomain.addNamespace(EmbeddedDomain.java:228)


at wrappers.catalina.SlideServerListener.loadNamespace(SlideServerListener.java:359)

at wrappers.catalina.SlideServerListener.initializeDomain(SlideServerListener.java:296)

at wrappers.catalina.SlideServerListener.lifecycleEvent(SlideServerListener.java:145)

at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)

at org.apache.catalina.core.StandardServer.start(StandardServer.java:2183)
at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
At 12:04 PM 12/3/2003 +0000, you wrote:


ozeigermann 2003/12/03 04:04:20

  Modified:    .        build.xml
  Log:
  Added current store implementations to slide-stores.jar

  Revision  Changes    Path
  1.185     +1 -1      jakarta-slide/build.xml

Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- build.xml 20 Nov 2003 17:15:07 -0000 1.184
+++ build.xml 3 Dec 2003 12:04:20 -0000 1.185
@@ -651,7 +651,7 @@
<jar jarfile="${slide.dist}/slide/lib/slide-kernel.jar" basedir="${slide.build}/classes" manifest="${slide.build}/classes/MANIFEST.MF" includes="LICENSE,README,CHANGELOG,org/apache/slide/**,org/apache/util/**" excludes="org/apache/slide/webdav/**,org/apache/slide/manager/**,
org/apache/slide/taglib/**,org/apache/slide/admin/**"/>
<echo message="Building Slide Standard Stores JAR file"/>
- <jar jarfile="${slide.dist}/slide/lib/slide-stores.jar" basedir="${slide.build}/classes" manifest="${slide.build}/classes/MANIFEST.MF" includes="LICENSE,README,CHANGELOG,slidestore/**"/>
+ <jar jarfile="${slide.dist}/slide/lib/slide-stores.jar" basedir="${slide.build}/classes" manifest="${slide.build}/classes/MANIFEST.MF" includes="LICENSE,README,CHANGELOG,slidestore/**,org/apache/slide/store/impl/**,org/apache/slide/store/util/**,org/apache/slide/store/txfile/**"/>


<echo message="Building Default Roles JAR file"/>
<jar jarfile="${slide.dist}/slide/lib/slide-roles.jar" basedir="${slide.build}/classes" manifest="${slide.build}/classes/MANIFEST.MF" includes="LICENSE,README,CHANGELOG,slideroles/**"/>
<echo message="Building WebDAV Servlet JAR"/>





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



Reply via email to