sandbox15 - nightly build, continuum, examples

2006-10-15 Thread Mario Ivankovits
for the whole build, which shouldn't be, should it? Now I would like to ask if someone is able to: *) add the sandbox15 to our nightly build *) add it to the continuum build *) create a link to the sandbox15 examples webapp (which has to happen at Irian, no?) I've already setup a simple

Re: sandbox15 - nightly build, continuum, examples

2006-10-15 Thread Wendy Smoak
On 10/15/06, Mario Ivankovits [EMAIL PROTECTED] wrote: I've finished setting up the sandbox15 stuff. We now have working pom.xml things in there so that anyone who would like to check out the stuff is able to do a simple mvn install in there, though, I didn't add it to our main pom.xml file in

Re: sandbox15 - nightly build, continuum, examples

2006-10-15 Thread Mario Ivankovits
Hi Wendy! I didn't add it to our main pom.xml file in tomahawk as then it is a requirement to use Java 5.0 for the whole build, which shouldn't be, should it? Profiles can be activated by JDK version. For example, from the Shale Apps pom: Ah yes, great idea! Works like a charm. Now I

Are we building an examples package as part of a release?

2006-09-22 Thread Mike Kienenberger
Are we building an examples package as part of a release? Martin's comment in http://issues.apache.org/jira/browse/TOMAHAWK-629 makes it sound like we are, but I can't find them in any of the usual expected places. We need to correct the link in this issue if so. Otherwise, this issue really

[jira] Resolved: (TOMAHAWK-263) Sandbox examples are missing myfaces-example-simple classes, resources, and configuration files

2006-09-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-263?page=all ] Martin Marinschek resolved TOMAHAWK-263. Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Mike Kienenberger Sandbox examples are missing myfaces-example

Re: [jira] Resolved: (TOMAHAWK-263) Sandbox examples are missing myfaces-example-simple classes, resources, and configuration files

2006-09-19 Thread Mike Kienenberger
Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Mike Kienenberger Sandbox examples are missing myfaces-example-simple classes, resources, and configuration files --- Key

[jira] Resolved: (TOMAHAWK-629) Examples don't contain java source code

2006-09-18 Thread Martin Marinschek (JIRA)
- and in the upcoming 1.1.4 release. regards, Martin Examples don't contain java source code --- Key: TOMAHAWK-629 URL: http://issues.apache.org/jira/browse/TOMAHAWK-629 Project: MyFaces Tomahawk Issue Type

Re: svn commit: r433909 - in /myfaces/tomahawk/trunk/examples/simple/src/main: java/org/apache/myfaces/examples/common/ java/org/apache/myfaces/examples/util/ resources/org/apache/myfaces/examples/res

2006-08-23 Thread Matthias Wessendorf
myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/common/CarConfigurator.java Tue Aug 22 22:23:54 2006 @@ -22,6 +22,9 @@ import javax.faces.context.FacesContext; import javax.faces.model.SelectItem; import javax.faces.validator.ValidatorException; +import

Re: svn commit: r433909 - in /myfaces/tomahawk/trunk/examples/simple/src/main: java/org/apache/myfaces/examples/common/ java/org/apache/myfaces/examples/util/ resources/org/apache/myfaces/examples/res

2006-08-23 Thread Martin Marinschek
I don't get you - you mean the HttpServletResponse which is too much in the imports? Are you getting pedantic on your old days in the US ;)) ? regards, Martin On 8/23/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces

Re: svn commit: r433909 - in /myfaces/tomahawk/trunk/examples/simple/src/main: java/org/apache/myfaces/examples/common/ java/org/apache/myfaces/examples/util/ resources/org/apache/myfaces/examples/res

2006-08-23 Thread Matthias Wessendorf
[EMAIL PROTECTED] wrote: myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/common/CarConfigurator.java Tue Aug 22 22:23:54 2006 @@ -22,6 +22,9 @@ import javax.faces.context.FacesContext; import javax.faces.model.SelectItem; import

[jira] Created: (MYFACES-1362) Getting Started Page says examples are on download page. They are not.

2006-07-10 Thread Rick Hightower (JIRA)
Getting Started Page says examples are on download page. They are not. -- Key: MYFACES-1362 URL: http://issues.apache.org/jira/browse/MYFACES-1362 Project: MyFaces Core Type: Bug Components

[jira] Commented: (MYFACES-1362) Getting Started Page says examples are on download page. They are not.

2006-07-10 Thread Sarang Shah (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1362?page=comments#action_12420215 ] Sarang Shah commented on MYFACES-1362: -- Also the nightly distribution has 1.1.0 version of myfaces-X.X.X-examples.zip. Getting Started Page says examples

Re: Jetty plugin can be used to run the myfaces examples

2006-06-12 Thread Matthias Wessendorf
MYFACES-1330 On 6/12/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/10/06, Bruno Aranda [EMAIL PROTECTED] wrote: I'm running into MNG-2136 where the activation of another profile by the presence of JDK 1.5 suppresses the activeByDefault profile. Mmh, hope it gets fixed soon! We are not

Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Bruno Aranda
Hi there, I have just modified the examples base pom so now it is possible to run the examples directly using the maven jetty plugin. It is possible now too to choose whether to use myfaces or the ri for the war file generated. If no profile is used, the examples will include myfaces

Re: Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Bruno Aranda
And better if you always include the clean goal! mvn -P jettyConfig,myfaces clean jetty6:run Bruno On 6/10/06, Bruno Aranda [EMAIL PROTECTED] wrote: Hi there, I have just modified the examples base pom so now it is possible to run the examples directly using the maven jetty plugin

Re: Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Wendy Smoak
On 6/10/06, Bruno Aranda [EMAIL PROTECTED] wrote: I have just modified the examples base pom so now it is possible to run the examples directly using the maven jetty plugin. It is possible now too to choose whether to use myfaces or the ri for the war file generated. If no profile is used

Re: Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Bruno Aranda
in one of the web.xml files that a Filter or a Listener had to be configured so the app would run under Jetty. Is there any MyFaces-specific configuration that won't work if you just drop the RI jars into the examples? I'm pretty sure the Shale examples all work with either MyFaces or the RI under

Re: Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Matthias Wessendorf
of the web.xml files that a Filter or a Listener had to be configured so the app would run under Jetty. Is there any MyFaces-specific configuration that won't work if you just drop the RI jars into the examples? I'm pretty sure the Shale examples all work with either MyFaces or the RI under Tomcat

where can i get myfaces 1.1.2 examples

2006-05-26 Thread sarma
Hi, where can i get myfaces examples of version 1.1.2 -- View this message in context: http://www.nabble.com/where+can+i+get+myfaces+1.1.2+examples-t1685152.html#a4571124 Sent from the My Faces - Dev forum at Nabble.com.

where can i get myfaces 1.1.2 examples

2006-05-26 Thread sarma
Hi, where can i get myfaces examples of version 1.1.2 with regards shannu sarma -- View this message in context: http://www.nabble.com/where+can+i+get+myfaces+1.1.2+examples-t1685153.html#a4571130 Sent from the My Faces - Dev forum at Nabble.com.

Re: Duplicate faces-config.xml in tomahawk examples?

2006-05-16 Thread Sean Schofield
PING... Anyone? On 5/8/06, Sean Schofield [EMAIL PROTECTED] wrote: I noticed that there is a faces-config.xml in the WEB-INF dir of simple examples. Its basically listing out all of the components and validators. This seems to be unecessary and potentially confusing. The necessary config

Duplicate faces-config.xml in tomahawk examples?

2006-05-08 Thread Sean Schofield
I noticed that there is a faces-config.xml in the WEB-INF dir of simple examples. Its basically listing out all of the components and validators. This seems to be unecessary and potentially confusing. The necessary config is already in the tomahawk jar right? Anyone want to volunteer

[jira] Resolved: (TOMAHAWK-198) Extra jar in simple examples

2006-04-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-198?page=all ] sean schofield resolved TOMAHAWK-198: - Resolution: Fixed Extra jar in simple examples Key: TOMAHAWK-198 URL: http

[jira] Created: (TOMAHAWK-263) Sandbox examples are missing myfaces-example-simple classes, resources, and configuration files

2006-04-19 Thread Mike Kienenberger (JIRA)
Sandbox examples are missing myfaces-example-simple classes, resources, and configuration files --- Key: TOMAHAWK-263 URL: http://issues.apache.org/jira/browse/TOMAHAWK-263 Project

Tomahawk Examples (Dependency Weirdness)

2006-04-19 Thread Sean Schofield
I've noticed that the examples (including the ones in the new tomahawk branch) include the tomahawk-shared jar. I've tried to strike this dependency from the POM's but its still popping up. Maybe this is because Tomahawk 1.0.2-SNAPSHOT has a dependency on it? Sean

Re: Tomahawk Examples (Dependency Weirdness)

2006-04-19 Thread Dennis Byrne
Related ? http://issues.apache.org/jira/browse/TOMAHAWK-198 Dennis Byrne -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 04:52 PM To: 'MyFaces Development' Subject: Tomahawk Examples (Dependency Weirdness) I've noticed that the examples

Re: Tomahawk Examples (Dependency Weirdness)

2006-04-19 Thread Sean Schofield
Byrne -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 04:52 PM To: 'MyFaces Development' Subject: Tomahawk Examples (Dependency Weirdness) I've noticed that the examples (including the ones in the new tomahawk branch) include

[jira] Resolved: (TOMAHAWK-245) 500 code in simple examples for tree

2006-04-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-245?page=all ] Mario Ivankovits resolved TOMAHAWK-245: --- Fix Version: 1.1.3-SNAPSHOT Resolution: Fixed 500 code in simple examples for tree

[jira] Closed: (TOMAHAWK-245) 500 code in simple examples for tree

2006-04-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-245?page=all ] Mario Ivankovits closed TOMAHAWK-245: - 500 code in simple examples for tree Key: TOMAHAWK-245 URL: http://issues.apache.org

[jira] Closed: (TOMAHAWK-246) 500 code in simple examples for panelStack

2006-04-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-246?page=all ] Mario Ivankovits closed TOMAHAWK-246: - Fix Version: 1.1.3-SNAPSHOT Resolution: Fixed 500 code in simple examples for panelStack

[jira] Created: (TOMAHAWK-245) 500 code in simple examples for tree

2006-04-11 Thread Dennis Byrne (JIRA)
500 code in simple examples for tree Key: TOMAHAWK-245 URL: http://issues.apache.org/jira/browse/TOMAHAWK-245 Project: MyFaces Tomahawk Type: Bug Components: Tree Versions: 1.1.2-SNAPSHOT Environment: clean co

[jira] Created: (TOMAHAWK-246) 500 code in simple examples for panelStack

2006-04-11 Thread Dennis Byrne (JIRA)
500 code in simple examples for panelStack -- Key: TOMAHAWK-246 URL: http://issues.apache.org/jira/browse/TOMAHAWK-246 Project: MyFaces Tomahawk Type: Bug Components: Panel Stack Versions: 1.1.2-SNAPSHOT

[jira] Created: (TOMAHAWK-198) Extra jar in simple examples

2006-03-13 Thread Dennis Byrne (JIRA)
Extra jar in simple examples Key: TOMAHAWK-198 URL: http://issues.apache.org/jira/browse/TOMAHAWK-198 Project: MyFaces Tomahawk Type: Bug Versions: 1.1.2-SNAPSHOT Environment: clean co from Mar. 12, 2006 Reporter: Dennis

Re: svn commit: r383888 - in /myfaces: core/trunk/assembly/pom.xml shared/trunk/core/ shared/trunk/shared-impl/ shared/trunk/shared-tomahawk/ tomahawk/trunk/assembly/pom.xml tomahawk/trunk/examples/as

2006-03-07 Thread Mario Ivankovits
Hi! plugin groupIdorg.apache.myfaces.maven/groupId artifactIdwagon-maven-plugin/artifactId -version1.0.1-SNAPSHOT/version +version1.0.2-SNAPSHOT/version Is it possible to use a entity references in an pom.xml? So we can move all the version stuff

Re: svn commit: r383888 - in /myfaces: core/trunk/assembly/pom.xml shared/trunk/core/ shared/trunk/shared-impl/ shared/trunk/shared-tomahawk/ tomahawk/trunk/assembly/pom.xml tomahawk/trunk/examples/as

2006-03-07 Thread Sean Schofield
Not sure if its possible. I also worry that if its possible we will eventually get burned like we did with externals. My recommended solution is to document the release steps for each subproject in the wiki. Sean On 3/7/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! plugin

[jira] Created: (TOMAHAWK-177) sandbox examples war-file is missing some required jars

2006-03-04 Thread Jurgen Lust (JIRA)
sandbox examples war-file is missing some required jars --- Key: TOMAHAWK-177 URL: http://issues.apache.org/jira/browse/TOMAHAWK-177 Project: MyFaces Tomahawk Type: Bug Versions: 1.1.2-SNAPSHOT Environment

examples not correctly deployed

2006-03-02 Thread Mario Ivankovits
Hi! It looks like the examples are not correctly deployed. In my directory I find ~/projects/myfaces/tomahawk/examples/simple/target/myfaces-example-simple/WEB-INF/lib these three myfaces jars myfaces-api-1.1.3-SNAPSHOT.jar myfaces-commons-1.1.3-SNAPSHOT.jar myfaces-impl-1.1.3-SNAPSHOT.jar

Re: StartupServletContextListener in tomhawk-sandbox-examples web.xml but not in examples-simple web.xml

2006-03-01 Thread Mike Kienenberger
to add jetty:run to the tomahawk and sandbox examples? Also, according to Greg of Jetty, the TLD listeners should be picked up by default in Jetty 6, so the web.xml file listener entry isn't needed for Jetty 6.

sandbox examples - org.apache.myfaces.examples.resource.example_messages*.properties missing

2006-02-28 Thread Mike Kienenberger
I noticed that the sandbox examples maven build (mvn install at the command-line) doesn't include the various org.apache.myfaces.examples.resource.example_messages*.properties files from myfaces-example-simple's src/main/resources. Is this something that needs to be fixed in Maven or should

Re: sandbox examples - org.apache.myfaces.examples.resource.example_messages*.properties missing

2006-02-28 Thread Mike Kienenberger
It looks like it's not just the resources. The backing beans (for example, validatorBean) are also not being put into the sandbox examples WEB-INF/classes directory. On 2/28/06, Mike Kienenberger [EMAIL PROTECTED] wrote: I noticed that the sandbox examples maven build (mvn install

Re: sandbox examples - org.apache.myfaces.examples.resource.example_messages*.properties missing

2006-02-28 Thread Mike Kienenberger
And the examples-config.xml file from myfaces-example-simple. Perhaps the solution would be to build a jar file containing all of the tomahawk example pieces and dump that into the sandbox examples. I'm not really sure what's easier with maven -- creating the jar file or copying all

Re: StartupServletContextListener in tomhawk-sandbox-examples web.xml but not in examples-simple web.xml

2006-02-25 Thread Matthias Wessendorf
[EMAIL PROTECTED] wrote: We have inconsistently defined a listener entry in the tomahawk-sandbox-examples web.xml file but not in the myfaces-example-simple web.xml file. listener listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class /listener I

Re: StartupServletContextListener in tomhawk-sandbox-examples web.xml but not in examples-simple web.xml

2006-02-24 Thread Sean Schofield
Lets remove from sandbox to be consistent. On 2/24/06, Mike Kienenberger [EMAIL PROTECTED] wrote: We have inconsistently defined a listener entry in the tomahawk-sandbox-examples web.xml file but not in the myfaces-example-simple web.xml file. listener listener

[jira] Closed: (MYFACES-867) myfaces examples support for JSP 1.2 / Servlet 2.3 containers

2006-02-06 Thread Martin Marinschek (JIRA)
, Martin myfaces examples support for JSP 1.2 / Servlet 2.3 containers - Key: MYFACES-867 URL: http://issues.apache.org/jira/browse/MYFACES-867 Project: MyFaces Type: Bug Components: General

[jira] Created: (MYFACES-1076) Links to schedule examples don't work

2006-01-31 Thread Jurgen Lust (JIRA)
Links to schedule examples don't work - Key: MYFACES-1076 URL: http://issues.apache.org/jira/browse/MYFACES-1076 Project: MyFaces Type: Bug Components: Sandbox Reporter: Jurgen Lust Priority: Minor There was a h:form

[jira] Updated: (MYFACES-1076) Links to schedule examples don't work

2006-01-31 Thread Jurgen Lust (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1076?page=all ] Jurgen Lust updated MYFACES-1076: - Attachment: schedule-example.patch This patch deletes the schedule.jsp file and puts the links to the 4 examples in the home.jsp page, the way it is done

[jira] Closed: (MYFACES-840) 404 in simple examples using jscookmenu

2006-01-28 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-840?page=all ] Dennis Byrne closed MYFACES-840: Resolution: Fixed Assign To: Dennis Byrne 404 in simple examples using jscookmenu --- Key: MYFACES

Re: svn commit: r365751 - /myfaces/examples/trunk/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCountryList.java

2006-01-03 Thread Simon Kitching
[EMAIL PROTECTED] wrote: Author: werpu Date: Tue Jan 3 13:52:40 2006 New Revision: 365751 URL: http://svn.apache.org/viewcvs?rev=365751view=rev Log: fixed a bug, which caused the jdk 1.4 to fail on the BigDecimal constructors Modified: myfaces/examples/trunk/simple/src/main/java/org

Re: svn commit: r365751 - /myfaces/examples/trunk/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCountryList.java

2006-01-03 Thread Werner Punz
constructors Modified: myfaces/examples/trunk/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCountryList.java -_countries.add(new SimpleCountry(1, AUSTRIA, AT, new BigDecimal(123), createCities(new String[]{Wien,Graz,Linz,Salzburg}))); +_countries.add(new

Re: svn commit: r365751 - /myfaces/examples/trunk/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCountryList.java

2006-01-03 Thread Werner Punz
to fail on the BigDecimal constructors Modified: myfaces/examples/trunk/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCountryList.java -_countries.add(new SimpleCountry(1, AUSTRIA, AT, new BigDecimal(123), createCities(new String[]{Wien,Graz,Linz,Salzburg

Proposal: change suggested MyFaces extension mapping examples and docs

2005-12-21 Thread Mike Kienenberger
Currently extensionsFilter.xml suggests the following configuration information: filter-mapping filter-nameMyFacesExtensionsFilter/filter-name url-pattern*.jsf/url-pattern /filter-mapping filter-mapping filter-nameMyFacesExtensionsFilter/filter-name

Re: Proposal: change suggested MyFaces extension mapping examples and docs

2005-12-21 Thread Mike Kienenberger
Here's my draft of suggested changes. !-- extension mapping for adding script/, link/, and other resource tags to JSF-pages -- filter-mapping filter-nameMyFacesExtensionsFilter/filter-name !-- servlet-name must match the name of your javax.faces.webapp.FacesServlet entry --

myfaces-1.1.1-examples

2005-12-13 Thread William Crose
the debug output. Any information would be greatly appreciated.Thanks in advance Buildfile: jboss-build.xml Overriding previous definition of reference to build.classpath prepare: compile: [javac] Compiling 54 source files to \build [javac] \src\org\apache\myfaces\examples\crosstable

[jira] Updated: (MYFACES-840) 404 in simple examples using jscookmenu

2005-12-12 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-840?page=all ] Dennis Byrne updated MYFACES-840: - Attachment: PropertyNotFoundException.txt ... for panelNavigation example 404 in simple examples using jscookmenu

Re: Demo examples application

2005-12-04 Thread Martin Marinschek
thinking it would be nice to have a live copy of the examples to get immediate feedback. I know currently it's not trivial to get the sandbox examples running and not feasible for most users to bother setting it up from source. Does ASF have any servers for this purpose? Cheers, Travis

[jira] Updated: (MYFACES-840) 404 in simple examples using jscookmenu

2005-12-02 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-840?page=all ] Dennis Byrne updated MYFACES-840: - Attachment: current.examples.simple.dec.1.2005.txt see commit by schof to /current/examples/simple on 6/27/05 for background. 404 in simple examples using

[jira] Created: (MYFACES-867) myfaces examples support for JSP 1.2 / Servlet 2.3 containers

2005-11-23 Thread vijay garla (JIRA)
myfaces examples support for JSP 1.2 / Servlet 2.3 containers - Key: MYFACES-867 URL: http://issues.apache.org/jira/browse/MYFACES-867 Project: MyFaces Type: Bug Components: General Versions: 1.1.1

[jira] Created: (MYFACES-840) 404 in simple examples using jscookmenu

2005-11-17 Thread Dennis Byrne (JIRA)
404 in simple examples using jscookmenu --- Key: MYFACES-840 URL: http://issues.apache.org/jira/browse/MYFACES-840 Project: MyFaces Type: Bug Components: General Environment: http://www.irian.at/myfaces/jscookmenu.jsf

[jira] Created: (MYFACES-805) The first part of the examples-config.xml file for the sandbox examples is missing

2005-11-10 Thread Bruno Aranda (JIRA)
The first part of the examples-config.xml file for the sandbox examples is missing -- Key: MYFACES-805 URL: http://issues.apache.org/jira/browse/MYFACES-805 Project: MyFaces Type: Bug

[jira] Closed: (MYFACES-805) The first part of the examples-config.xml file for the sandbox examples is missing

2005-11-10 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-805?page=all ] Bruno Aranda closed MYFACES-805: Fix Version: Nightly Resolution: Fixed Fixed in the SVN. Thanks :-) The first part of the examples-config.xml file for the sandbox examples

Re: svn commit: r330166 - /myfaces/examples/trunk/sandbox/inputAjax.jsp

2005-11-02 Thread Martin Marinschek
?rev=330166view=rev Log: added some notes on what this is doing. Modified: myfaces/examples/trunk/sandbox/inputAjax.jsp Modified: myfaces/examples/trunk/sandbox/inputAjax.jsp URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/sandbox/inputAjax.jsp?rev=330166r1=330165r2

Re: Sandbox examples setup in Intellij Idea

2005-10-26 Thread Martin Marinschek
, but there are some conflicts when trying to get both the simple examples and the sandbox examples to work unless you had two webapps setup in Intellij. So just wondering is someone had a some simple way of making both simple and sandbox examples to work together. Travis On 10/25/05, Martin

Re: Sandbox examples setup in Intellij Idea

2005-10-26 Thread Travis Reeder
Ya, that's exactly what i was trying to avoid. What do you think of setting it up so that simple and sandbox examples can work at the same time, just having sandbox/ for the sandbox components. Travis On 10/26/05, Martin Marinschek [EMAIL PROTECTED] wrote: Did you try it with two modules

Re: Sandbox examples setup in Intellij Idea

2005-10-26 Thread Martin Marinschek
was trying to avoid. What do you think of setting it up so that simple and sandbox examples can work at the same time, just having sandbox/ for the sandbox components. Travis On 10/26/05, Martin Marinschek [EMAIL PROTECTED] wrote: Did you try it with two modules? The thing is that IntelliJ

Re: Sandbox examples setup in Intellij Idea

2005-10-25 Thread Martin Marinschek
Look into the wiki how to build and deploy myfaces in your ide or so there is a step by step for intellij there. regards, Martin On 10/25/05, Travis Reeder [EMAIL PROTECTED] wrote: I'm just wondering how the other developers have their sandbox examples setup in Intellij Idea. I find

[jira] Commented: (MYFACES-602) I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3!

2005-10-24 Thread Henrik Bentel (JIRA)
in $BEA_HOME/weblogic90/server/lib/weblogic.jar and $BEA_HOME/weblogic90/server/lib/api.jar. -Henrik I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3

Sandbox examples setup in Intellij Idea

2005-10-24 Thread Travis Reeder
I'm just wondering how the other developers have their sandbox examples setup in Intellij Idea. I find that sandbox needs some things from tomahawk examples like head.inc, but there are some naming issues like two examples-config.xml. It's been working fine for a while, but I just ran

Re: need help in running the 'simple.war' from myfaces-20051006-examples

2005-10-12 Thread Jiehuan Li
Thanks so much! After I moved the jsf-api.jar and ws-jsf.jar out of the way from the server's lib directory, it started to work like a charm! --- Bill Dudney [EMAIL PROTECTED] wrote: Looks to me like a conflict between the RI and MyFaces (com.sun.faces.config.ManagedBeanFactory should not

need help in running the 'simple.war' from myfaces-20051006-examples

2005-10-11 Thread Jiehuan Li
I imported the simple.war to Rational Application Developer 6.0, and tried to run it on the Websphere Application Server 6.0 test environment that came with RAD. The home page can be loaded, but many features in the example application don't work, and I am getting the following exceptions? Did I

[jira] Commented: (MYFACES-602) I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3!

2005-09-29 Thread Mr. ZhangQing (JIRA)
\common\lib\ I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3! -- Key: MYFACES-602 URL: http://issues.apache.org/jira/browse/MYFACES-602

[jira] Closed: (MYFACES-602) I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3!

2005-09-29 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-602?page=all ] Bruno Aranda closed MYFACES-602: Resolution: Invalid Ok, closing because a solution has been found and this is not a bug :-) Bruno I run examples in myfaces-1.1.0-examples.zip

[jira] Commented: (MYFACES-602) I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3!

2005-09-24 Thread Bruno Aranda (JIRA)
run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3! -- Key: MYFACES-602 URL: http://issues.apache.org/jira/browse/MYFACES-602 Project

[jira] Commented: (MYFACES-594) Examples and myfaces 1.0.9 apps don't work on tomcat 5.5 running under JBoss

2005-09-23 Thread Jamie Cash (JIRA)
classes from the oracle ADF libraries that was deployed in the other application, and complained that it wasn't configured. I will raise this issue with JBoss. It is safe to close this myfaces issue now. Examples and myfaces 1.0.9 apps don't work on tomcat 5.5 running under JBoss

[jira] Created: (MYFACES-602) I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3!

2005-09-22 Thread Mr. ZhangQing (JIRA)
I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3! -- Key: MYFACES-602 URL: http://issues.apache.org/jira/browse/MYFACES-602 Project

[jira] Updated: (MYFACES-602) I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3!

2005-09-22 Thread Mark Sanders (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-602?page=all ] Mark Sanders updated MYFACES-602: - Attachment: config.extract.xml Here is the additional XML registry entries. I actually added them via the WebLogic console. - M I run examples

[jira] Created: (MYFACES-594) Examples and myfaces 1.0.9 apps don't work on tomcat 5.5 running under JBoss

2005-09-21 Thread Jamie Cash (JIRA)
Examples and myfaces 1.0.9 apps don't work on tomcat 5.5 running under JBoss Key: MYFACES-594 URL: http://issues.apache.org/jira/browse/MYFACES-594 Project: MyFaces Type: Bug Components

[jira] Commented: (MYFACES-594) Examples and myfaces 1.0.9 apps don't work on tomcat 5.5 running under JBoss

2005-09-21 Thread Bruno Aranda (JIRA)
and it is not myfaces 1.1.0. Could you verify if inside the folder $JBOSS_HOME/server/all|default/deploy/jbossweb-tomcat55.sar there is a folder called jsf-libs? If so, you should update the myfaces jars there... Examples and myfaces 1.0.9 apps don't work on tomcat 5.5 running under JBoss

[jira] Commented: (MYFACES-594) Examples and myfaces 1.0.9 apps don't work on tomcat 5.5 running under JBoss

2005-09-21 Thread Jamie Cash (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-594?page=comments#action_12330082 ] Jamie Cash commented on MYFACES-594: JBoss 4.0.2 doesn't have a jsf-libs folder under $JBOSS_HOME/server/#{server}|default/deploy/jbossweb-tomcat55.sar Examples

[jira] Commented: (MYFACES-594) Examples and myfaces 1.0.9 apps don't work on tomcat 5.5 running under JBoss

2005-09-21 Thread Jamie Cash (JIRA)
candidates when final versions are available? Examples and myfaces 1.0.9 apps don't work on tomcat 5.5 running under JBoss Key: MYFACES-594 URL: http://issues.apache.org/jira/browse/MYFACES-594

[jira] Created: (MYFACES-531) Tree2 examples can result in Invalid bitmask error

2005-09-07 Thread sean schofield (JIRA)
Tree2 examples can result in Invalid bitmask error Key: MYFACES-531 URL: http://issues.apache.org/jira/browse/MYFACES-531 Project: MyFaces Type: Bug Versions: Nightly Build Reporter: sean schofield

RE: [jira] Created: (MYFACES-531) Tree2 examples can result in Invalid bitmask error

2005-09-07 Thread CONNER, BRENDAN \(SBCSI\)
, 2005 10:37 AM To: dev@myfaces.apache.org Subject: [jira] Created: (MYFACES-531) Tree2 examples can result in Invalid bitmask error Tree2 examples can result in Invalid bitmask error Key: MYFACES-531 URL: http

[jira] Closed: (MYFACES-531) Tree2 examples can result in Invalid bitmask error

2005-09-07 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-531?page=all ] sean schofield closed MYFACES-531: -- Fix Version: 1.0.10m10 (was: Nightly Build) Resolution: Fixed Examples have been fixed. I also added a new and improved

[jira] Closed: (MYFACES-411) src build should include examples

2005-08-18 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-411?page=all ] sean schofield closed MYFACES-411: -- Fix Version: Nightly Build Resolution: Fixed src build should include examples - Key: MYFACES-411

[jira] Created: (MYFACES-411) src build should include examples

2005-08-12 Thread sean schofield (JIRA)
src build should include examples - Key: MYFACES-411 URL: http://issues.apache.org/jira/browse/MYFACES-411 Project: MyFaces Type: Task Components: General Versions: Nightly Build Reporter: sean schofield The src

Re: [ANNOUNCEMENT] Examples consolidation

2005-07-14 Thread Thomas Spiegl
IMO there is no need for a stand-alone tiles-webapp anymore. Instead the simple-examples should be based on tiles. If no one disagrees, i will chuck out the tiles-example and add tiles-support to our simple-examples. On 7/11/05, Sean Schofield [EMAIL PROTECTED] wrote: FYI, the unconsolidate code

RE: [ANNOUNCEMENT] Examples consolidation

2005-07-14 Thread Jesse Alexander (KBSA 21)
-Original Message- Yes, a separate tiles example would be better IMHO. -Manfred -Original Message- I am not quite sure. The whole point about the simple examples are that they should be simple. Adding tiles to them would be too much for the very very novice user

Re: [ANNOUNCEMENT] Examples consolidation

2005-07-14 Thread Sean Schofield
I agree separate is better but perhaps we can get rid of the blank example? That just sucks up bandwith IMO. (ASF bandwith since often times the examples are downloaded from the nightly dir which is ASF hosted and not mirrored.) If we keep the Tiles app simple enough, I think we could justify

Re: [ANNOUNCEMENT] Examples consolidation

2005-07-14 Thread Sean Schofield
I know its useful but it does contain a bunch of jars and adds to the size of the download. sean On 7/14/05, Matthias Wessendorf [EMAIL PROTECTED] wrote: BUT often the blank-app is copied as a starting point for jsf-application. Which means it still makes some sense. But maybe isolate it

Re: [ANNOUNCEMENT] Examples consolidation

2005-07-14 Thread Martin Marinschek
It doesn't contain any jars in the source, afaik. you won't need it as a war, but it should be in the sources. regards, Martin On 7/14/05, Sean Schofield [EMAIL PROTECTED] wrote: I know its useful but it does contain a bunch of jars and adds to the size of the download. sean On

RE: [ANNOUNCEMENT] Examples consolidation

2005-07-14 Thread Jesse Alexander (KBSA 21)
-Original Message- I know its useful but it does contain a bunch of jars and adds to the size of the download. -/Original Message- make it a separate download and explain WHEN and WHY a developer would/should/could use it. Then it will be downloaded less... regards Alexander

Re: proposal: consolodate examples/standard examples/simple

2005-07-10 Thread Sean Schofield
foo.jsp pages instead of confusing things by duplicating all of the examples. I will reserve comment on ajaxInputSuggest and how it fits in the sandbox until I have a chance to see it up close. sean On 7/9/05, Martin Marinschek [EMAIL PROTECTED] wrote: Well

Re: proposal: consolodate examples/standard examples/simple

2005-07-10 Thread Sean Schofield
, Martin On 7/10/05, Sean Schofield [EMAIL PROTECTED] wrote: That's fine to demonstrate the layout stuff but we could do that with a few foo.jsp pages instead of confusing things by duplicating all of the examples. I will reserve comment

Re: proposal: consolodate examples/standard examples/simple

2005-07-10 Thread Sean Schofield
for sandbox. I was planning on doing a little work with that tomorrow so let me know if we want to go in a different direction. Also, I'm planning on removing the standard webapp from the examples subproject as part of the consolidation. I can tag the examples project before_consolidation so we can

Re: proposal: consolodate examples/standard examples/simple

2005-07-10 Thread Martin Marinschek
was planning on doing a little work with that tomorrow so let me know if we want to go in a different direction. Also, I'm planning on removing the standard webapp from the examples subproject as part of the consolidation. I can tag the examples project before_consolidation so we can get it back

Re: proposal: consolodate examples/standard examples/simple

2005-07-09 Thread Bruno Aranda
This brings another issue to my mind. What we should do with the sandbox components. IMO they should be clearly separated of the tomahawk ones. I would do another war (like it is currently) for this, or, if not, a new section of the examples with warnings, alerts, use-at-your-own-risks, etc

Re: proposal: consolodate examples/standard examples/simple

2005-07-09 Thread Martin Marinschek
Well, there is another thing the old examples are illustrating - wasn't that the layout stuff? I wonder if Manfred and Thomas are keen on having an example for them as well in the new examples app. Apart from that, a +1 from me... regards, Martin On 7/9/05, Bruno Aranda [EMAIL PROTECTED] wrote

Re: proposal: consolodate examples/standard examples/simple

2005-07-09 Thread Sean Schofield
That's fine to demonstrate the layout stuff but we could do that with a few foo.jsp pages instead of confusing things by duplicating all of the examples. I will reserve comment on ajaxInputSuggest and how it fits in the sandbox until I have a chance to see it up close. sean On 7/9/05, Martin

Re: proposal: consolodate examples/standard examples/simple

2005-07-09 Thread Martin Marinschek
, Martin On 7/10/05, Sean Schofield [EMAIL PROTECTED] wrote: That's fine to demonstrate the layout stuff but we could do that with a few foo.jsp pages instead of confusing things by duplicating all of the examples. I will reserve comment on ajaxInputSuggest and how it fits in the sandbox until I

Re: proposal: consolodate examples/standard examples/simple

2005-07-09 Thread Sean Schofield
that with a few foo.jsp pages instead of confusing things by duplicating all of the examples. I will reserve comment on ajaxInputSuggest and how it fits in the sandbox until I have a chance to see it up close. sean On 7/9/05, Martin Marinschek [EMAIL PROTECTED] wrote: Well

Re: proposal: consolodate examples/standard examples/simple

2005-07-08 Thread Sean Schofield
: A little background ... I created the simple examples because they had way less HTML cluttering them up because they were not running inside of menus, etc. We still needed an example that showed off JSCookMenu so people argued that we should keep the old examples around for this purpose

<    1   2   3   4   >