[xwiki-users] Uncaught Exceptions

2011-07-18 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Application Server: Tomcat 5.5 Xwiki version: 2.7.33656 I'm encountering several different exceptions that apparently go uncaught, and therefore get logged to Tomcat's standard out log. This causes the standard out log to get filled with a lot of garbage, even though the wiki seemingly runs

Re: [xwiki-users] How can I capture an exception that is goingtostandard out

2011-06-08 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Bump. Really hoping someone can help out here. These exceptions are filling my Tomcat logs badly. Lenny -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Scardino,Leonard R Jr ERDC-ITL-MS Contractor Sent: Wednesday, June 01, 2011 2:50 PM

Re: [xwiki-users] Problem with deleted user - not fully deleted?

2011-06-03 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
can say is there is no users table in the database. I hope this helps. Caleb On 06/02/2011 01:52 PM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: Well, it's good to know I'm not the only one. Hopefully someone has an idea and can be helpful. Lenny -Original Message

Re: [xwiki-users] Problem with deleted user - not fully deleted?

2011-06-02 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
kevin.foote On Wed, 1 Jun 2011, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: - Bumping this because I still haven't found an answer on my own. - Anyone have any ideas that could help? - - Lenny - - -Original Message- - From: users-boun...@xwiki.org [mailto:users-boun

Re: [xwiki-users] How can I capture an exception that is going tostandard out

2011-06-01 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
the standard XWiki WAR file Thanks -Vincent On May 26, 2011, at 10:22 PM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: Ok, I have an exception java.sql.SQLException: org.apache.commons.dbcp.PoolablePreparedStatement... that is making it to Tomcat's standard out log (tomcat5-stdout.2011-05-26.log

[xwiki-users] How can I capture an exception that is going to standard out

2011-05-26 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Ok, I have an exception java.sql.SQLException: org.apache.commons.dbcp.PoolablePreparedStatement... that is making it to Tomcat's standard out log (tomcat5-stdout.2011-05-26.log). I've tried everything I can think of in the log4j.properties file to get this exception to either not show up at all

[xwiki-users] Problem with deleted user - not fully deleted?

2011-05-25 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
version=2.7.33656 Ok, so I have a custom XWikiAuthServiceImpl login that after authenticating via a smart card looks up a user from a database and creates a xwiki user. To verify it was working after some changes, I deleted a user that previously could log in fine, and then had them try to log in

[xwiki-users] X509Certificate is null

2011-05-18 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Xwiki version: 2.7.33656 Ok, so I have a different webapp running on the same instance of Tomcat as Xwiki, and I'm able to make a getAttribute(javax.servlet.request.X509Certificate) call and am able to get the clients certificates. However, in my custom login for Xwiki when I try the same thing,

Re: [xwiki-users] X509Certificate is null

2011-05-18 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
can test better, you can call getHttpServletRequest() then use that. Good luck, Caleb On 05/18/2011 11:38 AM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: Xwiki version: 2.7.33656 Ok, so I have a different webapp running on the same instance of Tomcat as Xwiki, and I'm able to make

Re: [xwiki-users] X509Certificate is null

2011-05-18 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
] X509Certificate is null On 05/18/2011 01:03 PM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: Thanks for the reply. Unfortunately I've tried that and I'm still not getting anything back. My current track for making this work is using the Cryptographic Module which seems to have

Re: [xwiki-users] X509Certificate is null

2011-05-18 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
stupidly assumed it was setup correctly, and it wasn't. So problem solved. Thanks for all that tried to help. Lenny -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Scardino,Leonard R Jr ERDC-ITL-MS Contractor Sent: Wednesday, May 18, 2011

[xwiki-users] Bulletin board app modification question

2011-04-21 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I've modified the bulletin board app by adding an edit link to BBCode.TopicClassSheet (between Quote and Delete) that links to $doc.getURL(edit, editor=objectamp;classname=BBCode.PostClassamp;object=$item.number). This gives me the ability to edit a post by linking to the object editor for that

[xwiki-users] Belletin Board Application - Email users

2011-04-19 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I'd like to add the functionality of emailing users who post to a thread that a new post has been created. I have no idea of the level of complexity of this is, but I would greatly appreciate it if someone could at least point me to where I would need to add the code. I've looked at

[xwiki-users] xwiki BulletinBoard - Deprecated usage of getter [com.xpn.xwiki.api.XWiki.getArrayList]

2011-02-07 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Ok, I'm not sure what happened, but previously I was able to create a new Topic and post to that topic. Now, even as an admin, when I try to create a new Topic I get messages like the following in the Tomcat stdout log: WARN internal.DefaultVelocityEngine - Deprecated usage of getter

Re: [xwiki-users] xwiki BulletinBoard - Deprecated usage of getter[com.xpn.xwiki.api.XWiki.getArrayList]

2011-02-07 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
-Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Scardino,Leonard R Jr ERDC-ITL-MS Contractor Sent: Monday, February 07, 2011 3:32 PM To: XWiki Users Subject: [xwiki-users] xwiki BulletinBoard - Deprecated usage of getter

Re: [xwiki-users] xwiki BulletinBoard - Deprecated usage ofgetter[com.xpn.xwiki.api.XWiki.getArrayList]

2011-02-07 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
button being clicked. Caleb On 02/07/2011 04:46 PM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: Ok, quick update. I suddenly was able to create a new topic. The difference is whether or not when I filled in the title of the topic if I hit enter, or clicked the Add this topic

Re: [xwiki-users] Doing a File Exchange App

2011-01-26 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Users Subject: Re: [xwiki-users] Doing a File Exchange App On 01/24/2011 11:10 PM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: I'm being asked to do a File Exchange application in XWiki. Basically giving the users the ability to upload and download files for each others use. My first

Re: [xwiki-users] Doing a File Exchange App

2011-01-26 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
: Monday, January 24, 2011 6:08 PM To: XWiki Users Subject: Re: [xwiki-users] Doing a File Exchange App On 01/24/2011 11:10 PM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: I'm being asked to do a File Exchange application in XWiki. Basically giving the users the ability to upload

Re: [xwiki-users] Doing a File Exchange App

2011-01-25 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Of Paul Libbrecht Sent: Monday, January 24, 2011 5:32 PM To: XWiki Users Subject: Re: [xwiki-users] Doing a File Exchange App Outside of XWiki? I doubt it's as intuitive as XWiki but jFM did a good job for us. http://jfm.dev.java.net/ paul Le 24 janv. 2011 à 23:10, Scardino, Leonard R Jr ERDC

[xwiki-users] Doing a File Exchange App

2011-01-24 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I'm being asked to do a File Exchange application in XWiki. Basically giving the users the ability to upload and download files for each others use. My first thought was to simply use different pages for collections and have people use the built in file attachment stuff. However, I'm being told

Re: [xwiki-users] Stop the edit/export/more actions bar from moving

2010-12-16 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
; top: auto !important; } This will make the menu not to move with the view, but will keep the width. Thanks, Caty On Wed, Dec 15, 2010 at 21:08, Scardino, Leonard R Jr ERDC-ITL-MS Contractor leonard.r.scard...@usace.army.mil wrote: I don't consider myself an expert at CSS, but I can usually

[xwiki-users] Stop the edit/export/more actions bar from moving

2010-12-15 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I don't consider myself an expert at CSS, but I can usually manage anything I need. However, I cannot figure out how to stop the contentmenu bar (has the edit, export, and more actions dropdown menus) from staying put over the content area as I scroll down the page. I'm sure this is probably

Re: [xwiki-users] java.sql.SQLException PoolablePreparedStatment

2010-12-10 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Doing a bump if you will. Does anyone know why I'm getting the below? Lenny -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Scardino,Leonard R Jr ERDC-ITL-MS Contractor Sent: Thursday, December 09, 2010 5:05 PM To: XWiki Users Subject

[xwiki-users] java.sql.SQLException PoolablePreparedStatment

2010-12-09 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I have a new instance of XWiki running on Tomcat 5.5 / Mysql Server 5.1. The wiki appears to be running fine, no errors being shown to the user. However, in the tomcat log I'm getting a bunch of java.sql.SQLExceptions like the following: java.sql.SQLException:

Re: [xwiki-users] Custom Authentication - Error: You are not allowed to view this document or perform this action

2010-11-30 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
, Leonard R Jr ERDC-ITL-MS Contractor leonard.r.scard...@usace.army.mil wrote: I've been searching the archive, but coming up short here. I'm trying to get custom authentication going on XWiki Enterprise 2.6. I've successfully implemented the XWikiAuthService by extending XwikiAuthServiceImpl

[xwiki-users] Custom Authentication - Error: You are not allowed to view this document or perform this action

2010-11-24 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I've been searching the archive, but coming up short here. I'm trying to get custom authentication going on XWiki Enterprise 2.6. I've successfully implemented the XWikiAuthService by extending XwikiAuthServiceImpl as suggested here :

Re: [xwiki-users] Custom Authentication - Error: You are not allowed to view this document or perform this action

2010-11-24 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: I've been searching the archive, but coming up short here. I'm trying to get custom authentication going on XWiki Enterprise 2.6. I've successfully implemented the XWikiAuthService by extending XwikiAuthServiceImpl as suggested here : http

Re: [xwiki-users] Unknown macro: html after fresh install

2010-11-22 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Of Marius Dumitru Florea Sent: Monday, November 22, 2010 2:19 AM To: users@xwiki.org Subject: Re: [xwiki-users] Unknown macro: html after fresh install Hi Lenny, On 11/20/2010 12:09 AM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: I'm afraid I've searched as much as I can, and cannot find

[xwiki-users] Unknown macro: html after fresh install

2010-11-19 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I'm afraid I've searched as much as I can, and cannot find an answer to this. I just did a fresh install of xwiki on Windows Server 2003, Apache/Tomcat(5.5.28), MySQL Server 5.1. I'm getting boxes with ! Unknown macro: html. I've also installed xwiki on my laptop running XP, Tomcat(6.0.26),