vif-devel Mailing List for VIF (Page 3)
Brought to you by:
aktion-hip
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(6) |
Sep
(25) |
Oct
|
Nov
|
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(4) |
May
(9) |
Jun
(2) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
| 2004 |
Jan
(1) |
Feb
|
Mar
(4) |
Apr
(9) |
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
(5) |
Sep
(3) |
Oct
(2) |
Nov
(4) |
Dec
(3) |
| 2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2006 |
Jan
(18) |
Feb
(40) |
Mar
(5) |
Apr
|
May
|
Jun
(4) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(6) |
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(9) |
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jacek O. <jac...@po...> - 2006-01-30 00:49:32
|
Dear Beno
I've finally got rid of the build errors. Now I get empty pages in the
browser (weel not entirely empty but only with the heading coming from
the AbstractHtmlPage class.
I've run the project in a debug mode it seems that the program
can't find xsl files for transformation. It seems that the language set=
ting
is missing. The program looks for xsl's in the path which of course doe=
sn't
exist: \forum\null\util\master.xsl.
There should be something instead of null ('en' or 'de'). I'll keep
looking tomorrow, it can't be anything serious, but if you have any
ideas please send it to me.
Debug string form the XMLRepresentation class:
xmlAsString=3D "<?xml version=3D"1.0" encoding=3D"UTF-8"?><Root><Error>=
<Message>Configuration
exception while precompiling the XSL file javax.xml.transform.Transfor=
merConfigurationException:=20
javax.xml.transform.TransformerException: java.io.FileNotFoundExceptio=
n: \forum\null\util\master.
xsl (System nie mo=BFe odnale=BCc okre=B6lonej =B6ie=BFki)</Message><=
/Error></Root>"
Greets
Jacek
LSB> Dear Jacek
LSB> Know I understand what you've said, although not what's the cause =
of the problem :-(
LSB> You're absolutely correct: the classes you note have to be
LSB> imported. What's worrying me is that in the class
LSB> org.hip.kernel.servlet.impl.AbstractRequestHandler in my IDE (and
LSB> also in the one in the CVS, see
LSB> http://cvs.sourceforge.net/viewcvs.py/vif/VIF%20Framework/org/hip/=
kernel/servlet/impl/AbstractRequestHandler.java?rev=3D1.13&view=3Dauto)
LSB> I see these import statements.
LSB> I wild guess: could it be that the CVS checkout missed some
LSB> lines of code? In this case, you should try to check out again.
LSB> Hope that helps,
LSB> Benno
--=20
Pozdrowienia,
Jacek Obarymski
|
|
From: Luthiger S. B. <ben...@id...> - 2006-01-27 14:51:48
|
Dear Jacek Know I understand what you've said, although not what's the cause of the = problem :-( You're absolutely correct: the classes you note have to be imported. = What's worrying me is that in the class = org.hip.kernel.servlet.impl.AbstractRequestHandler in my IDE (and also = in the one in the CVS, see = http://cvs.sourceforge.net/viewcvs.py/vif/VIF%20Framework/org/hip/kernel/= servlet/impl/AbstractRequestHandler.java?rev=3D1.13&view=3Dauto) I see = these import statements. I wild guess: could it be that the CVS checkout missed some lines of = code? In this case, you should try to check out again. Hope that helps, Benno > -----Original Message----- > From: Jacek Obarymski [mailto:jac...@po...] > Sent: Freitag, 27. Januar 2006 12:42 > To: Luthiger Stoll Benno; vif...@li... > Subject: ODP: [Vif-devel] Eclipse set up >=20 >=20 > Yes I've noticed that and added refernces to servlet.jar=20 > yesterday but like > I said the classes you use are not being imported. For example in the > AbstractRequestHandler.java file=20 > (VIF Framework/org/hip/kernel/servlet/impl)=20 > I have some errors concerning HttpServletRequest, HttpServletResponse, > ServletException classes. >=20 > If I add the following imports those errors disapear. >=20 > import javax.servlet.http.HttpServletRequest; > import javax.servlet.http.HttpServletResponse; > import javax.servlet.ServletException; >=20 > Why don't you place these imports in this file? > Should the imports be 'inherited' from some other package/project?=20 > I've set all the project and references you wrote in the=20 > previuos mails. >=20 > Maybe this question result from my lack of experience in java=20 > / eclipse > projects but the answer could help me to understand better=20 > what's going on > in the project.=20 >=20 > Jacek >=20 >=20 > > -----Wiadomo=B6=E6 oryginalna----- > > Od: vif...@li... [mailto:vif-devel- > > ad...@li...] W imieniu Luthiger Stoll Benno > > Wys=B3ano: 27 stycznia 2006 12:13 > > Do: vif...@li... > > Temat: RE: [Vif-devel] Eclipse set up > >=20 > > Dear Jacek > >=20 > > I forgot to mention that I've created another classpath=20 > variable 'SERVLET' > > to reference the servlert.jar. In my installation this=20 > variable point to > > the sevlet.jar deployed with the tomcat installation, i.e. > > TOMCAT_HOME\common\lib\servlet.jar. I also defined a=20 > classpath variable > > 'MYSQL' referencing the jdbc drivers' class library. You=20 > can point this > > variable to=20 > vifapp/WEB-INF/lib/mysql-connector-java-3.0.11-stable-bin.jar. > > After having included these variables/jar-files, the=20 > compile errors should > > go away. > >=20 > > Please don't forget to create your CVS branch befor you=20 > start coding. > >=20 > > Greetings, > > Benno > >=20 > >=20 > > > -----Original Message----- > > > From: vif...@li... > > > [mailto:vif...@li...]On Behalf Of > > > Jacek Obarymski > > > Sent: Freitag, 27. Januar 2006 00:50 > > > To: VIF Devel Mailinglist (E-mail) > > > Subject: Re[2]: [Vif-devel] Eclipse set up > > > > > > > > > Hello, > > > > > > I've checked oud project once again and the problem didn't occur. > > > > > > But I have a lot of build errors probably because of lack of the > > > library references. > > > > > > For example in the file AbstractRequestHandler.java: > > > > > > HttpServletResponse cannot be resolved to a type > > > AbstractRequestHandler.java VIF > > > Framework/org/hip/kernel/servlet/impl line 245 > > > request cannot be resolved ServletRequestInspector.java > > > VIF Framework/org/hip/kernel/servlet/impl line 83 27 > > > stycze=F1 2006 00:19:37 48836 > > > ServletException cannot be resolved to a type > > > AbstractRequestHandler.java VIF > > > Framework/org/hip/kernel/servlet/impl line 116 > > > 27 stycze=F1 2006 00:29:11 49300 > > > > > > etc... (lots of similar errors) > > > > > > Its probably due to lack of library references. If I add=20 > the following > > > imports the errors disapear (those imports occur in=20 > comments but don't > > > occur in the package source, why?): > > > > > > > > > import javax.servlet.http.HttpServletRequest; > > > import javax.servlet.http.HttpServletResponse; > > > import javax.servlet.ServletException; > > > > > > I get about 98 similar errors and probably I've made some mistakes > > > during eclipse setup. If you want I can send you the=20 > error list maybe > > > you can figure something out. > > > > > > > > > Jacek >=20 >=20 |
|
From: Jacek O. <jac...@po...> - 2006-01-27 11:43:29
|
Yes I've noticed that and added refernces to servlet.jar yesterday but = like I said the classes you use are not being imported. For example in the AbstractRequestHandler.java file=20 (VIF Framework/org/hip/kernel/servlet/impl)=20 I have some errors concerning HttpServletRequest, HttpServletResponse, ServletException classes. If I add the following imports those errors disapear. import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.ServletException; Why don't you place these imports in this file? Should the imports be 'inherited' from some other package/project?=20 I've set all the project and references you wrote in the previuos mails. Maybe this question result from my lack of experience in java / eclipse projects but the answer could help me to understand better what's going = on in the project.=20 Jacek > -----Wiadomo=B6=E6 oryginalna----- > Od: vif...@li... [mailto:vif-devel- > ad...@li...] W imieniu Luthiger Stoll Benno > Wys=B3ano: 27 stycznia 2006 12:13 > Do: vif...@li... > Temat: RE: [Vif-devel] Eclipse set up >=20 > Dear Jacek >=20 > I forgot to mention that I've created another classpath variable = 'SERVLET' > to reference the servlert.jar. In my installation this variable point = to > the sevlet.jar deployed with the tomcat installation, i.e. > TOMCAT_HOME\common\lib\servlet.jar. I also defined a classpath = variable > 'MYSQL' referencing the jdbc drivers' class library. You can point = this > variable to = vifapp/WEB-INF/lib/mysql-connector-java-3.0.11-stable-bin.jar. > After having included these variables/jar-files, the compile errors = should > go away. >=20 > Please don't forget to create your CVS branch befor you start coding. >=20 > Greetings, > Benno >=20 >=20 > > -----Original Message----- > > From: vif...@li... > > [mailto:vif...@li...]On Behalf Of > > Jacek Obarymski > > Sent: Freitag, 27. Januar 2006 00:50 > > To: VIF Devel Mailinglist (E-mail) > > Subject: Re[2]: [Vif-devel] Eclipse set up > > > > > > Hello, > > > > I've checked oud project once again and the problem didn't occur. > > > > But I have a lot of build errors probably because of lack of the > > library references. > > > > For example in the file AbstractRequestHandler.java: > > > > HttpServletResponse cannot be resolved to a type > > AbstractRequestHandler.java VIF > > Framework/org/hip/kernel/servlet/impl line 245 > > request cannot be resolved ServletRequestInspector.java > > VIF Framework/org/hip/kernel/servlet/impl line 83 27 > > stycze=F1 2006 00:19:37 48836 > > ServletException cannot be resolved to a type > > AbstractRequestHandler.java VIF > > Framework/org/hip/kernel/servlet/impl line 116 > > 27 stycze=F1 2006 00:29:11 49300 > > > > etc... (lots of similar errors) > > > > Its probably due to lack of library references. If I add the = following > > imports the errors disapear (those imports occur in comments but = don't > > occur in the package source, why?): > > > > > > import javax.servlet.http.HttpServletRequest; > > import javax.servlet.http.HttpServletResponse; > > import javax.servlet.ServletException; > > > > I get about 98 similar errors and probably I've made some mistakes > > during eclipse setup. If you want I can send you the error list = maybe > > you can figure something out. > > > > > > Jacek |
|
From: Luthiger S. B. <ben...@id...> - 2006-01-27 11:13:09
|
Dear Jacek I forgot to mention that I've created another classpath variable = 'SERVLET' to reference the servlert.jar. In my installation this = variable point to the sevlet.jar deployed with the tomcat installation, = i.e. TOMCAT_HOME\common\lib\servlet.jar. I also defined a classpath = variable 'MYSQL' referencing the jdbc drivers' class library. You can = point this variable to = vifapp/WEB-INF/lib/mysql-connector-java-3.0.11-stable-bin.jar. After having included these variables/jar-files, the compile errors = should go away. Please don't forget to create your CVS branch befor you start coding. Greetings, Benno > -----Original Message----- > From: vif...@li...=20 > [mailto:vif...@li...]On Behalf Of=20 > Jacek Obarymski > Sent: Freitag, 27. Januar 2006 00:50 > To: VIF Devel Mailinglist (E-mail) > Subject: Re[2]: [Vif-devel] Eclipse set up >=20 >=20 > Hello, >=20 > I've checked oud project once again and the problem didn't occur. >=20 > But I have a lot of build errors probably because of lack of the > library references. >=20 > For example in the file AbstractRequestHandler.java: >=20 > HttpServletResponse cannot be resolved to a type =20 > AbstractRequestHandler.java VIF=20 > Framework/org/hip/kernel/servlet/impl line 245 > request cannot be resolved ServletRequestInspector.java =20 > VIF Framework/org/hip/kernel/servlet/impl line 83 27=20 > stycze=F1 2006 00:19:37 48836 > ServletException cannot be resolved to a type =20 > AbstractRequestHandler.java VIF=20 > Framework/org/hip/kernel/servlet/impl line 116 =20 > 27 stycze=F1 2006 00:29:11 49300 >=20 > etc... (lots of similar errors) >=20 > Its probably due to lack of library references. If I add the following > imports the errors disapear (those imports occur in comments but don't > occur in the package source, why?): >=20 >=20 > import javax.servlet.http.HttpServletRequest; > import javax.servlet.http.HttpServletResponse; > import javax.servlet.ServletException; >=20 > I get about 98 similar errors and probably I've made some mistakes > during eclipse setup. If you want I can send you the error list maybe > you can figure something out. >=20 >=20 > Jacek >=20 >=20 |
|
From: Jacek O. <jac...@po...> - 2006-01-27 00:00:26
|
Hello, I've checked oud project once again and the problem didn't occur. But I have a lot of build errors probably because of lack of the library references. =46or example in the file AbstractRequestHandler.java: HttpServletResponse cannot be resolved to a type AbstractRequest= Handler.java VIF Framework/org/hip/kernel/servlet/impl line 2= 45 request cannot be resolved ServletRequestInspector.java VIF Fra= mework/org/hip/kernel/servlet/impl line 83 27 stycze=F1 2006 00:1= 9:37 48836 ServletException cannot be resolved to a type AbstractRequestHandler.= java VIF Framework/org/hip/kernel/servlet/impl line 116 = 27 stycze=F1 2006 00:29:11 49300 etc... (lots of similar errors) Its probably due to lack of library references. If I add the following imports the errors disapear (those imports occur in comments but don't occur in the package source, why?): import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.ServletException; I get about 98 similar errors and probably I've made some mistakes during eclipse setup. If you want I can send you the error list maybe you can figure something out. Jacek LSB> Dear Jacek LSB> Thanks for the note. I don't understand it but I'll keep it in min= d. LSB> Could the CVS checkout download the class LSB> org.hip.kernel.sys.test.AllTests.java (in the 'VIF Framework LSB> Test' project). |
|
From: Luthiger S. B. <ben...@id...> - 2006-01-26 14:06:15
|
Dear Sridhanya Looking at the error message I see that indeed the html code in question = is not well-formed: The rel attribute's value misses the enclosing = quotes. I had to fix that in the framework. You find the jar file fixing = this issue in the attachement. You have to replace the existing vifapp\WEB-INF\lib\viffw.jar with the = new one. Maybe you've configured your browser for very strict parsing. Else I = don't understand why I didn't encounter this problem as well. I hope, this fix will bring you some steps further. Regards, Benno -----Original Message----- From: sridhanya [mailto:sri...@gm...] Sent: Donnerstag, 26. Januar 2006 12:13 To: Luthiger Stoll Benno Subject: Re: [Vif-devel] Regd xml parser error Benno, Iam getting the follwing error, =20 XML Parsing Error: not well-formed Location: = http://localhost:8081/vifapp/admin?requestType=3Dmaster&body=3Dstartup Line Number 7, Column 11:<link rel=3Dstylesheet media=3D"all" = type=3D"text/css" href=3D"./css/body.css"/> ----------^ The above stated error i get in FIREFOX Browser. And in Internet Explorer I get a empty page with status bar having error. And if try double click on the status bar i get the error displayed as Line:9 Char:1 parent.frames.0.location is null or not an object URL:http://localhost:8081/vifapp/admin?requestType=3Dmaster&body=3Dstartu= p And iam anyways attaching the log file generated by tomcat which is = clearly stating the servlets doesnt throw any error. Thanks sridhanya On 1/26/06, Luthiger Stoll Benno <ben...@id...> wrote: Dear Sridhanya I can't figure out which component throws the error. Could you send me a screen shot of the browser window with the error = displayed? What happens if you enter the following URL = http://localhost:8081/vifapp/admin?requestType=3Dmaster&body=3Dstartup ? Regards, Benno |
|
From: Luthiger S. B. <ben...@id...> - 2006-01-26 10:50:29
|
Dear Sridhanya
I can't figure out which component throws the error.
Could you send me a screen shot of the browser window with the error =
displayed?
What happens if you enter the following URL =
http://localhost:8081/vifapp/admin?requestType=3Dmaster&body=3Dstartup ?
Regards,
Benno
-----Original Message-----
From: sridhanya [mailto:sri...@gm...]
Sent: Donnerstag, 26. Januar 2006 10:31
To: Luthiger Stoll Benno
Subject: Re: [Vif-devel] Regd xml parser error
Benno
Iam sorry my previous mail was pretty confusing.
U once told me that possiblities of the error could be =
"Inconsistencies b/w Jar files".
So itired with xerces.jar and now log file doesnt have any error.
That is i guess now servlet part doesnt throw any error.
But iam stilll unable to view the application.
Iam now getting xml parser error in browser only.
So i tried in Internet explorer to Know about it further.
Javscript error was also there that
"PARENT LOCATION ID is 0"
So suggest what i have to do now,To overcome this error.
Thanks
sridhanya
On 1/26/06, Luthiger Stoll Benno <ben...@id...> wrote:
Dear Sridhanya
Do I understand you correctly: After copying the xercesImpl.jar =
according your description you've been able to run the application and =
to login?
That would be good. I googled for 'tomcat common/lib xerces' and found a =
tomcat page with information that possibly could explain this phenomenon =
(see http://tomcat.apache.org/tomcat-5.0-doc/class-loader-howto.html).
Maybe we don't have to deploy the xml related jar files at all if they =
are on the target systems anyway. Thus we could overcome dependencies =
that could lead to problems (as you gave an example).
Anyway, if the application works on your system and you have played =
around enough, tell me when you're ready for further steps.
Regards,
Benno
-----Original Message-----
From: vif...@li... =
[mailto:vif...@li... ]On Behalf Of sridhanya
Sent: Donnerstag, 26. Januar 2006 07:56
To: vif...@li...
Subject: [Vif-devel] Regd xml parser error
Benno,=20
I checked the xml related jar files.
I have completed in my installation.
Tomcat Log file has no errors.
Iam able to view the
http://localhost:8081/vifapp/admin?requestType=3Dsmoke=20
And home page is also fine.
Bu when try to use any one one of the options,I get the following =
error.
XML Parsing Error: not well-formed
Location: http://localhost:8081/vifapp/admin=20
Line Number 7, Column 11:<link rel=3Dstylesheet media=3D"all" =
type=3D"text/css" href=3D"./css/body.css"/>
----------^
http://localhost:8081/vifapp/admin {this page also has the above stated =
error]
Please suggest me the needful.
Note:
You asked to me check the log file of our application.
When i deploy vifaap.war ,No such directory is created.=20
Then i created a log directory inside Manually.
Then also after running the application through browser the directory =
seems to empty.
Workaround I did to overcome my previous errors [The error in tomcat log =
directory..regd xmlparser]=20
I copied xercesImpl.jar to tomcat's common/lib folder.
I dont have technical reason "Why the errors vanished after placing =
the jar file there".
Any ways our application lib has these files.
thanks
sridhanya
|
|
From: Luthiger S. B. <ben...@id...> - 2006-01-26 08:29:19
|
Dear Jacek Thanks for the note. I don't understand it but I'll keep it in mind. Could the CVS checkout download the class = org.hip.kernel.sys.test.AllTests.java (in the 'VIF Framework Test' = project). Regards, Benno > -----Original Message----- > From: Jacek Obarymski [mailto:jac...@po...] > Sent: Mittwoch, 25. Januar 2006 19:59 > To: Luthiger Stoll Benno > Subject: Re: [Vif-devel] Eclipse set up >=20 >=20 > Hello >=20 > During CVS checkout I've got the following error: >=20 > Errors occured in 1 of 7 operations. > The location for /VIF Framework=20 > Test/org/hip/kernel/sys/test/AllTests.java could not be=20 > determined because it is based on an undefined path variable. >=20 >=20 > It's probably not a problem for now but I'm sending it just to let > you know. > =20 > --=20 > Greets >=20 > Jacek >=20 >=20 |
|
From: sridhanya <sri...@gm...> - 2006-01-26 06:56:20
|
Benno,
I checked the xml related jar files.
I have completed in my installation.
Tomcat Log file has no errors.
Iam able to view the
http://localhost:8081/vifapp/admin?requestType=3Dsmoke
And home page is also fine.
Bu when try to use any one one of the options,I get the following error.
XML Parsing Error: not well-formed
Location: http://localhost:8081/vifapp/admin
Line Number 7, Column 11:<link rel=3Dstylesheet media=3D"all" type=3D"text/=
css"
href=3D"./css/body.css"/>
----------^
http://localhost:8081/vifapp/admin {this page also has the above stated
error]
Please suggest me the needful.
Note:
You asked to me check the log file of our application.
When i deploy vifaap.war ,No such directory is created.
Then i created a log directory inside Manually.
Then also after running the application through browser the directory
seems to empty.
Workaround I did to overcome my previous errors [The error in tomcat log
directory..regd xmlparser]
I copied xercesImpl.jar to tomcat's common/lib folder.
I dont have technical reason "Why the errors vanished after placing the
jar file there".
Any ways our application lib has these files.
thanks
sridhanya
|
|
From: Luthiger S. B. <ben...@id...> - 2006-01-25 14:22:03
|
Dear Jacek Here some additional information for the project setup in Eclipse: - 'vifapp' is a Tomcat project (I use the com.sysdeo.eclipse.tomcat = plugin). The application URI is '/vifapp' (in the project's Tomcat = configuration). I've created a classpath variable 'TOMCAT_HOME' to = reference the tomcat's servlet.jar and jasper_runtime.jar on the = project's build path. Additionally the two Java projects 'VIF' and 'VIF = Framework' are referenced for the build path. - 'VIF' is a Java project. This is the place for the application's Java = source code. This project references the project 'VIF Framework' and the = exernal libraries 'lucene-1.4.3.jar', 'mail.jar', 'mailapi.jar', = 'xalan.jar' and 'xercesImpl.jar'. These external libraries are deployed = in the application's lib directory, i.e. 'vifapp\WEB-INF\lib'. - 'VIF Framework' is the Java project containing the source code of the = framework. This project's build path references the external libraries = 'activation.jar' and 'jaxp.jar' together with 'mail.jar' and = 'mailapi.jar'. - 'VIF Test' and 'VIF Framework Test' contain the test suites for the = application and the framework respectively. 'VIF Test' references 'VIF' = and 'VIF Framework' wheras 'VIF Framework Test' has to reference ''VIF = Framework' obviously. - 'scripts' is a simple project containing the sql scripts to populate = the database. The idea is that every flavour of database gets it's set = of scripts. Actually, only MySQL is complete. Regards, Benno |
|
From: Luthiger S. B. <ben...@id...> - 2006-01-25 11:37:36
|
Dear Jacek > I've registered to the list. Good, the I can communicate on the list. Ok, lets try with the task 'suspend participation'. The big picture is as follows: The review system of the discussion forum designates randomly = participants in the discussion group to review a contribution. A mail is = sent to the designated reviewer to invite him or her to review the = specified contribution. This works fine if all participants are = accessible. However the workflow is blocked if a designated reviewer is = e.g. in holidays and, therefore, not addressable for some days (or = weeks). In this case, participants should have the possibility to = suspend participation, i.e. to tell the system that they're not = available as reviewer. This task is prepared somehow, but not implemented yet (see = org.hip.vif.forum.tasks.impl.SuspendTask). As first step, starting from = org.hip.vif.forum.tasks.impl.SuspendTask, you have to create a view = class (see examples in the org.hip.vif.forum.servlets.impl package). = This view is responsable for the transformation, i.e. it prepares the = xml and choses the xslt for the rendering. The xslt will by some file in = /vifapp/forum/en/suspend/ (i.e. in the 'vifapp' project). The first view = should display two fields to enter the dates 'from' and 'to' for the = time span where participation is suspenden. It would be nice if the user = sees the list of discussion groups he has registered and, therefore, = whose participation he's about to suspend. For hints how to get this see = org.hip.vif.forum.tasks.impl.RegisterShowListTask. Does this sound reasonable to you? If you want, I can give you CVS = access. You should then create your branch where you can work. Regards, Benno > -----Original Message----- > From: Jacek Obarymski [mailto:jac...@po...] > Sent: Mittwoch, 25. Januar 2006 11:59 > To: Luthiger Stoll Benno > Subject: ODP: future tasks >=20 >=20 > Hello >=20 > Yes, installation was quite smooth.=20 > I've registered to the list. > I think for a start I need to get to know the system better=20 > so it would good > to do something reltively easy but involving some java=20 > programing and xslt. >=20 > Reagards >=20 > Jacek >=20 >=20 >=20 >=20 |
|
From: Luthiger S. B. <ben...@id...> - 2006-01-21 20:50:21
|
Dear Sridhanya What happens if you enter http://localhost:8080/vifapp/? I hope at least = this static page will be displayed. If so, it could be helpful if you = could send me the error.log in the application's log directory. You = should find this directory under TomcatBase\webapps\vifapp\logs. In the log-file you sent me I see the message: ... java.lang.ClassCastException: = org.apache.xerces.jaxp.DocumentBuilderFactoryImpl ... as root error. The application configures the javax.xml.parsers.DocumentBuilderFactory = in its configuration file (see = TomcatBase\webapps\vifapp\WEB-INF\conf\vif.properties). It might be = possible that the jaxp.jar (including = javax.xml.parsers.DocumentBuilderFactory) is incompatible with the = xercesImpl.jar that contains = org.apache.xerces.jaxp.DocumentBuilderFactoryImpl. Both jar-files are = deployed with the application (see = TomcatBase\webapps\vifapp\WEB-INF\lib\). However, it could be possible = that your system has one of these classes on the CLASSPATH and, = therefore, uses the class found in a jar-file installed yet that is = incompatible with the classes in the libraries deployed with the = application. Does this sound reasonable for you? May be the 'Class Path' entry on = http://localhost:8080/vifapp/admin?requestType=3Dsmoke can be helpful in = this case. Thanks, Benno -----Original Message----- From: sridhanya [mailto:sri...@gm...] Sent: Samstag, 21. Januar 2006 14:45 To: Luthiger Stoll Benno Subject: Log File Hi Luthiger, First step.I tried for the below url. http://localhost:8080/vifapp/admin?requestType=3Dsmoke And i could see the tomcat properties. Second step i wish create user and created using the below url. = http://localhost:8080/vifapp/admin?requestType=3DcreateSU&userId=3DsuId&p= asswd=3DsuPasswd An entry was created in tbl members. But blank screen was displayed. Thid step i wish to see the login page. http://localhost:8080/vifapp/admin/ A blank screen was displayed in the browser. And i found browser was showing jvascript error...location 0 object is = null. I thought of seeking your help.So i have attached the log file of = tomcat along with this mail. Please do the needful. thanks sridhanya |
|
From: Luthiger S. B. <ben...@id...> - 2005-12-07 08:14:18
|
Hello I've relased version 0.8.0 of the VIF application today. This release contains the following improvements: Changes to Release 0.8.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Features added - Implemented full text search for contributions and members by = integrating the Lucene search engine (version 1.4.3). - Improved execution security of all tasks by replacing method = Task.hasPermissions() by Task.needsPermission(). Framework 0.9.7 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Features added: - Added LIMIT to SQL. - Added convenience methods to VSys.java. - Improved error handling in WorkflowAwareImpl.java. Bugs fixed: - Improved error handling in AbstractRequestHandler.java in case of XSLT = failure. Regards, Benno Luthiger _______________________________________________________________________ Benno Luthiger WEP J 11 Swiss Federal Institute of Technology Zurich CH-8092 Zurich=20 Tel: +41 1 632 57 65 _______________________________________________________________________ |
|
From: Luthiger S. B. <ben...@id...> - 2005-08-04 09:07:47
|
Hello I've relased version 0.7.0 of the VIF application today. This release contains the following improvements: Changes to Release 0.7.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Features added - Implemented guest depth feature: Questions are visible for guests=20 (i.e. unauthenticated users) only up to a specified depth. - Improved view of discussion groups. Groups with GuestDepth =3D 0 = aren't=20 displayed to guests anymore. - Implemented feature to set questions to 'answered' status and to = reopen them. Bugs fixed - Fixed encoding bug caused by input of umlauts into forms by adding=20 accept-charset=3D"ISO-8859-1, ISO-8859-15" to each form. Framework 0.9.6 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Features added - Added join type 'NO_JOIN' to JoinedObjectDef. - Framework for DomainObjectModels implements SQL HAVING and GROUP BY = now. Regards, Benno Luthiger _______________________________________________________________________ Benno Luthiger WEP J 11 Swiss Federal Institute of Technology Zurich CH-8092 Zurich=20 Tel: +41 1 632 57 65 _______________________________________________________________________ |
|
From: <vif...@li...> - 2005-08-03 16:50:47
|
To the participants of the discussion group "testGroup1" The state of the group "testGroup1" has changed. The group is active now. You're able now to create and review contributions. Regards, The VIF Administration |
|
From: <vif...@li...> - 2005-08-03 16:47:27
|
To the participants of the discussion group "testGroup1" The state of the group "testGroup1" has changed. The group is active now. You're able now to create and review contributions. Regards, The VIF Administration |
|
From: <vif...@li...> - 2005-08-03 16:40:48
|
To the participants of the discussion group "TestGroup1" The state of the group "TestGroup1" has changed. The group is active now. You're able now to create and review contributions. Regards, The VIF Administration |
|
From: <vif...@li...> - 2005-08-03 16:34:07
|
The following contributions have been published: Question 14:1.1.1: Should we stop when we got a first result or should we go further, hoping to get a better result? Remark: To define a stop criterion can help to calculate the time and effort needed and, therefore, to reduce uncertainty. Regards, The VIF Administration |
|
From: <vif...@li...> - 2005-08-03 16:29:41
|
Die folgenden Beitr=E4ge wurden publiziert: Erg=E4nzung (1:1): Eine weitere Erg=E4nzung. Mit freundlichen Gr=FCssen Die VIF Administration |
|
From: <vif...@li...> - 2005-08-03 16:26:20
|
Beitr=E4ge von Peter Geheim Frage 24:1.2: Welche Institutionen "denken" auf nationaler Ebene? Bemerkung: Wenn die Nationalr=E4te die kantonalen Interessen auf Bundeseben= e vertreten, bedeutet das noch nicht notwendigerweise, dass die Reflexion a= uf nationaler Ebene zu wenig Gewicht hat. M=F6glicherweise =FCbernehmen and= ere Institutionen diese Rolle auf wirksame Weise. Erg=E4nzung (24:1.1): Eine *fehlende Reflexion auf nationaler Ebene* k=F6nn= te dazu f=FChren, dass bei zunehmend knappen Ressourcen die zentralen bunde= sstaatlichen Institutionen geschw=E4cht werden. |
|
From: <vif...@li...> - 2005-08-03 16:25:17
|
To the participants of the discussion group "TestGroup1" The state of the group "TestGroup1" has changed. The group is active now. You're able now to create and review contributions. Regards, The VIF Administration |
|
From: <vif...@li...> - 2005-08-03 16:24:04
|
To the participants of the discussion group en_test The state of the group en_test has changed. The group is active now. You're able now to create and review contributions. Regards, Die VIF Administration |
|
From: Benno L. <ben...@id...> - 2005-02-23 17:37:13
|
Hello I've just release Version 0.6.6 of the VIF application. Here's the list of changes: Changes to Release 0.6.6 ======================== Features added - Mails sent to inform authors and reviewers about changes contain now a link that leads to the user's page where she can proceed the next steps in the workflow. - Added forwarding to Login if task is accessed by an anonymous user (e.g. because of session timeout). The user's request is forwarded to the requested task after successful authentication. Bugs fixed - Changed occurrencies of ISO-8859-1 to UTF-8 for that umlauts and special characters are displayed correctly. All pages are now delivered as UTF-8. Framework 0.9.5 =============== Bugs fixed - Fixed bug in RequestHandler that caused exception when framework is used in combination with Apache. Regards, Benno Luthiger _______________________________________________________________________ Benno Luthiger WEP J 11 Swiss Federal Institute of Technology Zurich CH-8092 Zurich Tel: +41 1 632 57 65 _______________________________________________________________________ |
|
From: Benno L. <ben...@id...> - 2004-12-11 10:13:36
|
Dear Leena
> pserver - a CVS specific connection method.
> extssh - an SSH 2.0 client included with Eclipse
> ext - the CVS ext connection method which uses an
Yes, I forgot to mention this: For anonymous checkout you have to use
pserver. You'll need extssh to checkin modified code.
> 1. I have created 5 java projects and 1 simple project
> of scripts and I have got the latest code from the CVS
> now.
That's perfect.
> 2. For the 'CVSROOT' folder in CVS, I have not created
> a project yet. Please let me know if I need to create
> it as a seperate project and which 'project type' to
> be used for it. ('CVS' or 'Java Project')?
No need to create such a folder in your workspace.
Did you download and install the Sysdeo Tomcat plug-in yet?
Have you been able to set the project's build paths so that all code could
compile? If you encounter problems concerning this step I might give you
some hints.
Regards,
Benno
|
|
From: Leena K. <lee...@ya...> - 2004-12-09 16:01:50
|
Hello Benno, I have finally been able to create and connect to the repository. During the repository creation, the default for 'Connection Type' came as 'extssh', which I replaced by 'pserver' from the drop down. So for a new repository creation we need to provide the following details- Host: cvs.sourceforge.net Repository path: /cvsroot/vif User: anonymous Password: (none) Connection Type: pserver (on my machine 'extssh' was the default. Interestingly, help document says that pserver is the default provided. May be your installation has this? Which then explains why things went smooth in a fresh workbench.) As it is we are talking about it, I checked what the connection types mean in help. There are three connection methods that come with the Eclipse CVS client: pserver - a CVS specific connection method. extssh - an SSH 2.0 client included with Eclipse ext - the CVS ext connection method which uses an external tool such as SSH to connect to the repository. The tool used by ext is configured in the Team > CVS > EXT Connection Method preference page. STATUS: 1. I have created 5 java projects and 1 simple project of scripts and I have got the latest code from the CVS now. 2. For the 'CVSROOT' folder in CVS, I have not created a project yet. Please let me know if I need to create it as a seperate project and which 'project type' to be used for it. ('CVS' or 'Java Project')? Thanks for your help in all this. Regards, Leena __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com |