Re: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

2008-03-07 Thread Borut Bolčina
Thanks Geoff, it works now with JDK 1.5.

2008/3/6, Geoff Callender <[EMAIL PROTECTED]>:
>
> I've finally been able to reproduce this problem by using JDK 1.6.
> Not sure why that is but I'll be looking into it.
>
> in the meantime please drop back to JDK 1.5 like this:
> - In Eclipse choose Window > Preferences > Java Compiler and set
> Compiler compliance level to 5.0.
> - Before running JBoss's run.bat, set JAVA_HOME tothe location of a
> 1.5 JDK.
>
> Please note too that the Downloads page specifies JDK 1.5 and Eclipse
> 3.2 as system requirements, because 1.6 and 3.3 haven't been tested
> before now.
>
> Geoff
>
> http://files.doublenegative.com.au/jumpstart/
>
>
> On 06/03/2008, at 8:49 AM, Borut Bolčina wrote:
>
> > Hi,
> >
> > I am also getting an error at step 9.
> >
> > An unexpected application exception has occurred.
> >
> >   - org.apache.tapestry.internal.services.RenderQueueExceptionRender
> >   queue error in BeginRender[Start:pagelink_10]: Could not convert
> >   'errorMessage' into a component parameter binding:
> >   java.lang.NoClassDefFoundError:
> >   jumpstart/web/pages/examples/request/PageLinkOrActionLink2
> >   activeComponents
> >  - Start (class jumpstart.web.pages.Start)
> >  - Start:pagelink_10 (class
> >  org.apache.tapestry.corelib.components.PageLink)
> >  classpath:jumpstart/web/pages/Start.tml, line 41, column
>
> > 8436
>
> >  37  >  t:page="examples/request/RenderRequests1" href="#">Render
> > Requests
> >  38  >  href="#">Action Requests39  >  t:page="examples/request/ActionThenNewPage1" href="#">Action
> > Then New
> >  Page40  >  t:page="examples/request/PersistingThroughTheRedirection1"
> >  href="#">Persisting Through The Redirection41  >  t:type="pagelink" t:page="examples/request/PageLinkOrActionLink1"
> >  href="#">PageLink or ActionLink?42  >  t:page="examples/request/FormSubmission1" href="#">Form
> > Submission
> >  43 44  >  t:page="examples/input/BasicInput1" href="#">Basic Input
> >  45  >  href="#">Validators46  >  t:page="examples/input/ProgrammaticValidation1"
> > href="#">Programmatic
> >  Validation
>
> >   locationclasspath:jumpstart/web/pages/Start.tml, line 41, column 84
> >   - org.apache.tapestry.ioc.internal.util.TapestryExceptionCould not
>
> >   convert 'errorMessage' into a component parameter binding:
> >   java.lang.NoClassDefFoundError:
> >   jumpstart/web/pages/examples/request/PageLinkOrActionLink2
>
> >   locationclasspath:jumpstart/web/pages/examples/request/
>
> > PageLinkOrActionLink1.tml,
> >   line 34, column 4129
> >   30 This ActionLink should work OK: 31  >   t:id="ActionLinkA" t:context="literal:1" href="#">Person 1.
>
> > 32This ActionLink will receive an exception, which it handles:
>
> >   33  >   href="#">Person 99934  >   style="color:red">${errorMessage}35
> >   36 To Start > >
> >   37
> >   38  >   src="/web/src/main/webapp/pages/examples/request/
> > PageLinkOrActionLink1.tml"/>
> >   39  >   src="/web/src/main/java/jumpstart/web/pages/examples/request/
> > PageLinkOrActionLink1.java"/>
>
> >   - java.lang.ClassNotFoundExceptioncaught an exception while
>
> > obtaining
> >   a class file for
> >   jumpstart.web.pages.examples.request.PageLinkOrActionLink2
> >
> > exceptionorg
> > .apache.tapestry.internal.services.TransformationException:
> >   Class
> > jumpstart.web.pages.examples.request.PageLinkOrActionLink2contains
> > field(s) (_$resources) that are not private. You should change
> >   these fields to private, and add accessor methods if needed.
> >   - org.apache.tapestry.internal.services.TransformationExceptionClass
> >   jumpstart.web.pages.examples.request.PageLinkOrActionLink2 contains
> >   field(s) (_$resources) that are not private. You should change
> > these fields
> >   to private, and add accessor methods if needed.
> >
> > ...and more
> >
> > Here is the exploder info:
> >
> >
> > Buildfile: C:\Users\Borut\Workarea\jumpstart-min-3.3.3\exploder.xml
> > copy-all-to-exploded-dir:
> > mkdir:
> > copy-enterprise-to-exploded-ear:
> > [copy] Copying 2 files to C:\Users\Borut\Workarea\jumpstart-
> > min-3.3.3\exploded\jumpstart-min.ear
> > [copy] Copying 2 files to C:\Users\Borut\Workarea\jumpstart-
> > min-3.3.3\exploded\jumpstart-min.ear
> > mkdir:
> > copy-datasource-descriptor-to-exploded-ear:
> > [copy] Copying 1 file to C:\Users\Borut\Workarea\jumpstart-
> > min-3.3.3\exploded
> > mkdir:
> > copy-business-to-exploded-jar:
> > [copy] Copying 50 files to C:\Users\Borut\Workarea\jumpstart-
> > min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.jar
> > [copy] Copying 1 file to C:\Users\Borut\Workarea\jumpstart-
> > min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.jar\META-INF
> > mkdir:
> > copy-web-to-exploded-war:
> > [copy] Copying 8 files to C:\Users\Borut\Workarea\jumpstart-
> > min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war
> > [copy] Copying 81 files to C:\Users\Borut\Workarea\j

Re: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

2008-03-06 Thread Geoff Callender
I've finally been able to reproduce this problem by using JDK 1.6.   
Not sure why that is but I'll be looking into it.


in the meantime please drop back to JDK 1.5 like this:
- In Eclipse choose Window > Preferences > Java Compiler and set  
Compiler compliance level to 5.0.
- Before running JBoss's run.bat, set JAVA_HOME tothe location of a  
1.5 JDK.


Please note too that the Downloads page specifies JDK 1.5 and Eclipse  
3.2 as system requirements, because 1.6 and 3.3 haven't been tested  
before now.


Geoff
http://files.doublenegative.com.au/jumpstart/

On 06/03/2008, at 8:49 AM, Borut Bolčina wrote:


Hi,

I am also getting an error at step 9.

An unexpected application exception has occurred.

  - org.apache.tapestry.internal.services.RenderQueueExceptionRender
  queue error in BeginRender[Start:pagelink_10]: Could not convert
  'errorMessage' into a component parameter binding:
  java.lang.NoClassDefFoundError:
  jumpstart/web/pages/examples/request/PageLinkOrActionLink2
  activeComponents
 - Start (class jumpstart.web.pages.Start)
 - Start:pagelink_10 (class
 org.apache.tapestry.corelib.components.PageLink)
 classpath:jumpstart/web/pages/Start.tml, line 41, column  
8436

 37 Render
Requests
 38 Action Requests39  t:page="examples/request/ActionThenNewPage1" href="#">Action  
Then New

 Page40 Persisting Through The Redirection41 PageLink or ActionLink?42 Form
Submission
 43 44 Basic Input
 45 Validators46  t:page="examples/input/ProgrammaticValidation1"  
href="#">Programmatic

 Validation
  locationclasspath:jumpstart/web/pages/Start.tml, line 41, column 84
  - org.apache.tapestry.ioc.internal.util.TapestryExceptionCould not
  convert 'errorMessage' into a component parameter binding:
  java.lang.NoClassDefFoundError:
  jumpstart/web/pages/examples/request/PageLinkOrActionLink2
  locationclasspath:jumpstart/web/pages/examples/request/ 
PageLinkOrActionLink1.tml,

  line 34, column 4129
  30 This ActionLink should work OK: 31 Person 1.
32This ActionLink will receive an exception, which it handles:
  33 Person 99934 ${errorMessage}35
  36 To Start>

  37
  38   src="/web/src/main/webapp/pages/examples/request/ 
PageLinkOrActionLink1.tml"/>

  39   src="/web/src/main/java/jumpstart/web/pages/examples/request/ 
PageLinkOrActionLink1.java"/>
  - java.lang.ClassNotFoundExceptioncaught an exception while  
obtaining

  a class file for
  jumpstart.web.pages.examples.request.PageLinkOrActionLink2
   
exceptionorg 
.apache.tapestry.internal.services.TransformationException:
  Class  
jumpstart.web.pages.examples.request.PageLinkOrActionLink2contains

field(s) (_$resources) that are not private. You should change
  these fields to private, and add accessor methods if needed.
  - org.apache.tapestry.internal.services.TransformationExceptionClass
  jumpstart.web.pages.examples.request.PageLinkOrActionLink2 contains
  field(s) (_$resources) that are not private. You should change  
these fields

  to private, and add accessor methods if needed.

...and more

Here is the exploder info:


Buildfile: C:\Users\Borut\Workarea\jumpstart-min-3.3.3\exploder.xml
copy-all-to-exploded-dir:
mkdir:
copy-enterprise-to-exploded-ear:
[copy] Copying 2 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear
[copy] Copying 2 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear
mkdir:
copy-datasource-descriptor-to-exploded-ear:
[copy] Copying 1 file to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded
mkdir:
copy-business-to-exploded-jar:
[copy] Copying 50 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.jar
[copy] Copying 1 file to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.jar\META-INF
mkdir:
copy-web-to-exploded-war:
[copy] Copying 8 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war
[copy] Copying 81 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF\classes
[copy] Copying 63 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF 
\classes\jumpstart\web

[copy] Copying 7 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF\lib
mkdir:
copy-src-to-exploded-war:
   [mkdir] Created dir: C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF 
\sourcecode

[copy] Copying 71 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF 
\sourcecode

[copy] Copying 81 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF 
\sourcecode

[copy] Copying 47 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.w

Re: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

2008-03-05 Thread Borut Bolčina
Hi,

I am also getting an error at step 9.

An unexpected application exception has occurred.

   - org.apache.tapestry.internal.services.RenderQueueExceptionRender
   queue error in BeginRender[Start:pagelink_10]: Could not convert
   'errorMessage' into a component parameter binding:
   java.lang.NoClassDefFoundError:
   jumpstart/web/pages/examples/request/PageLinkOrActionLink2
   activeComponents
  - Start (class jumpstart.web.pages.Start)
  - Start:pagelink_10 (class
  org.apache.tapestry.corelib.components.PageLink)
  classpath:jumpstart/web/pages/Start.tml, line 41, column 8436
  37 Render
Requests
  38 Action Requests39 Action Then New
  Page40 Persisting Through The Redirection41 PageLink or ActionLink?42 Form
Submission
  43 44 Basic Input
  45 Validators46 Programmatic
  Validation
   locationclasspath:jumpstart/web/pages/Start.tml, line 41, column 84
   - org.apache.tapestry.ioc.internal.util.TapestryExceptionCould not
   convert 'errorMessage' into a component parameter binding:
   java.lang.NoClassDefFoundError:
   jumpstart/web/pages/examples/request/PageLinkOrActionLink2
   
locationclasspath:jumpstart/web/pages/examples/request/PageLinkOrActionLink1.tml,
   line 34, column 4129
   30 This ActionLink should work OK: 31 Person 1.
32This ActionLink will receive an exception, which it handles:
   33 Person 99934 ${errorMessage}35
   36 To Start
   37
   38 
   39 
   - java.lang.ClassNotFoundExceptioncaught an exception while obtaining
   a class file for
   jumpstart.web.pages.examples.request.PageLinkOrActionLink2
   exceptionorg.apache.tapestry.internal.services.TransformationException:
   Class jumpstart.web.pages.examples.request.PageLinkOrActionLink2contains
field(s) (_$resources) that are not private. You should change
   these fields to private, and add accessor methods if needed.
   - org.apache.tapestry.internal.services.TransformationExceptionClass
   jumpstart.web.pages.examples.request.PageLinkOrActionLink2 contains
   field(s) (_$resources) that are not private. You should change these fields
   to private, and add accessor methods if needed.

...and more

Here is the exploder info:


Buildfile: C:\Users\Borut\Workarea\jumpstart-min-3.3.3\exploder.xml
copy-all-to-exploded-dir:
mkdir:
copy-enterprise-to-exploded-ear:
 [copy] Copying 2 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear
 [copy] Copying 2 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear
mkdir:
copy-datasource-descriptor-to-exploded-ear:
 [copy] Copying 1 file to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded
mkdir:
copy-business-to-exploded-jar:
 [copy] Copying 50 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.jar
 [copy] Copying 1 file to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.jar\META-INF
mkdir:
copy-web-to-exploded-war:
 [copy] Copying 8 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war
 [copy] Copying 81 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF\classes
 [copy] Copying 63 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF\classes\jumpstart\web
 [copy] Copying 7 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF\lib
mkdir:
copy-src-to-exploded-war:
[mkdir] Created dir: C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF\sourcecode
 [copy] Copying 71 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF\sourcecode
 [copy] Copying 81 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF\sourcecode
 [copy] Copying 47 files to C:\Users\Borut\Workarea\jumpstart-
min-3.3.3\exploded\jumpstart-min.ear\jumpstart-min.war\WEB-INF\sourcecode
BUILD SUCCESSFUL
Total time: 940 milliseconds


I am on Eclipse 3.3, Vista.

Regards,
Borut

2008/3/4, Geoff Callender <[EMAIL PROTECTED]>:
>
> Hi Greg,
>
> I can't explain why this would be happening, as I'm successfully
> running it on OS X 10.5 and Windows XP SP2, all with JBoss 4.2.2.GA on
> Java 1.5, to browsers running Safari, Firefox, and IE 7.
>
> What are the details of your operating environment?  What's in the
> JBoss log on the console (please paste any stacktrace in your reply)?
> If you choose Project > Clean... in Eclipse and restart JBoss do you
> get the same result?  if so, what was in the Eclipse Console following
> the clean (please paste the exploder's output in your reply).
>
> Cheers,
>
>
> Geoff
>
>
> On 03/03/2008, at 2:57 AM, Gregory Mazurek wrote:
>
> > Hi Geoff,
> >
> > I'm new to Tapestry coming recently from RoR (encountered scaling
> > 

Re: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

2008-03-04 Thread Davor Hrg
Tapestry-hibernate just provides Session
the application chooses what to inject...

I'll try out jumpstart when I catch some time...
maybe it is not much trouble to make it work outside EJB3...

Davor Hrg

On Tue, Mar 4, 2008 at 1:07 PM, Geoff Callender
<[EMAIL PROTECTED]> wrote:
> Hi Michael,
>
>  JumpStart requires a container that implements EJB3 simply because I'm
>  a big fan of it and my limited time prevents me addressing more than
>  one persistence and deployment model.
>
>  For purely historical reasons the container I chose was JBoss - they
>  had an EJB3 implementation out very early and they implement
>  persistence with Hibernate.  I expect the EAR file you can build from
>  JumpStart would run in WebLogic or any other container that supports
>  EJB3 with little change - you might have to tweak the persistence.xml
>  and reimplement IEJBExceptionInterpreter because they're tailored to
>  Hibernate.
>
>  I have no idea of what's involved in making WebLogic do the live web
>  class reloading that you see in JumpStart with JBoss (and its embedded
>  Tomcat).
>
>  I had always intended to address other EJB3 containers, especially
>  Glassfish, but I just haven't found the time.  If you or anyone else
>  can offer the necessary tips for Glassfish, WebLogic, or any other
>  implementation, I will gladly incorporate them.
>
>  As for Jetty and Tomcat, perhaps you could adapt JumpStart with
>  tapestry-hibernate, treating JumpStart's session beans as DAOs.
>  They're written to use JPA, which Hibernate fully supports, so maybe
>  it's all possible.  I guess Tapestry would need to inject an
>  EntityManager instead of a Hibernate Session, which it may already
>  do.  I haven't looked at tapestry-hibernate so I don't know.
>
>  HTH,
>
>  Geoff
>
>
>
>  On 03/03/2008, at 5:08 PM, Nguyen, Michael wrote:
>
>  > Geoff:
>  >   I've just started reading the threads again and its great that
>  > there is a new tutorial up for Tapestry.  I noticed that the package
>  > requires Jboss.  If I wanted to configure it to work with Jetty or
>  > tomcat or even Weblogic, is there a lot of changes involved?  I
>  > apologize in advance as I have only just looked at the homepage and
>  > noticed the set of requirements.  We are planning to rewrite our
>  > current
>  > web application to utilize T5 as the framework in the next couple of
>  > months.  If I can get this working in our current environment I could
>  > use this to teach my team how to use T5.
>  >
>  > Thanks
>  > Michael
>  >
>  > -Original Message-
>  > From: Geoff Callender [mailto:[EMAIL PROTECTED]
>  > Sent: Wednesday, February 27, 2008 4:17 AM
>  > To: Tapestry users
>  > Subject: JumpStart 3.3.3 now available - fixes 3.3.1 bugs
>  >
>  > Hi all,
>  >
>  > JumpStart 3.3.3 is now available for T5.0.10.  It fixes these bugs
>  > that
>  > were in 3.3.1 which was released a few days ago:
>  >
>  >   * Editing a Person always displayed a "Double Wow!!!" error (My
>  > thanks to Julian Wood for reporting this).
>  >   * Exploder directory is not set to "derived" in Eclipse, so
>  > searches don't bypass it.
>  >
>  > You'll find it at:
>  >
>  >   http://files.doublenegative.com.au/jumpstart
>  >
>  > Comments and suggestions are always welcome.  Be helpful or brutal - I
>  > don't care which, because it all helps to make this stuff more useful.
>  >
>  > Cheers,
>  >
>  > Geoff Callender
>  >
>  > -
>  > 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]



Re: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

2008-03-04 Thread Geoff Callender

Hi Michael,

JumpStart requires a container that implements EJB3 simply because I'm  
a big fan of it and my limited time prevents me addressing more than  
one persistence and deployment model.


For purely historical reasons the container I chose was JBoss - they  
had an EJB3 implementation out very early and they implement  
persistence with Hibernate.  I expect the EAR file you can build from  
JumpStart would run in WebLogic or any other container that supports  
EJB3 with little change - you might have to tweak the persistence.xml  
and reimplement IEJBExceptionInterpreter because they're tailored to  
Hibernate.


I have no idea of what's involved in making WebLogic do the live web  
class reloading that you see in JumpStart with JBoss (and its embedded  
Tomcat).


I had always intended to address other EJB3 containers, especially  
Glassfish, but I just haven't found the time.  If you or anyone else  
can offer the necessary tips for Glassfish, WebLogic, or any other  
implementation, I will gladly incorporate them.


As for Jetty and Tomcat, perhaps you could adapt JumpStart with  
tapestry-hibernate, treating JumpStart's session beans as DAOs.   
They're written to use JPA, which Hibernate fully supports, so maybe  
it's all possible.  I guess Tapestry would need to inject an  
EntityManager instead of a Hibernate Session, which it may already  
do.  I haven't looked at tapestry-hibernate so I don't know.


HTH,

Geoff

On 03/03/2008, at 5:08 PM, Nguyen, Michael wrote:


Geoff:
I've just started reading the threads again and its great that
there is a new tutorial up for Tapestry.  I noticed that the package
requires Jboss.  If I wanted to configure it to work with Jetty or
tomcat or even Weblogic, is there a lot of changes involved?  I
apologize in advance as I have only just looked at the homepage and
noticed the set of requirements.  We are planning to rewrite our  
current

web application to utilize T5 as the framework in the next couple of
months.  If I can get this working in our current environment I could
use this to teach my team how to use T5.

Thanks
Michael

-Original Message-
From: Geoff Callender [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 27, 2008 4:17 AM
To: Tapestry users
Subject: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

Hi all,

JumpStart 3.3.3 is now available for T5.0.10.  It fixes these bugs  
that

were in 3.3.1 which was released a few days ago:

* Editing a Person always displayed a "Double Wow!!!" error (My
thanks to Julian Wood for reporting this).
* Exploder directory is not set to "derived" in Eclipse, so
searches don't bypass it.

You'll find it at:

http://files.doublenegative.com.au/jumpstart

Comments and suggestions are always welcome.  Be helpful or brutal - I
don't care which, because it all helps to make this stuff more useful.

Cheers,

Geoff Callender

-
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: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

2008-03-04 Thread Geoff Callender

Hi Greg,

I can't explain why this would be happening, as I'm successfully  
running it on OS X 10.5 and Windows XP SP2, all with JBoss 4.2.2.GA on  
Java 1.5, to browsers running Safari, Firefox, and IE 7.


What are the details of your operating environment?  What's in the  
JBoss log on the console (please paste any stacktrace in your reply)?   
If you choose Project > Clean... in Eclipse and restart JBoss do you  
get the same result?  if so, what was in the Eclipse Console following  
the clean (please paste the exploder's output in your reply).


Cheers,

Geoff

On 03/03/2008, at 2:57 AM, Gregory Mazurek wrote:


Hi Geoff,

I'm new to Tapestry coming recently from RoR (encountered scaling  
problems

in some of my web applications but still use it occasionally!).

I'm going through the JumpStart 3.3.3 installation process and all  
has been

going well until step 9 (of
http://files.doublenegative.com.au/jumpstart/installation.html).  I'm
encountering an error that I haven't been able to resolve for the  
past 3

days.  When I load localhost:8080/jumpstart, I get this error:

An unexpected application exception has occurred.  Render queue  
error in
BeginRender[Start:pagelink_10]: Could not convert 'errorMessage'  
into a

component parameter binding: java.lang.NoClassDefFoundError:
jumpstart/web/pages/examples/request/PageLinkOrActionLink2
Can you point me to what might be happening/what I need to do?

Thanks for any help you can offer,

Greg


On Wed, Feb 27, 2008 at 7:16 AM, Geoff Callender <
[EMAIL PROTECTED]> wrote:


Hi all,

JumpStart 3.3.3 is now available for T5.0.10.  It fixes these bugs
that were in 3.3.1 which was released a few days ago:

  * Editing a Person always displayed a "Double Wow!!!" error (My
thanks to Julian Wood for reporting this).
  * Exploder directory is not set to "derived" in Eclipse, so
searches
don't bypass it.

You'll find it at:

  http://files.doublenegative.com.au/jumpstart

Comments and suggestions are always welcome.  Be helpful or brutal  
- I
don't care which, because it all helps to make this stuff more  
useful.


Cheers,

Geoff Callender



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

2008-03-02 Thread Nguyen, Michael
Geoff:
I've just started reading the threads again and its great that
there is a new tutorial up for Tapestry.  I noticed that the package
requires Jboss.  If I wanted to configure it to work with Jetty or
tomcat or even Weblogic, is there a lot of changes involved?  I
apologize in advance as I have only just looked at the homepage and
noticed the set of requirements.  We are planning to rewrite our current
web application to utilize T5 as the framework in the next couple of
months.  If I can get this working in our current environment I could
use this to teach my team how to use T5.

Thanks
Michael

-Original Message-
From: Geoff Callender [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 27, 2008 4:17 AM
To: Tapestry users
Subject: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

Hi all,

JumpStart 3.3.3 is now available for T5.0.10.  It fixes these bugs that
were in 3.3.1 which was released a few days ago:

* Editing a Person always displayed a "Double Wow!!!" error (My
thanks to Julian Wood for reporting this).
* Exploder directory is not set to "derived" in Eclipse, so
searches don't bypass it.

You'll find it at:

http://files.doublenegative.com.au/jumpstart

Comments and suggestions are always welcome.  Be helpful or brutal - I
don't care which, because it all helps to make this stuff more useful.

Cheers,

Geoff Callender

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

2008-03-02 Thread Gregory Mazurek
Hi Geoff,

I'm new to Tapestry coming recently from RoR (encountered scaling problems
in some of my web applications but still use it occasionally!).

I'm going through the JumpStart 3.3.3 installation process and all has been
going well until step 9 (of
http://files.doublenegative.com.au/jumpstart/installation.html).  I'm
encountering an error that I haven't been able to resolve for the past 3
days.  When I load localhost:8080/jumpstart, I get this error:

An unexpected application exception has occurred.  Render queue error in
BeginRender[Start:pagelink_10]: Could not convert 'errorMessage' into a
component parameter binding: java.lang.NoClassDefFoundError:
jumpstart/web/pages/examples/request/PageLinkOrActionLink2
Can you point me to what might be happening/what I need to do?

Thanks for any help you can offer,

Greg


On Wed, Feb 27, 2008 at 7:16 AM, Geoff Callender <
[EMAIL PROTECTED]> wrote:

> Hi all,
>
> JumpStart 3.3.3 is now available for T5.0.10.  It fixes these bugs
> that were in 3.3.1 which was released a few days ago:
>
>* Editing a Person always displayed a "Double Wow!!!" error (My
> thanks to Julian Wood for reporting this).
>* Exploder directory is not set to "derived" in Eclipse, so
> searches
> don't bypass it.
>
> You'll find it at:
>
>http://files.doublenegative.com.au/jumpstart
>
> Comments and suggestions are always welcome.  Be helpful or brutal - I
> don't care which, because it all helps to make this stuff more useful.
>
> Cheers,
>
> Geoff Callender