AW: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4)
I don't think so. > -Ursprüngliche Nachricht- > Von: Roel van Dijk [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 31. März 2005 15:26 > An: Jetspeed Users List > Betreff: RE: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4) > > > > I had this same bug in 1.6-dev recently. Has it been fixed in CVS? > > Roel > > > > -Oorspronkelijk bericht- > > Van: Stefano Bianchi [mailto:[EMAIL PROTECTED] > > Verzonden: Thursday, March 31, 2005 11:27 AM > > Aan: Jetspeed Users List > > Onderwerp: Re: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4) > > > > > > Thank you Danny, > > but this seems to confirm it is a bug rather than a problem > in setting up > > the proper configuration before buidling with Maven etc. > > I would like to be sure I did not make any error in setting > properties > > before modifying code. > > Are developers aware of this "presumed" bug for J1.5? > > > > Bye > > Stefano > > > > - Original Message - > > From: "Danny Gehl" <[EMAIL PROTECTED]> > > To: "'Jetspeed Users List'" > > Sent: Thursday, March 31, 2005 10:56 AM > > Subject: AW: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4) > > > > > > > The Problem is, that some 'null' or 'Date(0)' values are > > > written to DB, which causes the DB to fill in defaults > > > (and default is '000-00-00 00:00:00'). We fixed it by patching > > > the Classes CreateNewUserAndConfirmAction as well as > > > UpdateUserAction. There we added or changed the following: > > > > > > user.setCreateDate(now); > > > user.setLastLogin(now); > > > user.setPasswordChanged(now); > > > > > > That should do it for 1.5 version. > > > > > > Hope this helps. > > > > > > Danny > > > > - > 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]
AW: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4)
The Problem is, that some 'null' or 'Date(0)' values are written to DB, which causes the DB to fill in defaults (and default is '000-00-00 00:00:00'). We fixed it by patching the Classes CreateNewUserAndConfirmAction as well as UpdateUserAction. There we added or changed the following: user.setCreateDate(now); user.setLastLogin(now); user.setPasswordChanged(now); That should do it for 1.5 version. Hope this helps. Danny > -Ursprüngliche Nachricht- > Von: Stefano Bianchi [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 30. März 2005 13:22 > An: Jetspeed Users List > Betreff: Re: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4) > > > Dear Danny, > we had the same problem. > We tried to generate again all the scripts but they do not work. > Could it be a problem with MySQL version (we use 4.1.9)? > Until this is not solved we can not let users to create a new account. > I already posted this but I did not find any solution yet. > It would be great if someone with a working version of MySQL > scripts for > J1.5 could help us by posting them! > > I will post a solution as soon as I find it. > Good luck > Stefano > > - Original Message - > From: "Danny Gehl" <[EMAIL PROTECTED]> > To: "Jetspeed User Mailing List (E-Mail)" > > Sent: Tuesday, March 29, 2005 2:40 PM > Subject: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4) > > > > Hello, > > > > we have encountered a serious problem while updating our > MySQL DB server > to > > version 4.1. > > When a new User is created, the fields CREATED and > PASSWORD_CHANGED in the > > TURBINE_USER table are set to '-00-00 00:00:00'. When Jetspeed > attempts > > to read > > this user later, the following exeption is thrown: > > > > > == > == > > = > > java.sql.SQLException: Cannot convert value '-00-00 > 00:00:00' from > > column 9 to TIMESTAMP. > > at com.workingdogs.village.DataSet.fetchRecords(Unknown Source) > > at com.workingdogs.village.DataSet.fetchRecords(Unknown Source) > > at com.workingdogs.village.DataSet.fetchRecords(Unknown Source) > > at > org.apache.torque.util.BasePeer.getSelectResults(BasePeer.java:1657) > > at org.apache.torque.util.BasePeer.executeQuery(BasePeer.java:1545) > > at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1391) > > at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1368) > > at > > > org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.do > SelectVillageR > > ecords(BaseTurbineUserPeer.java:416) > > at > > > org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.do > SelectVillageR > > ecords(BaseTurbineUserPeer.java:384) > > at > > > org.apache.jetspeed.om.security.turbine.TurbineUserPeer.doSele > ctUsers(Turbin > > eUserPeer.java:70) > > at > > > org.apache.jetspeed.services.security.turbine.TurbineUserManag > ement.getUsers > > (TurbineUserManagement.java:186) > > at > > > org.apache.jetspeed.services.JetspeedUserManagement.getUsers(J > etspeedUserMan > > agement.java:68) > > at > > > org.apache.jetspeed.services.JetspeedSecurity.getUsers(Jetspee > dSecurity.java > > :195) > > at > > > org.apache.jetspeed.modules.actions.portlets.security.UserBrow > serAction.buil > > dNormalContext(UserBrowserAction.java:129) > > at > > > org.apache.jetspeed.modules.actions.portlets.VelocityPortletAc > tion.buildNorm > > alContext(VelocityPortletAction.java:74) > > at > > > org.apache.jetspeed.modules.actions.portlets.GenericMVCAction. > doPerform(Gene > > ricMVCAction.java:169) > > at > > > org.apache.jetspeed.modules.actions.portlets.GenericMVCAction. > perform(Generi > > cMVCAction.java:76) > > at > org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122) > > at > > > org.apache.jetspeed.portal.portlets.GenericMVCPortlet.buildCon > tent(GenericMV > > CPortlet.java:276) > > at > > > org.apache.jetspeed.portal.portlets.GenericMVCPortlet.getConte > nt(GenericMVCP > > ortlet.java:207) > > > == > == > > == > > > > I've searched the list and found several hints, but none of > them seem to > > work. The first thing I > > tried was updating to jetspeed version 1.5 (from 1.4b4), > but the problem
Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4)
Hello, we have encountered a serious problem while updating our MySQL DB server to version 4.1. When a new User is created, the fields CREATED and PASSWORD_CHANGED in the TURBINE_USER table are set to '-00-00 00:00:00'. When Jetspeed attempts to read this user later, the following exeption is thrown: = java.sql.SQLException: Cannot convert value '-00-00 00:00:00' from column 9 to TIMESTAMP. at com.workingdogs.village.DataSet.fetchRecords(Unknown Source) at com.workingdogs.village.DataSet.fetchRecords(Unknown Source) at com.workingdogs.village.DataSet.fetchRecords(Unknown Source) at org.apache.torque.util.BasePeer.getSelectResults(BasePeer.java:1657) at org.apache.torque.util.BasePeer.executeQuery(BasePeer.java:1545) at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1391) at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1368) at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.doSelectVillageR ecords(BaseTurbineUserPeer.java:416) at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.doSelectVillageR ecords(BaseTurbineUserPeer.java:384) at org.apache.jetspeed.om.security.turbine.TurbineUserPeer.doSelectUsers(Turbin eUserPeer.java:70) at org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUsers (TurbineUserManagement.java:186) at org.apache.jetspeed.services.JetspeedUserManagement.getUsers(JetspeedUserMan agement.java:68) at org.apache.jetspeed.services.JetspeedSecurity.getUsers(JetspeedSecurity.java :195) at org.apache.jetspeed.modules.actions.portlets.security.UserBrowserAction.buil dNormalContext(UserBrowserAction.java:129) at org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction.buildNorm alContext(VelocityPortletAction.java:74) at org.apache.jetspeed.modules.actions.portlets.GenericMVCAction.doPerform(Gene ricMVCAction.java:169) at org.apache.jetspeed.modules.actions.portlets.GenericMVCAction.perform(Generi cMVCAction.java:76) at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122) at org.apache.jetspeed.portal.portlets.GenericMVCPortlet.buildContent(GenericMV CPortlet.java:276) at org.apache.jetspeed.portal.portlets.GenericMVCPortlet.getContent(GenericMVCP ortlet.java:207) == I've searched the list and found several hints, but none of them seem to work. The first thing I tried was updating to jetspeed version 1.5 (from 1.4b4), but the problem stays. I recompiled everything for MySQL, but no effect. If anyone could help me on this, that would be great. Sincerely, Danny Gehl == T-Systems Multimedia Solutions GmbH Danny Gehl Authorized Java Center (AJC) Hausanschrift: Riesaer Straße 5, 01029 Dresden Tel.: (0351) 8505 845 Fax.: (in Arbeit) E-Mail: mailto:[EMAIL PROTECTED] http://www.T-Systems-MMS.com
AW: cewolf and jetspeed rundata [typo corrected]
you have to add the following line: pageContext.setAttribute("monChart",mesdata); producer id is then "monChart", that means > will become > And there you go! Danny > -Ursprüngliche Nachricht- > Von: Frédéric FACHINETTI [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 14. September 2004 04:07 > An: Jetspeed Users List > Betreff: cewolf and jetspeed rundata [typo corrected] > > > Hi all, > I am trying to use cewolf with dynamics data provided by > jetspeed but i > have the following problem. I don't know how to send my data coming > from portlet to cewolf. > > >I can get my data > provided by the xreg in the BuildNormalContext method. > > >And i am trying to > send them to the jsp with the rundata object. > > > > Object dataset = new Object(); > dataset = this.produceDataset(null); > rundata.getRequest().setAttribute("MonDataSet", dataset); > setTemplate(rundata, "cewolf/perso_graph.jsp"); > > > > > > In the perso_graph.jsp > > ><[EMAIL PROTECTED] > contentType="text/html"%> > <[EMAIL PROTECTED] uri='/WEB-INF/cewolf.tld' prefix='cewolf' %> > <[EMAIL PROTECTED] uri='/WEB-INF/templates/jsp/tld/template.tld' > prefix='jetspeed' %> > <[EMAIL PROTECTED] import="java.sql.*"%> > <[EMAIL PROTECTED] import="java.util.*"%> > <% > Object mesdata = (Object) request.getAttribute("MonDataSet"); > %> > > > Perso Cewolf > > > > id="line" > title="Mes statistique" > type="line" > xaxislabel="axe des x" > yaxislabel="axe des y"> > > > > > > > tooltipgeneratorid='<%=mesdata%>'/> > > > > > Here are the log : > > > > /usr/local/jakarta-tomcat-4.1.29/work/Standalone/localhost/Mys > ql/WEB-INF/templates/jsp/portlets/html/cewolf/perso_graph_jsp. > java:121: setId(java.lang.String) in > javax.servlet.jsp.tagext.TagSupport cannot be applied to > (java.lang.Object) > _jspx_th_cewolf_producer_0.setId(mesdata); > > > > In fact i don't know how to use my object who is created in my servlet > into my jsp. > When i am using a useBean it s working fine but it is a new > object and i > need an Object coming from the servlet ! > > > > class="de.laures.cewolf.example.PageViewCountData"/> > > > > Any idea? > > > > Txs a lot. > > Fred > > > > O.S.B > Oceanienne de Services Bancaires > > BP 9178 Motu Uta > 98715 Papeete > Tahiti - Polynesie Francaise > > Site : http://www.osb.pf > Tel : (689) 54 08 00 > Fax : (689) 41 34 08 > ** > Ce message et toutes les pieces jointes (ci-apres le "message") sont > etablis a l'intention exclusive de ses destinataires et sont > confidentiels. > Si vous recevez ce message par erreur, merci de le detruire et d'en > avertir immediatement l'expediteur. > Toute utilisation de ce message non conforme a sa destination, > toute diffusion ou toute publication, totale ou partielle, > est interdite, > sauf autorisation expresse. > L'Internet ne permettant pas d'assurer l'integrite de ce message, > l'OSB decline toute responsabilite au titre de ce message, dans > l'hypothese ou il aurait ete modifie ou infeste par un virus. > > > - > 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]
RE: cewolf and jetspeed rundata [typo corrected]
you have to add the following line: pageContext.setAttribute("monChart",mesdata); producer id is then "monChart", that means > will become > And there you go! Danny > -Ursprüngliche Nachricht- > Von: Frédéric FACHINETTI [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 14. September 2004 04:07 > An: Jetspeed Users List > Betreff: cewolf and jetspeed rundata [typo corrected] > > > Hi all, > I am trying to use cewolf with dynamics data provided by > jetspeed but i > have the following problem. I don't know how to send my data coming > from portlet to cewolf. > > >I can get my data > provided by the xreg in the BuildNormalContext method. > > >And i am trying to > send them to the jsp with the rundata object. > > > > Object dataset = new Object(); > dataset = this.produceDataset(null); > rundata.getRequest().setAttribute("MonDataSet", dataset); > setTemplate(rundata, "cewolf/perso_graph.jsp"); > > > > > > In the perso_graph.jsp > > ><[EMAIL PROTECTED] > contentType="text/html"%> > <[EMAIL PROTECTED] uri='/WEB-INF/cewolf.tld' prefix='cewolf' %> > <[EMAIL PROTECTED] uri='/WEB-INF/templates/jsp/tld/template.tld' > prefix='jetspeed' %> > <[EMAIL PROTECTED] import="java.sql.*"%> > <[EMAIL PROTECTED] import="java.util.*"%> > <% > Object mesdata = (Object) request.getAttribute("MonDataSet"); > %> > > > Perso Cewolf > > > > id="line" > title="Mes statistique" > type="line" > xaxislabel="axe des x" > yaxislabel="axe des y"> > > > > > > > tooltipgeneratorid='<%=mesdata%>'/> > > > > > Here are the log : > > > > /usr/local/jakarta-tomcat-4.1.29/work/Standalone/localhost/Mys > ql/WEB-INF/templates/jsp/portlets/html/cewolf/perso_graph_jsp. > java:121: setId(java.lang.String) in > javax.servlet.jsp.tagext.TagSupport cannot be applied to > (java.lang.Object) > _jspx_th_cewolf_producer_0.setId(mesdata); > > > > In fact i don't know how to use my object who is created in my servlet > into my jsp. > When i am using a useBean it s working fine but it is a new > object and i > need an Object coming from the servlet ! > > > > class="de.laures.cewolf.example.PageViewCountData"/> > > > > Any idea? > > > > Txs a lot. > > Fred > > > > O.S.B > Oceanienne de Services Bancaires > > BP 9178 Motu Uta > 98715 Papeete > Tahiti - Polynesie Francaise > > Site : http://www.osb.pf > Tel : (689) 54 08 00 > Fax : (689) 41 34 08 > ** > Ce message et toutes les pieces jointes (ci-apres le "message") sont > etablis a l'intention exclusive de ses destinataires et sont > confidentiels. > Si vous recevez ce message par erreur, merci de le detruire et d'en > avertir immediatement l'expediteur. > Toute utilisation de ce message non conforme a sa destination, > toute diffusion ou toute publication, totale ou partielle, > est interdite, > sauf autorisation expresse. > L'Internet ne permettant pas d'assurer l'integrite de ce message, > l'OSB decline toute responsabilite au titre de ce message, dans > l'hypothese ou il aurait ete modifie ou infeste par un virus. > > > - > 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]
AW: Admin user can't modify other users' PSML through PSML Browser
You could change the security-entry "owner-only" and add admin to allow="*". That's what I did. > -Ursprüngliche Nachricht- > Von: John Tolentino [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 5. August 2004 13:26 > An: Jetspeed Users List > Betreff: Admin user can't modify other users' PSML through > PSML Browser > > > Hi, > > I have Jetspeed 1.5 running on Tomcat 4.1.29 and did the following: > > - logged in using admin / jetspeed for username and password. > - created an "enabled" user named "test" > - tried to edit test/html/default.psml using the PSML Browser > > Then I got this message: "You do not have access to these portlets." > > The only PSMLs that admin could edit (aside from his own) is the anon > user's. I was expecting that I could edit any of the users' > PSML since I > logged in as admin. Can anyone clarify if I'm doing something > wrong; had the > wrong idea; or if there was indeed something wrong with the > code and there's > already a fix for it? > > Thanks, > John > > > - > 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]
AW: jetspeed 1 and wap
I figured out, that the wml/default.jsp for jsp layout doesn't support login. I copied over the wml/default.vm and some related scripts and fixed it. > -Ursprüngliche Nachricht- > Von: Shen, Ching [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 3. August 2004 18:31 > An: [EMAIL PROTECTED] > Betreff: jetspeed 1 and wap > > > I am trying to setup my jetspeed apps (ops) for WAP users who using > blackberry devices. > User can access directly to wml file OK, > http://linuxdv01:8080/ops/wml/weather.wml > > But if they use http://linuxdv01:8080/ops/, > they view user anon whole default HTML page, instead only login > portion. > Problem1: with WML enable only, user can't login > Problem: with HTML/WML enable , user can login, but get html > view for user turbine instead wml view > What I did wrong or missing? > Please help. Any suggestion will be greatly appreciated > > > > - > 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]
AW: What does role/admin psml do?
You can choose the behaviour, but default is user profile. There ist a switch like rolebasedpsml in jp.r or tr.p > -Ursprüngliche Nachricht- > Von: Stijn de Witt [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 22. Juli 2004 18:27 > An: Jetspeed Users List > Betreff: What does role/admin psml do? > > > Can anyone tell me what the meaning is of having a > > user/admin/html/default.psml > > and a > > role/admin/html/default.psml? > > If I login as user admin with role admin, which psml do I get? > Can I make a user stijn with role admin, and will it then use > role/admin/html/default.psml? > Can I completely remove the user/admin/html/default.psml? > > Is it possible to have your psml folder look like this: > > WEB-INF/psml/ > \-- role/ >|-- admin/ >|-- guest/ >|-- manager/ >\-- user/ > > So that I would have no user and group subdirs? I just want > to use only > roles for security? Is this possible? > > Lots of questions... :) > > Regards, > > - Stijn > > > - > 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]
AW: Deactivating the delete/close button
Create a security-entry in security.xreg where you don't allow close. Something like that: no_close Only allow view > -Ursprüngliche Nachricht- > Von: Sailwal, Bhagyashree [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 12. Juli 2004 11:56 > An: [EMAIL PROTECTED] > Betreff: Deactivating the delete/close button > > > Hi Friends, > > I am new to Jetspeed. I was having problem in deactivating > the delete/close action button on the portlet. > When i click on the Configure Portlets link, the user should > be able to move the portlet in up,down and sidewards > direction but should not be able to delete the portlet and > should not be allowed to add new portlets. > We are having different panels and each panel is displaying n > number of portlets. I want to make the above option available > just for one panel. > > Let me know how to achieve this. > > Regards, > Bhagyashree > > - > 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]
AW: Is Jetspeed JSR compliant?
Yes I can ;-) Jetspeed 2 will be JSR 168 compliant, Jetspeed 1 isn't and won't be. > -Ursprüngliche Nachricht- > Von: Kalyani Gandhari [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 18. Juni 2004 06:33 > An: 'Jetspeed Users List' > Betreff: Is Jetspeed JSR compliant? > > > > > Hi, > > Can any one tell me whether Jetspeed is JSR 168 compliant? > > Thanks, > Kalyani. > > - > 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]
AW: use servlet as portlet or call from JSP
You could simply add the parameters to the URL given to the IFrame like that: myURL?userid= > -Ursprüngliche Nachricht- > Von: Bryan K. Cantwell [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 8. Juni 2004 06:15 > An: 'Jetspeed Users List' > Betreff: use servlet as portlet or call from JSP > > > I have successfully installed WBCalendar (a servlet) in my > system and I can > make an Iframe portlet that displays the calendar in my jetspeed 1.5 > I have made modifications, however, that require me to pass > the userid from > the current user to the servlet in order to display that user's unique > calendar. > > Since I am a total newbie at this, I have no Idea how to > either register > this a a portlet and make it aware of the userid, or make an > IFrame portlet > that passes the userid, or even create a JSP that will > display the calendare > created by the servlet after being passed the UI... > > What to do? > > > - > 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]
AW: Access JetspeedRundata
What do you mean exactly with external class? If you write a porlet, you would override the getContent() methode from AbstractPortlet, which has a parameter of type RunData. Hope this helps... > -Ursprüngliche Nachricht- > Von: secam secam [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 9. März 2004 10:29 > An: [EMAIL PROTECTED] > Betreff: Access JetspeedRundata > > > Hi all > > I'm new in jetspeed > > I want to access the JetspeedRundata object in a simple > external class. > How can i do it? > > Thanks, > Regards, > Secam > > > - > Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit > partout ! > Créez votre Yahoo! Mail > > Dialoguez en direct avec vos amis grâce à Yahoo! Messenger ! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
AW: build question---please help
We do it that way#: -take the jetspeed.war -explode it to tomcat -replace all modified stuff with ours (we copy it in via ant tasks) -that works, and you can easily replace the .war by a newer one Hope that helps. Danny > -Ursprungliche Nachricht- > Von: Archana Turaga [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 20. Januar 2004 01:20 > An: [EMAIL PROTECTED] > Betreff: build question---please help > > > Hi, > I have my own portal application with it's own library files > and jsp files. To understand jetspeed i just built the > tutorial and hacked that structure to include my portal > specific information. Now i want to create a build.xml that > will work with ant to create my own portal war. > I cannot follow the tutorial build.xml because it goes in > three steps there > i) Deploy(this will simply replicate the jetspeed.war) > ii)Start tomcat ..This will explode the war into a directory > structure. > iii) Then hot deploy so that it copies all the tutorial > specific information to exploded structure under tomcat. > Also the tutorial does not have it's own library files. I > have my own libraries that i want to use. > > Questions: > 1) Do i have to then look at jetspeed's(the jetspeed source) > build file to come up with my build.xml? > 2) Instead of exploding the jetspeed jar to \web-inf\classes > can i just include this like a library jar in the web-inf\lib? > 3) If step 2 is valid then can i only take all the files that > are missing in the jar file from the jetspeed directory and > deploy them into the file structure of my custom portal? for > e.g. the .properties files are not present in the jar file. > Can i just copy this property files from jetspeed directory > into the my own portal's space ,merge the properties and then > build my own war file? > 4) What are the recommended methods of source maintainence of > custom portals? Does the jetspeed source also need to be > maintained or the binaries and property files are enough? > > Please help me. I have been trying to figure out the best way > to formalise the steps of source maintainence. Therefore all > the developers of the portlets can use this structure to > check-in and check-out source. > > Thanks in advance for your time and patience, > Archana > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
AW: [J1 LEAKS ?] RE: jetspeed process and memory leak
I don't know what you mean with long time, but the only troubles we have are database-related. Sometimes the portal breaks due to "Too many connections". ...and even this could be our fault. We NEVER experienced any problems with memory leaks, and we have 2 different Jetspeed based projects running - one for over a year and a second one over 3-4 months (with restarts due to updates of course, not without break). Although we have less then 1000 users, I think Jetspeed is quite stable it this concerns. Danny > -Ursprüngliche Nachricht- > Von: Pernoud Aurelien [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 14. Januar 2004 14:36 > An: Jetspeed Users List > Betreff: [J1 LEAKS ?] RE: jetspeed process and memory leak > > > > Paul Mansfield a écrit : > > > > typically, I tried a random variation of my searches on google and > > came up with an answer: > > > > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg 111708.html > > these suggest that tomcat itself causes memory leaks, and is > exacerbated by jetspeed's leaks. I've just read this mail and see this : > From: William Connor > Subject: Re: Tomcat 4.0.x memory leak (not javac) > Date: Wed, 03 Dec 2003 09:09:37 -0800 > > We first ran into this bug when hot-deploying JetSpeed - about seven > times would cause an out of memory w/ the default heap size. > JetSpeed had so many leaks itself that we dropped down to bares bones > test app with a servlet, but no JSPs or third party libraries. Jetspeed has so many leaks ??? We've made some tests over here for potential leak and didn't find anything alarming. The only stuff that was potentially leaking was the Tool object from velocity, staying in memory even after a request is done, we didn't really understand how to use it so we plan not to use it anymore. Did anyone ever really meet those memory leak, or is it more the portlets developped by a end-user that could leak... ? That's just cause I was a little afraid of those lines, but already seen so many people yelling at opensource projects saying it was leaking where it wasn't that I'd like any end-user real experience. Tell me someone already had a jetspeed portal running for a long time ??? :) Aurelien - 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]
AW: Customization problem
Simply change the security-ID in the customize dialog to something like "user-view_admin-all". Hope that helps... > -Ursprüngliche Nachricht- > Von: venkat nagaraju [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 8. Dezember 2003 06:06 > An: [EMAIL PROTECTED] > Betreff: Customization problem > > > hi all, > > I'm new to Jetspeed and i want to remove > customization for a pane.how to do this. > > Help me in this regard.Thanks in advance. > > regards > > __ > __ > Yahoo! India Mobile: Download the latest polyphonic ringtones. > Go to http://in.mobile.yahoo.com > > - > 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]
AW: Problem in Registering the Portlet
If the servier is running and you update any xregs, you have to wait for a while until they are refreshed. Maybe that was the cause. Danny > -Ursprüngliche Nachricht- > Von: venkat nagaraju [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 2. Dezember 2003 14:56 > An: Jetspeed Users List > Betreff: Re: Problem in Registering the Portlet > > > hi > > I registered the portlet using admin account.The > local-portlets.xreg file got updated automatically > with the portlet entry. > > I didn't write the portlet entry explicitly in the > .xreg file. when i tried to add the entry explicitly > the portlet is not appearing in the list of registered > portlets. > > clarify me in this regard. > > raju > > > > --- nick the mytilian <[EMAIL PROTECTED]> wrote: > > Have you added a portlet entry in the > > demo-portlets.xreg file? > > > > Nikos. > > > > > > On Tue, 2 Dec 2003, [iso-8859-1] venkat nagaraju > > wrote: > > > > > hi, > > > > > > I have tried to Incorporate the > > HelloWorldExample > > > portlet. I Compiled the java code and placed the > > file > > > in WEB-INF/classes dirctory and added the portlet > > by > > > logging into the admin account. > > > > > > when I logged in with turbine user and tried to > > add > > > this portlet but the portlet was not appearing in > > the > > > available portlets list. > > > > > > can anybody help me out > > > > > > with Regards > > > nagaraju > > > > > > > > > __ > __ > > > Yahoo! India Mobile: Download the latest > > polyphonic ringtones. > > > Go to http://in.mobile.yahoo.com > > > > > > > > > - > > > 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] > > > > __ > __ > Yahoo! India Mobile: Download the latest polyphonic ringtones. > Go to http://in.mobile.yahoo.com > > - > 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]
AW: par files quiestion
No. ( or not yet, until version 2.0 will arrive) Danny > -UrsprÃngliche Nachricht- > Von: Paul Hussein [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 11. November 2003 15:30 > An: Jetspeed User Mailing List > Betreff: RE: par files quiestion > > > Ok cheers for that, but its not really answering the question. > > Is there a similar thing for jetspeed like webapps have war files, is > there a similar thing, like par files for deploying portlets into > Jetspeed. > > > Cheers > > > Paul. > > On Tue, 2003-11-11 at 12:16, Can Uenal wrote: > > Hi Paul, > > > > Par is the old format of Websphere Portal version 1 and 2. > Started with > > WPS Version 4 also WPS is managing war's instead par files. > > > > > > __ > > Mit freundlichen GrÃÃen/best regards > > Can Uenal > > CEO > > iCore effective GmbH > > Robert-Bosch Str. 7 > > 64293 Darmstadt > > > > +49-(0)6151/872 - 5050, > > mobile: +49-(0)172-6638161 > > [EMAIL PROTECTED] > > > > Portlets, Emails, Chats, Dokumente ... > > > > ...schnell, gut und gÃnstig Ãbersetzt mit dem "WebSphere Translation > > Server" Besuchen Sie uns am 24.11. in Stuttgart und sehen > Sie die LÃsung > > live. > > > > > > > > > > -Original Message- > > From: Paul Hussein [mailto:[EMAIL PROTECTED] > > Sent: Dienstag, 11. November 2003 12:11 > > To: Jetspeed User Mailing List > > Subject: par files quiestion > > > > > > Hi, > > > > Does Jetspeed support the use of PAR files similar to Websphere ? > > > > Or is that a WS specific item ? > > > > > > > > Regards > > > > > > Paul. > > > > > > > - > > 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]
AW: AW: 1.4b5
Does that mean that a November 1 release is realistic, or is this just what you would like to have. My problem is to decide whether to wait for the release or start to fix the major bugs from the last release myself. Of course I prefer the first, but it's a question of time. I can wait a month without problems, if I knew a release is supposed to come. > -Ursprüngliche Nachricht- > Von: Mark Orciuch [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 21. Oktober 2003 17:19 > An: Jetspeed Users List; [EMAIL PROTECTED] > Betreff: RE: AW: 1.4b5 > > > I agree. I am not aware of any outstanding critical bugs. > > Best regards, > > Mark Orciuch - [EMAIL PROTECTED] > Jakarta Jetspeed - Enterprise Portal in Java > http://jakarta.apache.org/jetspeed/ > > > -Original Message- > > From: Jeremy Ford [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, October 21, 2003 8:47 AM > > To: [EMAIL PROTECTED] > > Subject: Re: AW: 1.4b5 > > > > > > There have been a couple of messages for a November 1 > release timeframe. > > While there are a few bugs still listed as open for the 1.4 > > release, I'm not > > sure if they could be pushed to another maintenance release > later on. I > > myself would like to see a release soon. > > > > Jeremy Ford > > > > > > >From: "Danny" <[EMAIL PROTECTED]> > > >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> > > >To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> > > >Subject: AW: 1.4b5 > > >Date: Tue, 21 Oct 2003 08:28:54 +0200 > > > > > >no replies?? :-( > > > > > > > -Ursprüngliche Nachricht- > > > > Von: Danny [mailto:[EMAIL PROTECTED] > > > > Gesendet: Montag, 20. Oktober 2003 16:01 > > > > An: Jetspeed User Mailing List (E-Mail) > > > > Betreff: 1.4b5 > > > > > > > > > > > > are there already estimations, when the new build will > be released? > > > > Or which package would you suggest for our update from 1.4b3? > > > > > > > > We want to update our project include our development > > > > environment, so it > > > > should be a stabel release. > > > > We would use 1.4b4, but the internationalization for JSPs is > > > > not working, > > > > but this is the feature we want most. > > > > > > > > Any suggestions? > > > > > > > > Thanks in advance, > > > > Danny Gehl > > > > > > > > == > > > > T-Systems Multimedia Solutions GmbH > > > > Danny Gehl > > > > Authorized Java Center (AJC) > > > > Hausanschrift: Riesaer Straße 5, 01029 Dresden > > > > Tel.: (0351) 8505 845 > > > > Fax.: (in Arbeit) > > > > E-Mail: mailto:[EMAIL PROTECTED] > > > > http://www.T-Systems-MMS.com > > > > > > > > > > > > > - > > > > 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] > > > > > > > _ > > Surf and talk on the phone at the same time with broadband > > Internet access. > > Get high-speed for as low as $29.95/month (depending on the > local service > > providers in your area). https://broadband.msn.com > > > > > > > - > > 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]
AW: 1.4b5
no replies?? :-( > -Ursprüngliche Nachricht- > Von: Danny [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 20. Oktober 2003 16:01 > An: Jetspeed User Mailing List (E-Mail) > Betreff: 1.4b5 > > > are there already estimations, when the new build will be released? > Or which package would you suggest for our update from 1.4b3? > > We want to update our project include our development > environment, so it > should be a stabel release. > We would use 1.4b4, but the internationalization for JSPs is > not working, > but this is the feature we want most. > > Any suggestions? > > Thanks in advance, > Danny Gehl > > ====== > T-Systems Multimedia Solutions GmbH > Danny Gehl > Authorized Java Center (AJC) > Hausanschrift: Riesaer Straße 5, 01029 Dresden > Tel.: (0351) 8505 845 > Fax.: (in Arbeit) > E-Mail: mailto:[EMAIL PROTECTED] > http://www.T-Systems-MMS.com > > > - > 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]
1.4b5
are there already estimations, when the new build will be released? Or which package would you suggest for our update from 1.4b3? We want to update our project include our development environment, so it should be a stabel release. We would use 1.4b4, but the internationalization for JSPs is not working, but this is the feature we want most. Any suggestions? Thanks in advance, Danny Gehl == T-Systems Multimedia Solutions GmbH Danny Gehl Authorized Java Center (AJC) Hausanschrift: Riesaer Straße 5, 01029 Dresden Tel.: (0351) 8505 845 Fax.: (in Arbeit) E-Mail: mailto:[EMAIL PROTECTED] http://www.T-Systems-MMS.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
AW: User-Configuration
The database may not be populated, so that the ano-user cannot be found. The connection seems to be ok, but the delivered data isn't as expected. Try to have a look at you db first. Danny > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 24. September 2003 09:26 > An: [EMAIL PROTECTED] > Betreff: User-Configuration > > > Hello All, > > Can you please let me know how can I rectify this horrible Exception. > > I have this horrible Exception when I connect me to my application: > org.apache.jetspeed.services.security.LoginException: Failed to get > anonymous user: > org.apache.jetspeed.services.security.UnknownUserException: > unknown user > 'anon' > > Thanks. > > Eric Fogang > > > > - > 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]
Enhance Tab panes
I would like to add an extra icon like customize to our tab panes. I already looked into the sources and found that VelocityPortletSetControl is the place to start. Now I want to know, which classes are involved, where to put attention to and where the distinction between portlets and panes is made (pane do only have customize). Thanks in advance == T-Systems Multimedia Solutions GmbH Danny Gehl Authorized Java Center (AJC) Hausanschrift: Riesaer Straße 5, 01029 Dresden Tel.: (0351) 8505 845 Fax.: (in Arbeit) E-Mail: mailto:[EMAIL PROTECTED] http://www.T-Systems-MMS.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
AW: MySQL DB looses permanently connection....
It seems that torque.dsfactory.default.pool.connectionWaitTimeout=20 solves the problem. Thanks a lot > -Ursprüngliche Nachricht- > Von: Stefan Kuhn [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 10. Juli 2003 13:26 > An: Jetspeed Users List > Betreff: Re: MySQL DB looses permanently connection > > > Also, if you open connections explicitly, make sure you > release them all. > (Sorry if the tip is too simple for you, but stupid people > like me tend to > forget things like this :-) > Stefan > > > Am Thursday 10 July 2003 13:04 schrieb Anandkumar Ayyachamy: > > If you are using connection pooling DBCP from jakarta then there are > > settings > > such as maxIdle="20" maxWait="20" make sure to set it > high as per > > requirement. > > You can also check your Mysql variables to see the > connection timeout > > value and > > set it as your requirement. > > Hope this helps > > -AK > > > > Raffaele Ragni wrote: > > >Il gio, 2003-07-10 alle 12:44, Danny ha scritto: > > >>We have jetspeed (1.4 build 4) configured with MySQL DB > (I must admit, > > >> that the Sever is quite a poor machine) and some > portlets, that generate > > >> charts from DB. Everything works fine, but after a while > Jetspeed looses > > >> the connection to the DB. And when the connection is > lost, Jetspeed has > > >> to be restarted. > > >> > > >>My question now is: > > >> > > >>Is this a know thing? > > >>Is this related to Jetspeed? (We have another Jetspeed > based application > > >>working with Oracle, where everything is OK) > > >>Is this related to the server? (pentium 1, 128 MB RAM, OS > Windows NT) > > >> > > >>Anny hint is appreciated. > > >> > > >>Danny > > >> > > >>== > > >>T-Systems Multimedia Solutions GmbH > > >>Danny Gehl > > >>Authorized Java Center (AJC) > > >>Hausanschrift: Riesaer Straße 5, 01029 Dresden > > >>Tel.: (0351) 8505 845 > > >>Fax.: (in Arbeit) > > >>E-Mail: mailto:[EMAIL PROTECTED] > > >>http://www.T-Systems-MMS.com > > >> > > >> > > > >> > - > > >>To unsubscribe, e-mail: > [EMAIL PROTECTED] > > >>For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > >I'm not sure, something about the pool connection timeout? I had a > > >similar thing before and that was the problem. > > > > > > >- > > >To unsubscribe, e-mail: > [EMAIL PROTECTED] > > >For additional commands, e-mail: > [EMAIL PROTECTED] > > -- > Stefan Kuhn M. A. > Cologne University BioInformatics Center > (http://www.cubic.uni-koeln.de) > Zülpicher Str. 47, 50674 Cologne > Tel: +49(0)221-470-7428 Fax: +49 (0) 221-470-7786 > My public PGP key is available at http://pgp.mit.edu > > > - > 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]
AW: MySQL DB looses permanently connection....
Yes right, that is exactly the error! Pool connection timed out ... and nothing works any more. You have any hint? > -Ursprüngliche Nachricht- > Von: Raffaele Ragni [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 10. Juli 2003 12:49 > An: Jetspeed Users List > Betreff: Re: MySQL DB looses permanently connection > > > Il gio, 2003-07-10 alle 12:44, Danny ha scritto: > > We have jetspeed (1.4 build 4) configured with MySQL DB (I > must admit, that > > the Sever is quite a poor machine) and some portlets, that > generate charts > > from DB. Everything works fine, but after a while Jetspeed > looses the > > connection to the DB. And when the connection is lost, > Jetspeed has to be > > restarted. > > > > My question now is: > > > > Is this a know thing? > > Is this related to Jetspeed? (We have another Jetspeed > based application > > working with Oracle, where everything is OK) > > Is this related to the server? (pentium 1, 128 MB RAM, OS > Windows NT) > > > > Anny hint is appreciated. > > > > Danny > > > > == > > T-Systems Multimedia Solutions GmbH > > Danny Gehl > > Authorized Java Center (AJC) > > Hausanschrift: Riesaer Straße 5, 01029 Dresden > > Tel.: (0351) 8505 845 > > Fax.: (in Arbeit) > > E-Mail: mailto:[EMAIL PROTECTED] > > http://www.T-Systems-MMS.com > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > I'm not sure, something about the pool connection timeout? I had a > similar thing before and that was the problem. > > - > 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]
MySQL DB looses permanently connection....
We have jetspeed (1.4 build 4) configured with MySQL DB (I must admit, that the Sever is quite a poor machine) and some portlets, that generate charts from DB. Everything works fine, but after a while Jetspeed looses the connection to the DB. And when the connection is lost, Jetspeed has to be restarted. My question now is: Is this a know thing? Is this related to Jetspeed? (We have another Jetspeed based application working with Oracle, where everything is OK) Is this related to the server? (pentium 1, 128 MB RAM, OS Windows NT) Anny hint is appreciated. Danny == T-Systems Multimedia Solutions GmbH Danny Gehl Authorized Java Center (AJC) Hausanschrift: Riesaer Straße 5, 01029 Dresden Tel.: (0351) 8505 845 Fax.: (in Arbeit) E-Mail: mailto:[EMAIL PROTECTED] http://www.T-Systems-MMS.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
AW: Upgrading from 1.4b1 to 1.4b4
You have to add a column in TURBINE_USER table named PASSWORD_CHANGED type DATE. That should be all. We had the same problems. Additionally there are some new properties in TR.p and/or JR.p. Danny > -Ursprüngliche Nachricht- > Von: Carlos Orrego [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 23. Juni 2003 16:27 > An: Jetspeed User List > Betreff: Upgrading from 1.4b1 to 1.4b4 > > > Hi, > > i have noticed that there have been database changes. I would > like to migrate my user data base with its permissions and roles, plus > the respective psml files. > > Is there an easy way to do this? someone has done it? > > thanks for any hint > > Carlos Orrego > www.inflexa.com > > "Salve un árbol. No imprima." > "Save a tree. Do not print." > > > > - > 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]
AW: AW: Updating portlet parameters
So it seems, that this is a bug. :-( > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 4. April 2003 14:38 > An: Jetspeed Users List > Betreff: Re: AW: Updating portlet parameters > > > > Hi Danny, > I am also experiencing exactly the same problem with v1.4b3, > but I have no > idea about the reason or a solution. > regards, > caglar > > > > > > > Caglar Erol > > Accenture GmbH > > Campus Kronberg 1 > > D-61476 Kronberg im Taunus > > Financial Services > > Telefon +49 6173 94-67398 > > Telefax +49 6173 94-47398 > > (Octel, Global VPN: 46/67398) > > [EMAIL PROTECTED] > > > > > > > > > > > > "Danny" > > > <[EMAIL PROTECTED] To: > "'Jetspeed Users List'" <[EMAIL PROTECTED]> > > de> cc: > > >Subject: AW: > Updating portlet parameters > 04.04.03 14:32 > > > Please respond to > > > "Jetspeed Users List" > > > > > > > > > > > > I debugged the sources a bit, and everything seems to be normal. > But the changes don't take effect! (only if you repeat the procedure) > > I guess this is due to caching behaviour. Maybe the workaround in the > CustomizeAction doesn't work anymore in the new version?? > > Does anyone experience the same bug?? > > Please help me, I've to know whether this is Jetspeed related or maybe > our mistake !? (<- this is nearly impossible ;-) ) > > > -Ursprüngliche Nachricht- > > Von: Danny [mailto:[EMAIL PROTECTED] > > Gesendet: Freitag, 4. April 2003 09:32 > > An: Jetspeed User Mailing List (E-Mail) > > Betreff: Updating portlet parameters > > > > > > We have recently updated to 1.4b3 and after some trouble at > > the beginning, > > everything seemed to be ok. > > Now we experienced, when we click on cutomize (portlets only) > > and change a > > parameter, then click up- > > date, nothing happens, we must do this once more and only > > then the changes > > take effect. > > > > Is this a known bug? Everythink worked fine with Jetspeed 1.4b1... > > > > Thanks in advance, Danny > > > > == > > T-Systems Multimedia Solutions GmbH > > Danny Gehl > > Authorized Java Center (AJC) > > Hausanschrift: Riesaer Straße 5, 01029 Dresden > > Tel.: (0351) 8505 845 > > Fax.: (in Arbeit) > > E-Mail: mailto:[EMAIL PROTECTED] > > http://www.T-Systems-MMS.com > > > > > > > - > > 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] > > > > > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. > If you have > received it in error, please notify the sender immediately > and delete the > original. Any other use of the email by you is prohibited. > > > - > 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]
AW: Updating portlet parameters
I debugged the sources a bit, and everything seems to be normal. But the changes don't take effect! (only if you repeat the procedure) I guess this is due to caching behaviour. Maybe the workaround in the CustomizeAction doesn't work anymore in the new version?? Does anyone experience the same bug?? Please help me, I've to know whether this is Jetspeed related or maybe our mistake !? (<- this is nearly impossible ;-) ) > -Ursprüngliche Nachricht- > Von: Danny [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 4. April 2003 09:32 > An: Jetspeed User Mailing List (E-Mail) > Betreff: Updating portlet parameters > > > We have recently updated to 1.4b3 and after some trouble at > the beginning, > everything seemed to be ok. > Now we experienced, when we click on cutomize (portlets only) > and change a > parameter, then click up- > date, nothing happens, we must do this once more and only > then the changes > take effect. > > Is this a known bug? Everythink worked fine with Jetspeed 1.4b1... > > Thanks in advance, Danny > > == > T-Systems Multimedia Solutions GmbH > Danny Gehl > Authorized Java Center (AJC) > Hausanschrift: Riesaer Straße 5, 01029 Dresden > Tel.: (0351) 8505 845 > Fax.: (in Arbeit) > E-Mail: mailto:[EMAIL PROTECTED] > http://www.T-Systems-MMS.com > > > - > 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]
AW: Security IDs
I found it myself, its in the admin.xreg. The parameter securty-id is protected by "user_view_admin_all" > -Ursprüngliche Nachricht- > Von: Danny [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 4. April 2003 11:29 > An: Jetspeed User Mailing List (E-Mail) > Betreff: Security IDs > > > I figured out, that only users with the admin role can change > the security > constraint for portlets or panes. But I need other roles to > do the same > thing. Is this customizable? Is the a property or something like that? > > ====== > T-Systems Multimedia Solutions GmbH > Danny Gehl > Authorized Java Center (AJC) > Hausanschrift: Riesaer Straße 5, 01029 Dresden > Tel.: (0351) 8505 845 > Fax.: (in Arbeit) > E-Mail: mailto:[EMAIL PROTECTED] > http://www.T-Systems-MMS.com > > > - > 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]
Security IDs
I figured out, that only users with the admin role can change the security constraint for portlets or panes. But I need other roles to do the same thing. Is this customizable? Is the a property or something like that? == T-Systems Multimedia Solutions GmbH Danny Gehl Authorized Java Center (AJC) Hausanschrift: Riesaer Straße 5, 01029 Dresden Tel.: (0351) 8505 845 Fax.: (in Arbeit) E-Mail: mailto:[EMAIL PROTECTED] http://www.T-Systems-MMS.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Updating portlet parameters
We have recently updated to 1.4b3 and after some trouble at the beginning, everything seemed to be ok. Now we experienced, when we click on cutomize (portlets only) and change a parameter, then click up- date, nothing happens, we must do this once more and only then the changes take effect. Is this a known bug? Everythink worked fine with Jetspeed 1.4b1... Thanks in advance, Danny == T-Systems Multimedia Solutions GmbH Danny Gehl Authorized Java Center (AJC) Hausanschrift: Riesaer Straße 5, 01029 Dresden Tel.: (0351) 8505 845 Fax.: (in Arbeit) E-Mail: mailto:[EMAIL PROTECTED] http://www.T-Systems-MMS.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
AW: 1.4b3 and oracle sequence names problem
Sure, but I use the binary dirstribution... So we had lots of trouble with it, because we didn't want to build from source. :-( > -Ursprüngliche Nachricht- > Von: Aurelien Pernoud [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 3. April 2003 09:30 > An: 'Jetspeed Users List' > Betreff: RE: 1.4b3 and oracle sequence names problem > > > > To use jetspeed with Oracle, you need to build from the src, > otherwise such > exceptions are commons :) > > Cause when you build from src saying you want oracle, it > regenerates those > classes, with the good stuff in it > > Danny a écrit : > > > I experienced the same error, and I can only tell you a > workaround. I > > think this can alse be avoided by building jetspeed from source > > properly. > > > > But here is my fix: > > for Turbine_user, there is a class named > > org.apache.jetspeed.om.security.turbine.map.TurbineUserMapBuilder. > > Enter the sources, and change > > > > tMap.setPrimaryKeyMethodInfo("TURBINE_USER"); > > > > to > > > > tMap.setPrimaryKeyMethodInfo("TURBINE_USER_SEQ"); > > > > > > This should help. Note that there are similar classes for each table > > out there. > > By the way, I'd like to know why there are the wrong entries in the > > source distributation? > > > > Hope I could help you. > > > >> -Ursprüngliche Nachricht- > >> Von: Aurelien Pernoud [mailto:[EMAIL PROTECTED] > >> Gesendet: Donnerstag, 3. April 2003 08:53 > >> An: 'Jetspeed Users List' > >> Betreff: RE: 1.4b3 and oracle sequence names problem > >> > >> > >> > >> This is weird, I got 1.4b3 working with Oracle 8i / 9i without any > >> trouble, and the sequence name is indeed TURBINE_USER_SEQ... > >> > >> Have you build Jetspeed from src, and declared you wanted it to use > >> a Oracle DB (under src/build/torque, I have two properties > referring > >> to oracle database : build.properties and dbpsml.properties) ? > >> > >> You're not the first one with this trouble, but I don't know how > >> other people got it working... All I can say is I got it working, > >> under WIN2K and AIX 4/5 :( > >> > >> Try looking the archive on www.mail-archive.com ? > >> > >> Marco Parmigiani a écrit : > >> > >>> Hi everybody, > >>> > >>> While using Jetspeed 1.4b3 with Oracle (both 8i and 9i), > >>> everything works fine but this error occurs when I try to > add a new > >>> user: > >>> > >>> [DEBUG] - select TURBINE_USER.nextval from dual > >>> [ERROR] - Turbine.handleException: null > >>> [ERROR] - java.lang.reflect.InvocationTargetException: > >>> java.sql.SQLException: ORA-02289: sequence does not exist > >>> > >>> This happens because the actual name of the sequence, created > >>> by turbine-oracle.sql, is TURBINE_USER_SEQ and not > >>> TURBINE_USER, which is the name of the table. > >>> > >>> I'm not sure about how to set up Torque to solve this > problem since > >>> I never used it. How can I configure and build the portal in order > >>> to make it use the correct sequence name? > >>> > >>> > >>> Thanks in advance, > >>> > >>> Marco > >> > >> > >> > > > - > >> 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]
AW: 1.4b3 and oracle sequence names problem
I experienced the same error, and I can only tell you a workaround. I think this can alse be avoided by building jetspeed from source properly. But here is my fix: for Turbine_user, there is a class named org.apache.jetspeed.om.security.turbine.map.TurbineUserMapBuilder. Enter the sources, and change tMap.setPrimaryKeyMethodInfo("TURBINE_USER"); to tMap.setPrimaryKeyMethodInfo("TURBINE_USER_SEQ"); This should help. Note that there are similar classes for each table out there. By the way, I'd like to know why there are the wrong entries in the source distributation? Hope I could help you. > -Ursprüngliche Nachricht- > Von: Aurelien Pernoud [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 3. April 2003 08:53 > An: 'Jetspeed Users List' > Betreff: RE: 1.4b3 and oracle sequence names problem > > > > This is weird, I got 1.4b3 working with Oracle 8i / 9i > without any trouble, > and the sequence name is indeed TURBINE_USER_SEQ... > > Have you build Jetspeed from src, and declared you wanted it > to use a Oracle > DB (under src/build/torque, I have two properties referring to oracle > database : build.properties and dbpsml.properties) ? > > You're not the first one with this trouble, but I don't know how other > people got it working... All I can say is I got it working, > under WIN2K and > AIX 4/5 :( > > Try looking the archive on www.mail-archive.com ? > > Marco Parmigiani a écrit : > > > Hi everybody, > > > > While using Jetspeed 1.4b3 with Oracle (both 8i and 9i), > > everything works fine but this error occurs when I try to add a new > > user: > > > > [DEBUG] - select TURBINE_USER.nextval from dual > > [ERROR] - Turbine.handleException: null > > [ERROR] - java.lang.reflect.InvocationTargetException: > > java.sql.SQLException: ORA-02289: sequence does not exist > > > > This happens because the actual name of the sequence, created > > by turbine-oracle.sql, is TURBINE_USER_SEQ and not > > TURBINE_USER, which is the name of the table. > > > > I'm not sure about how to set up Torque to solve this > problem since I > > never used it. How can I configure and build the portal in order to > > make it use the correct sequence name? > > > > > > Thanks in advance, > > > > Marco > > > - > 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]
AW: Oracle DB + Jetspeed 1.4 b3
It doesn'T work that way, although I'm not able to change the values in the sequences (but the already exist, unchanged, as they were created). Do I have to switch the behaviour? It seems, that there is some other error, because the Exception is thrown after these statements: select JETSPEED_USER_PROFILE.nextval from dual or select TURBINE_USER.nextval from dual these statements don't even work on my sql console, although the sequences exist. If I try something like: select TURBINE_USER_SEQ.nextval from dual I get a result at the console, is this normal? How is the convention? I tried this, because the sequence is named TURBINE_USER_SEQ... Any suggestions? I'm facing a deathline. Danny > -Ursprüngliche Nachricht- > Von: Danny [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 5. März 2003 15:47 > An: 'Jetspeed Users List' > Betreff: AW: Oracle DB + Jetspeed 1.4 b3 > > > Thank you, I'll give this a try, because we used the script. > > > -Ursprüngliche Nachricht- > > Von: Aurelien Pernoud [mailto:[EMAIL PROTECTED] > > Gesendet: Mittwoch, 5. März 2003 15:43 > > An: 'Jetspeed Users List' > > Betreff: RE: Oracle DB + Jetspeed 1.4 b3 > > > > > > I think I had this one too. > > > > When using 1.4b1, did you use the following script instead of > > using the one > > generated by ANT : > > jetspeed-1.4b1-release-src\src\sql\external\turbine-oracle.sql ? > > > > Cause if you did, this one created a ID_TABLE in your > > database, and it was a > > mistake. Instead of using a proper sequence to increase ids, > > it used the > > id_table > > > > If you want to keep your datas, David Sean Taylor point me to > > a solution : > > > > DROP the ID_TABLE > > > > CREATE SEQUENCE TURBINE_USER_SEQ INCREMENT BY 1 START WITH > > 1000 NOMAXVALUE > > NOCYCLE NOCACHE ORDER; > > ^ > > set higher > > than your highest id, which you can find by SELECT MAX(USER_ID) FORM > > TURBINE_USER; > > > > You'll have to do the same I think for Profile, if you stored > > them in DB > > too. > > > > For more details : > > http://www.mail-archive.com/[EMAIL PROTECTED]/m > sg06936.html > > Danny a écrit : > > > Hello folks, (please try to help me) > > > > I still have problems with DB after uptading jetspeed from > > 1.4 b1 to 1.4 b3. > > > > After adding the missing column in the TURBINE_USER table, i thought > > everything works fin, but now I tried to create a new user, and get > > the following: > > > > There has been an Error! > > Reason: > > ... > > > > So here comes the question: > > > > Are there any other changes, I have to pay attention to? > > I noticed that the DB scripts changed, but I'm no DB expert. We want > > to keep the information in our DB ( I assume that cleanig DB and > > re-populate would fix the problem), is there any way to do so? > > > > Thanks Danny > > > > == > > T-Systems Multimedia Solutions GmbH > > Danny Gehl > > Authorized Java Center (AJC) > > Hausanschrift: Riesaer Straße 5, 01029 Dresden > > Tel.: (0351) 8505 845 > > Fax.: (in Arbeit) > > E-Mail: mailto:[EMAIL PROTECTED] > > http://www.T-Systems-MMS.com > > > - > 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]
AW: Oracle DB + Jetspeed 1.4 b3
Thank you, I'll give this a try, because we used the script. > -Ursprüngliche Nachricht- > Von: Aurelien Pernoud [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 5. März 2003 15:43 > An: 'Jetspeed Users List' > Betreff: RE: Oracle DB + Jetspeed 1.4 b3 > > > I think I had this one too. > > When using 1.4b1, did you use the following script instead of > using the one > generated by ANT : > jetspeed-1.4b1-release-src\src\sql\external\turbine-oracle.sql ? > > Cause if you did, this one created a ID_TABLE in your > database, and it was a > mistake. Instead of using a proper sequence to increase ids, > it used the > id_table > > If you want to keep your datas, David Sean Taylor point me to > a solution : > > DROP the ID_TABLE > > CREATE SEQUENCE TURBINE_USER_SEQ INCREMENT BY 1 START WITH > 1000 NOMAXVALUE > NOCYCLE NOCACHE ORDER; > ^ > set higher > than your highest id, which you can find by SELECT MAX(USER_ID) FORM > TURBINE_USER; > > You'll have to do the same I think for Profile, if you stored > them in DB > too. > > For more details : > http://www.mail-archive.com/[EMAIL PROTECTED]/m sg06936.html Danny a écrit : > Hello folks, (please try to help me) > > I still have problems with DB after uptading jetspeed from > 1.4 b1 to 1.4 b3. > > After adding the missing column in the TURBINE_USER table, i thought > everything works fin, but now I tried to create a new user, and get > the following: > > There has been an Error! > Reason: > ... > > So here comes the question: > > Are there any other changes, I have to pay attention to? > I noticed that the DB scripts changed, but I'm no DB expert. We want > to keep the information in our DB ( I assume that cleanig DB and > re-populate would fix the problem), is there any way to do so? > > Thanks Danny > > == > T-Systems Multimedia Solutions GmbH > Danny Gehl > Authorized Java Center (AJC) > Hausanschrift: Riesaer Straße 5, 01029 Dresden > Tel.: (0351) 8505 845 > Fax.: (in Arbeit) > E-Mail: mailto:[EMAIL PROTECTED] > http://www.T-Systems-MMS.com - 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]
Oracle DB + Jetspeed 1.4 b3
Hello folks, (please try to help me) I still have problems with DB after uptading jetspeed from 1.4 b1 to 1.4 b3. After adding the missing column in the TURBINE_USER table, i thought everything works fin, but now I tried to create a new user, and get the following: There has been an Error! Reason: java.sql.SQLException: ORA-02289: sequence does not exist at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1597) at oracle.jdbc.oci8.OCIDBAccess.parseExecuteDescribe(OCIDBAccess.java:798) at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1674) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java :1870) at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:538) at com.workingdogs.village.QueryDataSet.(Unknown Source) at org.apache.torque.oid.SequenceIdGenerator.getIdAsVillageValue(SequenceIdGene rator.java:195) rethrown as org.apache.torque.TorqueException: ORA-02289: sequence does not exist at org.apache.torque.util.BasePeer.doInsert(BasePeer.java:713) at org.apache.torque.util.BasePeer.doInsert(BasePeer.java:615) at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.doInsert(BaseTur bineUserPeer.java:242) at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.doInsert(BaseTur bineUserPeer.java:215) at org.apache.jetspeed.services.security.turbine.TurbineUserManagement.addUser( TurbineUserManagement.java:309) at org.apache.jetspeed.services.JetspeedUserManagement.addUser(JetspeedUserMana gement.java:134) ... rethrown as org.apache.jetspeed.services.security.UserException: Failed to create account 'a': ORA-02289: sequence does not exist at org.apache.jetspeed.services.security.turbine.TurbineUserManagement.addUser( TurbineUserManagement.java:316) at org.apache.jetspeed.services.JetspeedUserManagement.addUser(JetspeedUserMana gement.java:134) at org.apache.jetspeed.services.JetspeedSecurity.addUser(JetspeedSecurity.java: 238) I shortened it a bit... Now I checked the logs, and found the following in jetspeed.log: [05 Mrz 2003 15:16:32 DEBUG] - SELECT TURBINE_USER.USER_ID, TURBINE_USER.LOGIN_NAME, TURBINE_USER.PASSWORD_VALUE, TURBINE_USER.FIRST_NAME, TURBINE_USER.LAST_NAME, TURBINE_USER.EMAIL, TURBINE_USER.CONFIRM_VALUE, TURBINE_USER.MODIFIED, TURBINE_USER.CREATED, TURBINE_USER.LAST_LOGIN, TURBINE_USER.DISABLED, TURBINE_USER.OBJECTDATA, TURBINE_USER.PASSWORD_CHANGED FROM TURBINE_USER WHERE TURBINE_USER.LOGIN_NAME='a' [05 Mrz 2003 15:16:32 DEBUG] - Elapsed time=15 ms [05 Mrz 2003 15:16:32 DEBUG] - select TURBINE_USER.nextval from dual [05 Mrz 2003 15:16:32 ERROR] - CreateNewUserAndConfirm java.sql.SQLException: ORA-02289: sequence does not exist at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1597) at oracle.jdbc.oci8.OCIDBAccess.parseExecuteDescribe(OCIDBAccess.java:798) at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1674) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java :1870) ... So here comes the question: Are there any other changes, I have to pay attention to? I noticed that the DB scripts changed, but I'm no DB expert. We want to keep the information in our DB ( I assume that cleanig DB and re-populate would fix the problem), is there any way to do so? Thanks Danny == T-Systems Multimedia Solutions GmbH Danny Gehl Authorized Java Center (AJC) Hausanschrift: Riesaer Straße 5, 01029 Dresden Tel.: (0351) 8505 845 Fax.: (in Arbeit) E-Mail: mailto:[EMAIL PROTECTED] http://www.T-Systems-MMS.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
AW: Jetspeed and Jboss
It seems, that the logging is "re"-directed into jetspeed.log, even the JBoss-logging. So it's not lost at all, but it it a strange behavior. Danny > -Ursprungliche Nachricht- > Von: Ramiro Rinaudo [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 26. Februar 2003 14:52 > An: [EMAIL PROTECTED] > Betreff: RE:Jetspeed and Jboss > > > Kevin, > I4ve got the same problem with jetspeed logs. It4s like jboss > looses the console for logging once jetspeed is up. It > doesn4t affect jetspeed funtionallity so I didn4t pay much > atenttion to this. > > > > > > > -- Mensaje Original -- > Enviado por: Kevin McIntyre <[EMAIL PROTECTED]> > Fecha: 25/02/2003 03:18:05 > Para: <[EMAIL PROTECTED]> > Tmtulo: Jetspeed and Jboss > > Two quick questions: > > 1) I've got jetspeed up and running on jboss, but it hijacks > the the logs. > Anyone experience this? > > 2) I've created a NNTP discussion board portlet with JAMES but I was > required to add an entry > to javamail.default.providers in mail.jar (I used > http://dog.net.uk/knife). > It's a general java question but > is there a way to avoid having to do this? > > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > __ > > Todavma no tenis tu Ciudad Internet Mail? Obtenelo ahora! - > http://webmail.ciudad.com.ar > > Descarga Gratis el nuevo Internet Explorer 6.0, el mejor > software para actualizar tu PC. > http://www.ciudad.com.ar/ar/servicios/ie/ > > > - > 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]
AW: Integrating with tomcat login
You could try the following: 1. Keep Tomcat users and Jetspeed users with the same credentials in the DB. 2. Modify the login-action, that it takes the Container-user-credentials and logs in the Jetspeed user with these. 3. Create a link (e.g. in top_default.jsp) that calls your action). So you get the anonymous user-screen, and have to click login, that is close to what you want to have. Hope this helps. Danny > -Ursprungliche Nachricht- > Von: Paul O'Keeffe [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 26. Februar 2003 16:40 > An: [EMAIL PROTECTED] > Betreff: Integrating with tomcat login > > > Hi, > > I've configured Tomcat so that any access to my portal > requires the user > to be logged in (to Tomcat). If not logged in, the user is challenged > using the web container's own facilities. > > Once the user is logged in, I want Jetspeed to recognise that user and > to immediately present their view of the portal, rather than > displaying > the view for the anonymous user. Note that an account for the user is > set up in both Tomcat and Jetspeed. > > I would expect there to be a simple way to do this, but I haven't had > any luck in discovering how. I've tried a few modifications to the > SessionValidator without much success so far. Related parts of the > Turbine code make me believe it can automatically pick up the user for > current HttpSession. > > Can anyone describe how to achieve this? > > Thanks, Paul. > > > > - > 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]
Empty response
I want to write an own download procedure, therefore I need an empty HttpServletResponse object, to put the right information in there. There is an exact definition about how this response should look like. Do you have any tip to solve this in Jetspeed? Or some kind of workaround? Please help me on that. Thanks in advance. Danny == T-Systems Multimedia Solutions GmbH Danny Gehl Authorized Java Center (AJC) Hausanschrift: Riesaer Straße 5, 01029 Dresden Tel.: (0351) 8505 845 Fax.: (in Arbeit) E-Mail: mailto:[EMAIL PROTECTED] http://www.T-Systems-MMS.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
AW: Using realm tomcat authentication
We did something like that. We took to JLoginUser class, and modified it, so that you can click on a login link, and Tomcat authenticates the user via client-cert. Now the modified class retrieves the password of the user via: try{ password=JetspeedSecurity.getUser(username).getPassword(); } then we continue as usual: JetspeedUser user = null; try { user = JetspeedSecurity.login(username, password); } ... I hope this helps. Danny > -Ursprungliche Nachricht- > Von: Gabriel Santonja [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 20. Februar 2003 15:39 > An: Jetspeed Users List > Cc: [EMAIL PROTECTED] > Betreff: Re: Using realm tomcat authentication > > > On Wed, 19 Feb 2003 09:51:30 -0500 > [EMAIL PROTECTED] wrote: > > > I would love to hear how it goes for you.. Does this mean > that every > > user has the same portal? Or is it based on roles or > soemthing? I am > > playing since yesterday I've resolved my problem so you can conserve > > your user role but it's some other question > I think it's possible but with some modifications in the > jetspeed (top.vm for example). > Fortunatly the property files are usefull. > > > around with a Tomcat JAAS realm to authenticate against NT. What I > > really want for our corporate portal is specific portals based on > > role, versus user customizable portals. > It' possible by modifying the authentication turbine class and > retrieving the realm's tomcat login. So you don't have the > password and > you must connect your user on jetspeed without it ( it's look like an > SSO). Remember that jetspeed is protected by the tomcat realm so you > don't need the password. > > But I have some other problem, i want that the jetspeed user > and tomcat realm user were the same user in the same place in the ldap > (for example). > > I'm using the jetseed cvs (1.4 b4) > > > Eric > Gabriel. > ___ > > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en frangais ! > > Yahoo! Mail : http://fr.mail.yahoo.com > > > - > 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]
AW: Can multiple roles be assigned to a single portlet?
Sure, have a look at Security.xreg. There is specified, which role has which rights for a specific security entry. These entries can be selected in the customize dialog. > -Ursprüngliche Nachricht- > Von: Conner, Chris [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 14. Februar 2003 22:16 > An: [EMAIL PROTECTED] > Betreff: Can multiple roles be assigned to a single portlet? > > > > Can multiple roles be assigned to a single portlet? > > I need the functionality because I have 2 sets of users that > need to access > a portlet. > > i.e. user1 is assigned role1(to access portlet1 and portlet2) > user2 is assigned role2(to access portlet1 and portlet3) > > portlet1 is assigned role1 and role2 > portlet2 is assigned role1 > portlet3 is assgined role2 > > Chris > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]