[xwiki-users] How to setup the panels for left navigation

2008-10-16 Thread Sheila Hobeck
I have been struggling today with setting up a left navigation.
Everytime I save the panel/space with the updated layout - the
navigation is lost.  What am I doing wrong?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki attachments disappear - serious problem

2007-10-09 Thread Sheila Hobeck
Hi everyone,

We have installed XWiki with Apache Tomcat and MySQL.  We have noticed a
serious problem in that attachments disappear without warning.  We are not
sure if this is perhaps a Mysql issue or something related to XWiki.  Even
the history no longer shows the files having been attached.

Any ideas?

S.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Could not initialize main XWiki context

2007-10-03 Thread Sheila Hobeck
I got it to work as a service with Tomcat and MySQL.  I accidentally
installed two jar files for the db connectors.  Duh.

On 10/3/07, John Coleman [EMAIL PROTECTED] wrote:

 We use the embedded Jetty server and database, I just use a JSWrapper to
 provide the NT Service. This only took an hour or so to set up.

 John

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
 Of Sheila Hobeck
 Sent: 02 October 2007 18:09
 To: XWiki Users
 Subject: [xwiki-users] Could not initialize main XWiki context

 I had to install Tomcat with MySQL so that I can set the wiki up as a
 windows service.  I tried to set it up with just Jetty - with no luck.
 I have been struggling with this for hours now.
 I read old emails regarding
 hibernate.cg.xml setup - and I have tried many possible combinations:


 property name=connection.urljdbc:mysql://127.0.0.1
 /xwiki?useServerPrepStmts=false/property
 property name=connection.usernamexwiki/property
 property name=connection.passwordxwiki/property

 property
 name=connection.driver_classcom.mysql.jdbc.Driver/property
 property
 name=dialectorg.hibernate.dialect.MySQLDialect/property
 property name=
 connection.provider_classcom.xpn.xwiki.store.DBCPConnectionProvider/p
 roperty

 property name=connection.urljdbc:mysql://
 localhost/xwiki?useServerPrepStmts=false/property
 property name=connection.usernamexwiki/property
 property name=connection.password
 xwiki/property
 property
 name=connection.driver_classcom.mysql.jdbc.Driver/property
 property
 name=dialectorg.hibernate.dialect.MySQLDialect/property

 property
 name=connection.provider_classcom.xpn.xwiki.store.DBCPConnectionProvi
 der/property


 All of which give me the same error.

 javax.servlet.ServletException: com.xpn.xwiki.XWikiException
 : Error number 3 in 0: Could not initialize main XWiki context
 Wrapped Exception: Error number 3202 in 3: Exception while reading
 document XWiki.XWikiPreferences
 Wrapped Exception: Unknown entity: com.xpn.xwiki.doc.XWikiDocument


 org.apache.struts.action.RequestProcessor.processException(RequestProces
 sor.java:535)

 org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
 ocessor.java:433)
 org.apache.struts.action.RequestProcessor.process
 (RequestProcessor.java:236)

 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)

 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
 javax.servlet.http.HttpServlet.service(HttpServlet.java
 :690)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
 ngFilter.java:117)



 Please help.  If I don't get this installed as a windows service (which
 IMHO should not be difficult), I will have to resort to another wiki.


 Sheila






 Eurobase International Limited and its subsidiaries (Eurobase) are unable
 to exercise control over the content of information in E-Mails. Any views
 and opinions expressed may be personal to the sender and are not necessarily
 those of Eurobase. Eurobase will not enter into any contractual obligations
 in respect of any part of its business in any E-mail.

 Privileged / confidential information may be contained in this message and
 /or any attachments. This E-mail is intended for the use of the addressee(s)
 only and may contain confidential information. If you are not the / an
 intended recipient, you are hereby notified that any use or dissemination of
 this communication is strictly prohibited.  If you receive this transmission
 in error, please notify us immediately, and then delete this E-mail.

 Neither the sender nor Eurobase accepts any liability whatsoever for any
 defects of any kind either in or arising from this E-mail transmission.
 E-Mail transmission cannot be guaranteed to be secure or error-free, as
 messages can be intercepted, lost, corrupted, destroyed, contain viruses, or
 arrive late or incomplete. Eurobase does not accept any responsibility for
 viruses and it is your responsibility to scan any attachments.

 Eurobase Systems Limited is the main trading company in the Eurobase
 International Group; registered in England and Wales as company number
 02251162; registered address: Essex House, 2 County Place, Chelmsford, Essex
 CM2 0RE, UK.

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Mothers of little boys work from son up til son down!
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] support for LDAP over SSL

2007-10-03 Thread Sheila Hobeck
I read up on JIRA about this issue.  Since I configured the LDAP (which
works great), I now need it to be over SSL.  I am not sure if it is
available in the current version or not (I downloaded the latest which is
1.1.1?) - and if not, how can I add in this patch?  Did anybody do this
successfully?

Sheila
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Could not initialize main XWiki context

2007-10-02 Thread Sheila Hobeck
I had to install Tomcat with MySQL so that I can set the wiki up as a
windows service.  I tried to set it up with just Jetty - with no luck.
 I have been struggling with this for hours now.
I read old emails regarding hibernate.cg.xml setup - and I have tried
many possible combinations:


property 
name=connection.urljdbc:mysql://127.0.0.1/xwiki?useServerPrepStmts=false/property
property name=connection.usernamexwiki/property
property name=connection.passwordxwiki/property
property name=connection.driver_classcom.mysql.jdbc.Driver/property
property name=dialectorg.hibernate.dialect.MySQLDialect/property
property 
name=connection.provider_classcom.xpn.xwiki.store.DBCPConnectionProvider/property

property 
name=connection.urljdbc:mysql://localhost/xwiki?useServerPrepStmts=false/property
property name=connection.usernamexwiki/property
property name=connection.passwordxwiki/property
property name=connection.driver_classcom.mysql.jdbc.Driver/property
property name=dialectorg.hibernate.dialect.MySQLDialect/property
property 
name=connection.provider_classcom.xpn.xwiki.store.DBCPConnectionProvider/property


All of which give me the same error.

javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading
document XWiki.XWikiPreferences
Wrapped Exception: Unknown entity: com.xpn.xwiki.doc.XWikiDocument

org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)



Please help.  If I don't get this installed as a windows service
(which IMHO should not be difficult), I will have to resort to another
wiki.

Sheila
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can I setup XWiki as a windows service?

2007-09-28 Thread Sheila Hobeck
Hi Vincent,

It looks as if the default Windows version is running Jetty.  Is that
correct?  If so, I will try to set it up using this: [
http://docs.codehaus.org/display/JETTY/Win32Wrapper]  Perhaps I can add this
as a comment to the installation notes?

Sheila

On 9/28/07, Vincent Massol [EMAIL PROTECTED] wrote:

 Hi Sheila,

 On Sep 28, 2007, at 3:43 PM, Sheila Hobeck wrote:

  Is there a batch file that can do this for me?  And yes I wish we
  were using a non-Windows server, however...

 XWiki is running in the servlet container you've chosen to use. Check
 the documentation for that servlet container and you'll find how to
 run it as a windows service.

 -Vincent

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Mothers of little boys work from son up til son down!
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-26 Thread Sheila Hobeck
Ok, so I figured it out.  The tutorial should be updated for the latest
release.  It doesn't describe the process to associate the object very
well.  Anyhow, thanks just the same.



On 9/26/07, Sergiu Dumitriu [EMAIL PROTECTED] wrote:

 How do you create this new document?


 On 9/25/07, Sheila Hobeck [EMAIL PROTECTED] wrote:
  Ok, I followed the tutorial for creating an FAQ.  I setup the class, the
  template and the sheet as directed. I added properties to the template -
 but
  these do not show up when I create a new document, any ideas?
 
 
 
 
  On 9/25/07, Sheila Hobeck [EMAIL PROTECTED] wrote:
   Thanks Guillaume, I will give the FAQ tutorial a try today and see how
  that goes.  Thanks again for your help.  XWiki is looking better all the
  time!
  
  
  
   On 9/25/07, Guillaume Lerouge [EMAIL PROTECTED] wrote:
Hi,
   
to do this you should probably first spend some time on this
 tutorial:
  http://www.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial to
  find out more about creating XWiki classes.
Then you will need to tweak the class page to add the objects you
 need
  (such as meeting leader, date, content, summary - the
 categories
  defined on your meeting minutes form).
The next step will be to modify the ClassSheet to display your
 elements
  the way you want them to be seen by users (using CSS). Say, a table to
  display participants names, the meeting title in bold and so on...
The last step will be to add an input button on a page in order to
 let
  people create new pages of that class easily.
   
All this may sound a bit complex and you'll probably need to dig a
 bit
  into XWiki.org... Though having done it myself I can assure you it will
 be
  worth it :-)
   
   
Guillaume
   
   
On 24/09/2007, Sheila Hobeck [EMAIL PROTECTED] wrote:
 Whoops (its Monday) - We will likely have areas of our blog
 should
  be We will likely have areas of our WIKI.

 Sheila



 On 9/24/07, Sheila Hobeck  [EMAIL PROTECTED] wrote:
  Hi Guillaume,
 
  Sorry I was not more detailed.  I am referring to the predefined
  template - like a blog article.  We will likely have areas of our blog
 for
  things such as meeting minutes, and we would like to use our standard
 format
  to post these.  How do I go about creating those?
 
  Sheila
 
 
 
  On 9/24/07, Guillaume Lerouge  [EMAIL PROTECTED] wrote:
   Hi Sheila,
  
   When you are talkign about pages look and feel, what exactly
 do
  you mean? If you are talking about the general view of the wiki, you
 will
  have to look into the Skin configuration. If you are talking about
 creating
  new pages that are supposed to follow a predefined template (such as a
 blog
  article template that would typically include the article's title,
  publication date, author name and so on) then you can definitely do it
 and
  create as many page templates as you want to using XWiki.
  
   So the short answer is that creating pages with a standard
 look
  can be done easily. I would be glad to answer you in greater length but
 i
  would be easier if I had a better descrpition of what you have in mind.
  
   Guillaume
  
  
   On 24/09/2007, Sheila Hobeck  [EMAIL PROTECTED] wrote:
We would like some pages to have the same look and feel and
 for
  users to be able to add a page with a standard look to it.  Can that
 be
  done?  I couldn't find any documentation on it.
   
S.H.

 Sergiu
 --
 http://purl.org/net/sergiu
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Mothers of little boys work from son up til son down!
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Why do the pages flash when loading?

2007-09-24 Thread Sheila Hobeck
Hi everyone,

Just curious, but the pages appear to flash from blue to white as the page
is loading.  I know this will be a complaint from my users.  Any ideas on
how to fix?

S.H.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] When adding a new page, can a standard template be used?

2007-09-24 Thread Sheila Hobeck
We would like some pages to have the same look and feel and for users to be
able to add a page with a standard look to it.  Can that be done?  I
couldn't find any documentation on it.

S.H.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-24 Thread Sheila Hobeck
Whoops (its Monday) - We will likely have areas of our blog should be We
will likely have areas of our WIKI.

Sheila

On 9/24/07, Sheila Hobeck [EMAIL PROTECTED] wrote:

 Hi Guillaume,

 Sorry I was not more detailed.  I am referring to the predefined template
 - like a blog article.  We will likely have areas of our blog for things
 such as meeting minutes, and we would like to use our standard format to
 post these.  How do I go about creating those?

 Sheila

 On 9/24/07, Guillaume Lerouge [EMAIL PROTECTED] wrote:
 
  Hi Sheila,
 
  When you are talkign about pages look and feel, what exactly do you
  mean? If you are talking about the general view of the wiki, you will have
  to look into the Skin configuration. If you are talking about creating new
  pages that are supposed to follow a predefined template (such as a blog
  article template that would typically include the article's title,
  publication date, author name and so on) then you can definitely do it and
  create as many page templates as you want to using XWiki.
 
  So the short answer is that creating pages with a standard look can be
  done easily. I would be glad to answer you in greater length but i would be
  easier if I had a better descrpition of what you have in mind.
 
  Guillaume
 
  On 24/09/2007, Sheila Hobeck  [EMAIL PROTECTED] wrote:
  
   We would like some pages to have the same look and feel and for users
   to be able to add a page with a standard look to it.  Can that be done? 
I
   couldn't find any documentation on it.
  
   S.H.
  
  
   ___
   users mailing list
   users@xwiki.org
   http://lists.xwiki.org/mailman/listinfo/users
  
  
 
 
  --
  http://wikibc.blogspot.com/
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 
 


 --
 Mothers of little boys work from son up til son down!




-- 
Mothers of little boys work from son up til son down!
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users