Java Open Source Software

  • XML - NPE During marshalling of POJO to XML
  • Sat, 10 May 2008 01:52:00 GMT
  • Hi,I have a working web-app which uses Castor-0.9.4.3 to marshall JavaObjects to XML.Jdk: Sun 1.4.2AppServer: JBoss 3.2.5Platforms: WinXP [Dev environment] , Solaris8 [Production environment]In the above environment the Marshalling works.I have since upgraded the AppServer to JBoss4.0.0 and star...
  • org.gridsphere.provider.portlet.jsr.mvc.ActionPortlet
  • Sat, 26 Apr 2008 21:06:00 GMT
  • Hi,This other ActionPortlet set of classes was an attempt to prototypea new MVC portlet design that would let developes further break upportlet methods into "mini action classes" reducing the large number oflines of code in a single portlet. I didn't get a chance to complete itand so should...
  • "(error executing query)"
  • Tue, 29 Apr 2008 13:28:00 GMT
  • Ok, I'm stumped. With a brand new 1.5.1 site, simple, no mods, other thancreating a few standard Simple Documents. I'm getting (error executingquery) in the main nav document. When I edit the nav doc, I have only oneembedded query : " select name where true order by name". I can click...
  • "A document ID can only be specified for foreign
  • Sun, 18 May 2008 19:52:00 GMT
  • Robert Cecil wrote:> Hi folks,> I will apologize up front for my long-ish post; I hope someone has the> patience to read through my blathering and provide some thoughts. :)>no need to apologize,In fact it gives me the opportunity for a lengthy reply :-)> I am trying to use the new...
  • "A document ID can only be specified for foreign
  • Sun, 18 May 2008 19:52:00 GMT
  • I suppose an obvious question might be "why don't you assign uniquenamespace/fingerprints per developer and one separate one for thecentral server?"I thought that through but it seems, I don't know, messy... It seemsall the content pieces, all the stuff we are assembling for the finalp...
  • (thatisjava.com) No Topic......
  • Sun, 18 May 2008 19:52:00 GMT
  • Hi folks,I will apologize up front for my long-ish post; I hope someone has the patience to read through my blathering and provide some thoughts.I am trying to use the new Daisy 2.0 import/export tool in a way possibly not fully imagined by its creators. Here's my situation: I have a set of deve...
  • "Ant install" problem
  • Mon, 19 May 2008 01:40:00 GMT
  • hi,i have tried to find the error in code..but i cudn't find any discrepency..i also think some errors are cascaded...i am sending code lines of first file where it shows error ..its <basecomponentlifecycle.java file...package org.gridsphere.layout;import org.gridsphere.portlet.impl.Spor...
  • "away" message
  • Tue, 06 May 2008 20:08:00 GMT
  • Hi folks,just a quick note to warn you that the entire Daisy and xReporter teamis currently at the Cocoon GetTogether for the rest of the w, soemail replies will be a bit slower than usual.Cheers,</Steven>--Steven Noels http://outerthought.org/Outerthought Open Source Java & XMLstevenn at...
  • "error in accessing Star office configuration data"
  • Wed, 14 Nov 2007 18:32:00 GMT
  • Hi I'm posting this on behalf of someone who has Star Office 7 pre-installed on their PC. They are no longer able to open Star Office and are getting the message in the title above. Their message to me is below:the exact message is Star office cannot be started due toan error in accessing Star ...
  • "Read error " when opening a .odt file
  • Wed, 14 Nov 2007 08:41:00 GMT
  • Hi when i try to open the .odt file following error is diplayed " Read Error.Format error discovered in the file in subdocument styles.xml at 2,2795(row,column)plz help me out its urgent.tahnks and regards...
  • "recent changes" & "query search" temporary problem
  • Tue, 06 May 2008 17:09:00 GMT
  • Hi all,just had a bit of a strange problem:All of a sudden both "recent changes" as well as "query search" resultedin a blank page on one of our Daisy instances, which is running underTomcat.We are running Daisy 1.2.After restarting Tomcat, everything worked like a charm again.Haven't found...
  • "Remember Me" functionality implementation proposal
  • Fri, 09 May 2008 22:50:00 GMT
  • Hi,I started thinking a bit about how we could implement the "remember me"functionality in Daisy. Basically this works by storing a token (somestring that can be used as a substitute for the password) in a cookie,further on I will therefore call this token-based authentication.The repository ser...
  • "remember my login"
  • Wed, 07 May 2008 11:37:00 GMT
  • What is "remember my login" supposed to do exactly? I see that itsets a cookie called gsuid but when I logout and go to the loginscreen again I have to type my username and password again. Is thissupposed to function like the password manager that most browserscome with?I am using GS2.0.2., Tomc...
  • "SAXException: unable to find FieldDescriptor" although descriptor
  • Sun, 27 Apr 2008 04:34:00 GMT
  • Hello,I am facing a strange problem. Castor throws an Exception whenunmashalling a SOAP response from a Web Service :Caused by: org.xml.sax.SAXException: unable to find FieldDescriptor for'Cxin' in ClassDescriptor of IdDossier_miniatorg.exolab.castor.xml.UnmarshalHandler.startElement(U...
  • "SomeClass extends SomeClass" Problem
  • Tue, 06 May 2008 19:05:00 GMT
  • Hello,I just tried to generate Java classes for my XSD (the attached one) using castor 2.0.2 and some classes were generated in the following way:A class that extends itself! Example: =====================================================public class Definition extends Definition implements java....
  • #NUM! in cell (POI)
  • Tue, 15 Jul 2008 18:14:00 GMT
  • I know this is probably not the best place to ask such question but I am really desperate, so please help.I am using POI to read an excel and store the parsed values into database. My problem is I want to read log message when I encounter a cell containing problematic values such as #NUM!, #VALU...
  • <bind-xml> - no namespace attribute ?
  • Wed, 07 May 2008 10:32:00 GMT
  • In a mapping file, why doesn't <bind-xml> have a namespace attribute?Suppose I have this class:public class Foo {public Bar fooBar;}And I want to map it to:<foo xmlns="urn:fooSpace"><b:fooBar xmlns:b="urn:barSpace"/></foo>My mapping file looks like this:<clas...
  • <ui:image src relative to what directory
  • Wed, 07 May 2008 22:24:00 GMT
  • I want to use the tag ui:image but the picture does not loadWhat is the root directory for a portlet ?Thanks in advance...
  • <ui:table> question
  • Sat, 10 May 2008 01:21:00 GMT
  • Hi all,I'd like to know how is it possible to align different <ui:table> in a single portlet?i'm trying to do so inserting 3 ui:table in a ui:table but they're not aligned, in this way:<ui:table width="100%"><ui:table beanId="myRenderings" title="My Rendering" width...
  • "Error loading BASIC for document" while saving (solved)
  • Tue, 13 Nov 2007 23:06:00 GMT
  • In case someone else has this problem here's my solution.I have a network (Netware 6.5) installation of SO7 (WinXP and 98).My PC's have harddrives that are protected by Deep Freeze.I start the Quickstart from a Run entry in the registry.Starting with PU5, the first time I save a document I ...
  • "Normal View"
  • Tue, 13 Nov 2007 23:09:00 GMT
  • How can I achieve a "continuous" page (i.e., without the large spaces separating the pages). In MSWord, this continuous page effect is called "Normal View".ThanksMo ...
  • (An error occured while generating the
  • Wed, 07 May 2008 20:36:00 GMT
  • On 13/07/06, Bruno Dumon <bruno-bL4mjbPYrh88DIzsMy5ZsQ.thatisjava.com.public.gmane.org> wrote:> On Thu, 2006-07-13 at 10:08 +0100, bob flynn wrote:> <snip>> > > This error means exactly what it says: you're using a document as> navigation tree, but it do...
  • (An error occured while generating the navigation tree)
  • Wed, 07 May 2008 20:36:00 GMT
  • _______________________________________________daisy community mailing listProfessional Daisy support: http://outerthought.org/site/servic...rt.htmlmail to: daisy-81qHHgoATdGcMQoVcdA18UB+6BGkLq7r.thatisjava.com.public.gmane.orglist information: http://lists.cocoondev.org/mailman/listinfo/daisy...
  • (closed) too many namespace declarations
  • Wed, 30 Apr 2008 21:39:00 GMT
  • Hello!I will make some test files to better show the namespace "feature" whichare messing up my XML'sClosing this thread.. Will create a new one.. :o)Cheers,Are T. Tysnes--Original Message--From: Tysnes Are Thobias Sent: 12. mai 2005 09:19To: user.thatisjava.com.castor.codehaus.orgSubject: RE: [castor-use...
  • (Help) Eclipse 3.2.2 + Oracle Data tools plugin = strange NLS error
  • Fri, 15 Feb 2008 08:43:00 GMT
  • Has anyone seen this one before...This is all setup as Per the eclipse/dpt getting started guide.CentOS 5.0Eclipse SDK 3.2.2Driver (default per DPT): Oracle Database 10g Driver DefaultDatabase: orclURL: jdbc:oracle:thin:.thatisjava.com.orcl1:1521/orclosgi.nl=en_USuser.language=enDid I miss something with the N...
  • (no subject)
  • Wed, 07 May 2008 09:18:00 GMT
  • Very sorry for the mail. This is a private mail of mine, not a spam.I send it to daisy mail list by accident when I tried to send it to one ofmy friend.Please ignore it.2005/12/16, li pan <purpureleaf.thatisjava.com.gmail.com>:> 发现的问题是不是在这里发邮?> 操作环境 winxp 简体_文> 测试系统 噢penoffice 简体_文 2.0.1 rc5>...
  • (no subject)
  • Sun, 18 May 2008 20:16:00 GMT
  • Sometimes when i try to login, I get the following error.I dont understand why I get this. It disappears once i recreate myproxy. Can someone guide me what exactly is the problemGridUserDirectoryProviderFinding the grid service org.chefproject.service.GridServiceFound the grid service...m_Grid.l...
  • (no subject)
  • Tue, 06 May 2008 17:21:00 GMT
  • Hi,I have instaled tomcat5.0.28 as sugested and build gridsphere and griportlesfrom cvs. the portal start's well but i have some issues.One that is more critical is, when i activate the grid portlets i get this intomcat output and...
  • (no subject)
  • Sun, 18 May 2008 19:27:00 GMT
  • Hi All,This is Aravindh having some problem wrt the Authentication from GridPortlets. I will describe the scenario first:1. I have installed Globus-4.0.2 on Red Hat Enterprise Linux AS 3.0and I am using GridSphere 2.1.4. I have also installed GridPortlets1.3in Grid Sphere.2. I have installed Glo...
  • (no subject)
  • Tue, 06 May 2008 16:28:00 GMT
  • Hi,I just got Gridsphere 2.0.3, and noticed something a little weird.- I deploy all of my old GS 2.0.2 portlets.- I have setup the groups.- There is a new screen for setting up the layout - I've triedusing layout.xml and using the portlets name - doesn't seem tomatter.- Everything is g...
  • Java Technology Blogs
  • "Java Open Source Software" Related Questions
  • (no subject)
  • Hi,I have instaled tomcat5.0.28 as sugested and build gridsphere and griportlesfrom cvs. the portal start's well but i have some issues.One that is more critical is, when i activate the grid portlets i get this intomcat output and...
  • "Error loading BASIC for document" while saving (solved)
  • In case someone else has this problem here's my solution.I have a network (Netware 6.5) installation of SO7 (WinXP and 98).My PC's have harddrives that are protected by Deep Freeze.I start the Quickstart from a Run entry in the registry.Starting with PU5, the first time I save a document I ...
  • "away" message
  • Hi folks,just a quick note to warn you that the entire Daisy and xReporter teamis currently at the Cocoon GetTogether for the rest of the w, soemail replies will be a bit slower than usual.Cheers,</Steven>--Steven Noels http://outerthought.org/Outerthought Open Source Java & XMLstevenn at...
  • <ui:table> question
  • Hi all,I'd like to know how is it possible to align different <ui:table> in a single portlet?i'm trying to do so inserting 3 ui:table in a ui:table but they're not aligned, in this way:<ui:table width="100%"><ui:table beanId="myRenderings" title="My Rendering" width...
  • (An error occured while generating the navigation tree)
  • _______________________________________________daisy community mailing listProfessional Daisy support: http://outerthought.org/site/servic...rt.htmlmail to: daisy-81qHHgoATdGcMQoVcdA18UB+6BGkLq7r.thatisjava.com.public.gmane.orglist information: http://lists.cocoondev.org/mailman/listinfo/daisy...
  • "A document ID can only be specified for foreign
  • I suppose an obvious question might be "why don't you assign uniquenamespace/fingerprints per developer and one separate one for thecentral server?"I thought that through but it seems, I don't know, messy... It seemsall the content pieces, all the stuff we are assembling for the finalp...
  • #NUM! in cell (POI)
  • I know this is probably not the best place to ask such question but I am really desperate, so please help.I am using POI to read an excel and store the parsed values into database. My problem is I want to read log message when I encounter a cell containing problematic values such as #NUM!, #VALU...
  • "Normal View"
  • How can I achieve a "continuous" page (i.e., without the large spaces separating the pages). In MSWord, this continuous page effect is called "Normal View".ThanksMo ...
  • "Read error " when opening a .odt file
  • Hi when i try to open the .odt file following error is diplayed " Read Error.Format error discovered in the file in subdocument styles.xml at 2,2795(row,column)plz help me out its urgent.tahnks and regards...
  • "A document ID can only be specified for foreign
  • Robert Cecil wrote:> Hi folks,> I will apologize up front for my long-ish post; I hope someone has the> patience to read through my blathering and provide some thoughts. :)>no need to apologize,In fact it gives me the opportunity for a lengthy reply :-)> I am trying to use the new...