Problems setting content type to application/vnd.ms-excel

2002-06-21 Thread Jeff Marshall
I am trying to sent the content type in a portlet doExcelselect method using : <<< MimeType mt = new MimeType("application/vnd.ms-excel"); //rundata.setContentType( mt.getContentType() ); //rundata.setCharSet( mt.getCharSet() ); rundata.setContentType("application/

Re: Proposal

2002-05-22 Thread Jeff Marshall
I vote to keep it. In the financial arena, there are many concerns with who has access (patriot act) having a lockout mechanism eases some concerns. DDos is always going to be a problem. Jeff Glenn Golden wrote: >We have this clever feature that if there are some number of unsuccessful >log

Re: current jetspeed cvs does not compile (monday 12 nov, noon gmt)

2001-11-12 Thread Jeff Marshall
It looks like org/apache/jetspeed/services/psmlmanager/PsmlImporter is not checked in. Jeff Chris Kimpton wrote: > Hi, > > --- Paul Spencer <[EMAIL PROTECTED]> wrote: > > If I comment out the Importer stuff in DatabasePsmlManagerService > > , I get the following error when compling: > > [snip]

Re: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/controls Restore.java

2001-06-09 Thread Jeff Marshall
Raphael, I had to add org.apache.turbine.util.Log to the import section to get this to compile. Jeff [EMAIL PROTECTED] wrote: > raphael 01/06/09 08:33:05 > > Modified:src/java/org/apache/jetspeed/modules/actions/controls > Restore.java > Log: > catch a Por

Login with admin.

2001-06-07 Thread Jeff Marshall
I downloaded from cvs this morning and I know there is on going work on the customizer. The turbine user logs in but the admin user gets the exception below. Once this is thrown, navigation for the session keeps throwing a similar exception. Horrible Exception: org.apache.velocity.exception.Res

Compile problems

2001-06-04 Thread Jeff Marshall
I am having problems resolving ControlFactoryService in ControlFactory.java Jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with build.

2001-05-19 Thread Jeff Marshall
Thanks David Sean Taylor wrote: > i just checked in a temporary patch to get it building > (i dont think these methods are used right now) > did a quick run of jetspeed, everything seems to work ok > > -- David > > > -Original Message- > > From: Jeff Mar

Problems with build.

2001-05-19 Thread Jeff Marshall
Is looks like the method setParameters(Vector) has been removed from org.apache.jetspeed.om.newregistry.base.BasePortletInfoEntry.java public Vector getParameters() { -return parameter; -} - -/** Needed for Castor 0.8.11 XML serialization for setting the - * paramete

RegistryUtils.java does not compile?

2001-05-09 Thread Jeff Marshall
I could not get the latest cvs to build. I had to cast (Enumeration) below /org/apache/jetspeed/services/registry/RegistryUtils.java about line 113. //parameters //Enumeration en = parent.getParameterNames(); Enumeration en = (Enumeration)parent.getParameterNa

System property org.xml.sax.driver not specified

2001-05-06 Thread Jeff Marshall
I recieved the error below and the quick fix was to put -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser in the startup Am I missing something? Jeff [Sun May 06 11:42:52 MDT 2001] -- ERROR -- Exception: java.io.IOException: problem in SAX transform: org.xml.sax.SAXException: System

Re: XercesLiaison can not handle nodes of type class com.sun.xml.tree.XmlDocument

2001-05-03 Thread Jeff Marshall
t; > Saludos , > Ignacio J. Ortega > > > -Mensaje original- > > De: Jeff Marshall [mailto:[EMAIL PROTECTED]] > > Enviado el: jueves 3 de mayo de 2001 15:32 > > Para: [EMAIL PROTECTED] > > Asunto: Re: XercesLiaison can not handle nodes of type class > >

Re: XercesLiaison can not handle nodes of type class com.sun.xml.tree.XmlDocument

2001-05-03 Thread Jeff Marshall
org.apache.xalan.xslt.XSLTEngineImpl.error(XSLTEngineImpl.java:1630) . Santiago Gala wrote: > Santiago Gala wrote: > > > Jeff Marshall wrote: > > > >> Anyone else seeing this? I downloaded from cvs this morning. > >> > > > > Not me. I updated NewRSSPortlet to have jaxp (better