You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by faye alaska <ha...@gmail.com> on 2010/01/29 10:16:37 UTC

from tapestry5 quickstart to jumpstart?

Hello, I am new to tapestry5 and I followed
http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
which was an awesome direction to get tapestry5 quickstart working. I also
downloaded jumpstart, but unfortunately could not successfully get it to
work. The examples in jumpstart are very cool, now I am wondering if there
is a tutorial or some information on how to start from the tapestry
quickstart to get openejb, hibernate, with hsqldb set up to try some of the
examples in the jumpstart. -- that would certainly help me a lot to get
going using tapestry5 for my project. 
Thanks a lot. I am really excited about learning/using tapestry...
Thanks a bunch!
-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
I did got back and double checked and all the jar were added, including
log4j-1.2.12.jar. Is there a specific expectation on where the openejb is
supposed to be located at? mine is at
C:\1jumpstart\jumpstart-4.5.2\openejb-3.1.1\openejb-3.1.1
Thanks,
Faye

Geoff Callender-2 wrote:
> 
> On 30/01/2010, at 9:50 AM, faye alaska wrote:
> 
>> 
>> Hi Geoff,
>> Thanks for the reply! I am stuck at the very end of jumpstar --
>> everything
>> worked very well till this point and technically, the instruction was
>> still
>> correct, maybe I am just so new to all this that I was not able to do any
>> effective debugging... 
>> "If error, especially ClassNotFoundException for org.slf4j.Logger or
>> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath
>> match
>> those shown above."
>> I kept checking and my arguments which I copied and pasted into the
>> argument
>> area, and the jar files added, and could not see where the problem is. 
>> and the following was my error message. 
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/log4j/Level
> 
> Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you
> need to go back to step 8 and make sure your openejb User Library contains
> that jar and every other jar.
> 
> HTH,
> 
> Geoff
> 
>> 	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> 	at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> 	at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>> 	at
>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>> 	at
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>> 	at java.lang.Class.newInstance0(Class.java:355)
>> 	at java.lang.Class.newInstance(Class.java:308)
>> 	at org.mortbay.log.Log.<clinit>(Log.java:53)
>> 	at org.mortbay.component.Container.add(Container.java:200)
>> 	at org.mortbay.component.Container.update(Container.java:164)
>> 	at org.mortbay.component.Container.update(Container.java:106)
>> 	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
>> 	at org.mortbay.jetty.Server.addConnector(Server.java:132)
>> 	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
>> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
>> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>> 	at java.security.AccessController.doPrivileged(Native Method)
>> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
>> 	... 20 more
>> 
>> Thanks again for helping.
>> Faye
>> 
>> 
>> Geoff Callender-2 wrote:
>>> 
>>> Hi Faye,
>>> 
>>> What problem are you having getting jumpstart to work? The installation
>>> instructions have been tested by many, many people, but maybe there's
>>> something we missed.
>>> 
>>> Regards,
>>> 
>>> Geoff
>>> 
>>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>>> 
>>>> 
>>>> Hello, I am new to tapestry5 and I followed
>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>> which was an awesome direction to get tapestry5 quickstart working. I
>>>> also
>>>> downloaded jumpstart, but unfortunately could not successfully get it
>>>> to
>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>> there
>>>> is a tutorial or some information on how to start from the tapestry
>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>>>> the
>>>> examples in the jumpstart. -- that would certainly help me a lot to get
>>>> going using tapestry5 for my project. 
>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>> Thanks a bunch!
>>>> -- 
>>>> View this message in context:
>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27381622.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by David Blevins <da...@visi.com>.
On Jan 31, 2010, at 2:19 AM, faye alaska wrote:

> I read in several threads about conflicts of OpenEJB and Hibernate  
> on ASM. I
> am wondering how you got around it or was it an old issue to worry  
> about.

It's an old issue.  We eliminated the ASM dependency (repackaged it)  
so that no conflict could occur.

-David


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
Hi Geoff,

I read in several threads about conflicts of OpenEJB and Hibernate on ASM. I
am wondering how you got around it or was it an old issue to worry about. I
did follow the populate the database "Drag the data_util.xml file to the Ant
view and run its target reset-database-hsqldb-prompted. It will prompt you
to confirm.", I got no errors but still get there is not data in the web
application. I will dig more to see where I miss again... 
Buildfile: C:\1jumpstart\jumpstart-4.5.2\data_util.xml
reset-database-hsqldb-prompted:
reset-database-hsqldb:
replace-hsqldb-files-unless-for-jboss:
     [copy] Copying 1 file to C:\1jumpstart\openejb-3.1.1\data\hsqldb
     [echo] hsqldb has been reset in ../openejb-3.1.1/data/hsqldb/.
replace-jumpstartdb-files-if-for-jboss:
BUILD SUCCESSFUL
Total time: 4 seconds
Jumpstart is great project and teaching tool. Thank you!
Regards,
Faye


Geoff Callender-2 wrote:
> 
> That's good news. After step 8 there is a section titled "Populate the
> database". That will do it.
> 
> Regards,
> 
> Geoff
> 
> On 31/01/2010, at 8:17 AM, faye alaska wrote:
> 
>> 
>> Hi Geoff, 
>> 
>> I did get jumpstart to work. The instruction is definitely accurate. My
>> error was indeed with step 8, "Click Add Jars... and add every JAR in
>> OpenEJB's lib/ directory to the new user library." my mistake was that I
>> added the Jars to the build path rather than to the "new user library"
>> which
>> is openejb-3.1.1-lib. 
>> It is working -- thank you very much!
>> I want to emphasize here: The installation instruction is accurate, the
>> error is on my part when I execute it. :-)
>> When I went to the Grid, though, it says there is no data. what do I need
>> to
>> do to populate the database?
>> Thanks,
>> Faye
>> 
>> 
>> 
>> Geoff Callender-2 wrote:
>>> 
>>> On 30/01/2010, at 9:50 AM, faye alaska wrote:
>>> 
>>>> 
>>>> Hi Geoff,
>>>> Thanks for the reply! I am stuck at the very end of jumpstar --
>>>> everything
>>>> worked very well till this point and technically, the instruction was
>>>> still
>>>> correct, maybe I am just so new to all this that I was not able to do
>>>> any
>>>> effective debugging... 
>>>> "If error, especially ClassNotFoundException for org.slf4j.Logger or
>>>> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath
>>>> match
>>>> those shown above."
>>>> I kept checking and my arguments which I copied and pasted into the
>>>> argument
>>>> area, and the jar files added, and could not see where the problem is. 
>>>> and the following was my error message. 
>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>> org/apache/log4j/Level
>>> 
>>> Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you
>>> need to go back to step 8 and make sure your openejb User Library
>>> contains
>>> that jar and every other jar.
>>> 
>>> HTH,
>>> 
>>> Geoff
>>> 
>>>> 	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
>>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> 	at
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>> 	at
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>>>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>>> Method)
>>>> 	at
>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>> 	at
>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>> 	at java.lang.Class.newInstance0(Class.java:355)
>>>> 	at java.lang.Class.newInstance(Class.java:308)
>>>> 	at org.mortbay.log.Log.<clinit>(Log.java:53)
>>>> 	at org.mortbay.component.Container.add(Container.java:200)
>>>> 	at org.mortbay.component.Container.update(Container.java:164)
>>>> 	at org.mortbay.component.Container.update(Container.java:106)
>>>> 	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
>>>> 	at org.mortbay.jetty.Server.addConnector(Server.java:132)
>>>> 	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
>>>> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
>>>> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>> 	at java.security.AccessController.doPrivileged(Native Method)
>>>> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>>>> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
>>>> 	... 20 more
>>>> 
>>>> Thanks again for helping.
>>>> Faye
>>>> 
>>>> 
>>>> Geoff Callender-2 wrote:
>>>>> 
>>>>> Hi Faye,
>>>>> 
>>>>> What problem are you having getting jumpstart to work? The
>>>>> installation
>>>>> instructions have been tested by many, many people, but maybe there's
>>>>> something we missed.
>>>>> 
>>>>> Regards,
>>>>> 
>>>>> Geoff
>>>>> 
>>>>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>>>>> 
>>>>>> 
>>>>>> Hello, I am new to tapestry5 and I followed
>>>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>>>> which was an awesome direction to get tapestry5 quickstart working. I
>>>>>> also
>>>>>> downloaded jumpstart, but unfortunately could not successfully get it
>>>>>> to
>>>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>>>> there
>>>>>> is a tutorial or some information on how to start from the tapestry
>>>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some
>>>>>> of
>>>>>> the
>>>>>> examples in the jumpstart. -- that would certainly help me a lot to
>>>>>> get
>>>>>> going using tapestry5 for my project. 
>>>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>>>> Thanks a bunch!
>>>>>> -- 
>>>>>> View this message in context:
>>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>> 
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> -- 
>>>> View this message in context:
>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27387503.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27389264.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by Geoff Callender <ge...@gmail.com>.
Sorry but I have no idea! I've just tried installation from scratch and it worked, but I noticed a couple of things...

	* openejb-3.1.1 is no longer available, so I used openejb-3.1.2. i will have to upgrade the instructions.
	* You are right that initially there is no directory openejb-3.1.2/data/hsqldb/, but it's not a problem because the data_util.xml Ant script creates one if it's not there.

To see exactly what Ant did, right-click on the target reset-database-hsqldb-prompted and choose Run As > Ant Build..., then choose Main and put -v in Arguments
Click Run.  Ant will give verbose output.

Cheers,

Geoff

On 31/01/2010, at 1:11 PM, faye alaska wrote:

> 
> another observation is that, 
> In the installation, it says: "In Eclipse, open the data_util.properties
> file and modify the properties hsqldb.data.dir and hsqldb.jar.dir. Use
> relative paths eg. ../openejb-3.1.1/data/hsqldb and ../openejb-3.1.1/lib"
> I didn't see a hsqldb directory under ../openejb-3.1.1/data/, so I created
> an hsqldb directory, but executing the reset-database-hsqldb-prompted still
> didn't copy anything into this directory even though it reports that a file
> was copied over. I am wondering what I did wrong...
> 
> Buildfile: C:\1jumpstart\jumpstart-4.5.2\data_util.xml
> reset-database-hsqldb-prompted:
> reset-database-hsqldb:
> replace-hsqldb-files-unless-for-jboss:
>     [copy] Copying 1 file to C:\1jumpstart\openejb-3.1.1\data\hsqldb
>     [echo] hsqldb has been reset in ../openejb-3.1.1/data/hsqldb/.
> replace-jumpstartdb-files-if-for-jboss:
> BUILD SUCCESSFUL
> Total time: 4 seconds
> 
> 
> 
> 
> Geoff Callender-2 wrote:
>> 
>> That's good news. After step 8 there is a section titled "Populate the
>> database". That will do it.
>> 
>> Regards,
>> 
>> Geoff
>> 
>> On 31/01/2010, at 8:17 AM, faye alaska wrote:
>> 
>>> 
>>> Hi Geoff, 
>>> 
>>> I did get jumpstart to work. The instruction is definitely accurate. My
>>> error was indeed with step 8, "Click Add Jars... and add every JAR in
>>> OpenEJB's lib/ directory to the new user library." my mistake was that I
>>> added the Jars to the build path rather than to the "new user library"
>>> which
>>> is openejb-3.1.1-lib. 
>>> It is working -- thank you very much!
>>> I want to emphasize here: The installation instruction is accurate, the
>>> error is on my part when I execute it. :-)
>>> When I went to the Grid, though, it says there is no data. what do I need
>>> to
>>> do to populate the database?
>>> Thanks,
>>> Faye
>>> 
>>> 
>>> 
>>> Geoff Callender-2 wrote:
>>>> 
>>>> On 30/01/2010, at 9:50 AM, faye alaska wrote:
>>>> 
>>>>> 
>>>>> Hi Geoff,
>>>>> Thanks for the reply! I am stuck at the very end of jumpstar --
>>>>> everything
>>>>> worked very well till this point and technically, the instruction was
>>>>> still
>>>>> correct, maybe I am just so new to all this that I was not able to do
>>>>> any
>>>>> effective debugging... 
>>>>> "If error, especially ClassNotFoundException for org.slf4j.Logger or
>>>>> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath
>>>>> match
>>>>> those shown above."
>>>>> I kept checking and my arguments which I copied and pasted into the
>>>>> argument
>>>>> area, and the jar files added, and could not see where the problem is. 
>>>>> and the following was my error message. 
>>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>>> org/apache/log4j/Level
>>>> 
>>>> Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you
>>>> need to go back to step 8 and make sure your openejb User Library
>>>> contains
>>>> that jar and every other jar.
>>>> 
>>>> HTH,
>>>> 
>>>> Geoff
>>>> 
>>>>> 	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
>>>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>> 	at
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>> 	at
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>>>>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>>>> Method)
>>>>> 	at
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>>> 	at
>>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>>> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>>> 	at java.lang.Class.newInstance0(Class.java:355)
>>>>> 	at java.lang.Class.newInstance(Class.java:308)
>>>>> 	at org.mortbay.log.Log.<clinit>(Log.java:53)
>>>>> 	at org.mortbay.component.Container.add(Container.java:200)
>>>>> 	at org.mortbay.component.Container.update(Container.java:164)
>>>>> 	at org.mortbay.component.Container.update(Container.java:106)
>>>>> 	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
>>>>> 	at org.mortbay.jetty.Server.addConnector(Server.java:132)
>>>>> 	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
>>>>> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
>>>>> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>>> 	at java.security.AccessController.doPrivileged(Native Method)
>>>>> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>>>>> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>>> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
>>>>> 	... 20 more
>>>>> 
>>>>> Thanks again for helping.
>>>>> Faye
>>>>> 
>>>>> 
>>>>> Geoff Callender-2 wrote:
>>>>>> 
>>>>>> Hi Faye,
>>>>>> 
>>>>>> What problem are you having getting jumpstart to work? The
>>>>>> installation
>>>>>> instructions have been tested by many, many people, but maybe there's
>>>>>> something we missed.
>>>>>> 
>>>>>> Regards,
>>>>>> 
>>>>>> Geoff
>>>>>> 
>>>>>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>>>>>> 
>>>>>>> 
>>>>>>> Hello, I am new to tapestry5 and I followed
>>>>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>>>>> which was an awesome direction to get tapestry5 quickstart working. I
>>>>>>> also
>>>>>>> downloaded jumpstart, but unfortunately could not successfully get it
>>>>>>> to
>>>>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>>>>> there
>>>>>>> is a tutorial or some information on how to start from the tapestry
>>>>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some
>>>>>>> of
>>>>>>> the
>>>>>>> examples in the jumpstart. -- that would certainly help me a lot to
>>>>>>> get
>>>>>>> going using tapestry5 for my project. 
>>>>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>>>>> Thanks a bunch!
>>>>>>> -- 
>>>>>>> View this message in context:
>>>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>>> 
>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>>> -- 
>>>>> View this message in context:
>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>> 
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>>> 
>>>> 
>>> 
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27387503.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>> 
>> 
>> 
>> 
> 
> -- 
> View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27389560.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by Geoff Callender <ge...@gmail.com>.
Cool.

On 31/01/2010, at 3:23 PM, faye alaska wrote:

> 
> Now I finally fixed my jumpstart as well, and it is working with database...
> I think I had a mismatch of where the openejb is -- I originally had the
> /openejb-3.1.1 directory under the jumpstart directory and tried to modify
> some of the files and the VM arguments, but the database could not get
> populated. I finally decided to follow exactly the installation instructions
> and put it in the same level as the jumstart project folder, and then the
> database got populated, and it is fully functional. 
> Thanks everyone, for your help. 
> Regards,
> Faye
> 
> 
> 
> faye alaska wrote:
>> 
>> another observation is that, 
>> In the installation, it says: "In Eclipse, open the data_util.properties
>> file and modify the properties hsqldb.data.dir and hsqldb.jar.dir. Use
>> relative paths eg. ../openejb-3.1.1/data/hsqldb and ../openejb-3.1.1/lib"
>> I didn't see a hsqldb directory under ../openejb-3.1.1/data/, so I created
>> an hsqldb directory, but executing the reset-database-hsqldb-prompted
>> still didn't copy anything into this directory even though it reports that
>> a file was copied over. I am wondering what I did wrong...
>> 
>> Buildfile: C:\1jumpstart\jumpstart-4.5.2\data_util.xml
>> reset-database-hsqldb-prompted:
>> reset-database-hsqldb:
>> replace-hsqldb-files-unless-for-jboss:
>>     [copy] Copying 1 file to C:\1jumpstart\openejb-3.1.1\data\hsqldb
>>     [echo] hsqldb has been reset in ../openejb-3.1.1/data/hsqldb/.
>> replace-jumpstartdb-files-if-for-jboss:
>> BUILD SUCCESSFUL
>> Total time: 4 seconds
>> 
>> 
>> 
>> 
>> Geoff Callender-2 wrote:
>>> 
>>> That's good news. After step 8 there is a section titled "Populate the
>>> database". That will do it.
>>> 
>>> Regards,
>>> 
>>> Geoff
>>> 
>>> On 31/01/2010, at 8:17 AM, faye alaska wrote:
>>> 
>>>> 
>>>> Hi Geoff, 
>>>> 
>>>> I did get jumpstart to work. The instruction is definitely accurate. My
>>>> error was indeed with step 8, "Click Add Jars... and add every JAR in
>>>> OpenEJB's lib/ directory to the new user library." my mistake was that I
>>>> added the Jars to the build path rather than to the "new user library"
>>>> which
>>>> is openejb-3.1.1-lib. 
>>>> It is working -- thank you very much!
>>>> I want to emphasize here: The installation instruction is accurate, the
>>>> error is on my part when I execute it. :-)
>>>> When I went to the Grid, though, it says there is no data. what do I
>>>> need to
>>>> do to populate the database?
>>>> Thanks,
>>>> Faye
>>>> 
>>>> 
>>>> 
>>>> Geoff Callender-2 wrote:
>>>>> 
>>>>> On 30/01/2010, at 9:50 AM, faye alaska wrote:
>>>>> 
>>>>>> 
>>>>>> Hi Geoff,
>>>>>> Thanks for the reply! I am stuck at the very end of jumpstar --
>>>>>> everything
>>>>>> worked very well till this point and technically, the instruction was
>>>>>> still
>>>>>> correct, maybe I am just so new to all this that I was not able to do
>>>>>> any
>>>>>> effective debugging... 
>>>>>> "If error, especially ClassNotFoundException for org.slf4j.Logger or
>>>>>> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath
>>>>>> match
>>>>>> those shown above."
>>>>>> I kept checking and my arguments which I copied and pasted into the
>>>>>> argument
>>>>>> area, and the jar files added, and could not see where the problem is. 
>>>>>> and the following was my error message. 
>>>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>>>> org/apache/log4j/Level
>>>>> 
>>>>> Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you
>>>>> need to go back to step 8 and make sure your openejb User Library
>>>>> contains
>>>>> that jar and every other jar.
>>>>> 
>>>>> HTH,
>>>>> 
>>>>> Geoff
>>>>> 
>>>>>> 	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
>>>>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>> 	at
>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>>> 	at
>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>>>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>>>>>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>>>>> Method)
>>>>>> 	at
>>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>>>> 	at
>>>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>>>> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>>>> 	at java.lang.Class.newInstance0(Class.java:355)
>>>>>> 	at java.lang.Class.newInstance(Class.java:308)
>>>>>> 	at org.mortbay.log.Log.<clinit>(Log.java:53)
>>>>>> 	at org.mortbay.component.Container.add(Container.java:200)
>>>>>> 	at org.mortbay.component.Container.update(Container.java:164)
>>>>>> 	at org.mortbay.component.Container.update(Container.java:106)
>>>>>> 	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
>>>>>> 	at org.mortbay.jetty.Server.addConnector(Server.java:132)
>>>>>> 	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
>>>>>> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
>>>>>> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>>>> 	at java.security.AccessController.doPrivileged(Native Method)
>>>>>> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>>>>>> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>>>> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
>>>>>> 	... 20 more
>>>>>> 
>>>>>> Thanks again for helping.
>>>>>> Faye
>>>>>> 
>>>>>> 
>>>>>> Geoff Callender-2 wrote:
>>>>>>> 
>>>>>>> Hi Faye,
>>>>>>> 
>>>>>>> What problem are you having getting jumpstart to work? The
>>>>>>> installation
>>>>>>> instructions have been tested by many, many people, but maybe there's
>>>>>>> something we missed.
>>>>>>> 
>>>>>>> Regards,
>>>>>>> 
>>>>>>> Geoff
>>>>>>> 
>>>>>>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>>>>>>> 
>>>>>>>> 
>>>>>>>> Hello, I am new to tapestry5 and I followed
>>>>>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>>>>>> which was an awesome direction to get tapestry5 quickstart working.
>>>>>>>> I
>>>>>>>> also
>>>>>>>> downloaded jumpstart, but unfortunately could not successfully get
>>>>>>>> it
>>>>>>>> to
>>>>>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>>>>>> there
>>>>>>>> is a tutorial or some information on how to start from the tapestry
>>>>>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some
>>>>>>>> of
>>>>>>>> the
>>>>>>>> examples in the jumpstart. -- that would certainly help me a lot to
>>>>>>>> get
>>>>>>>> going using tapestry5 for my project. 
>>>>>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>>>>>> Thanks a bunch!
>>>>>>>> -- 
>>>>>>>> View this message in context:
>>>>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> -- 
>>>>>> View this message in context:
>>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>> 
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> -- 
>>>> View this message in context:
>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27387503.html
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>> 
>>> 
>>> 
>> 
>> 
> 
> -- 
> View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27389690.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
Now I finally fixed my jumpstart as well, and it is working with database...
I think I had a mismatch of where the openejb is -- I originally had the
/openejb-3.1.1 directory under the jumpstart directory and tried to modify
some of the files and the VM arguments, but the database could not get
populated. I finally decided to follow exactly the installation instructions
and put it in the same level as the jumstart project folder, and then the
database got populated, and it is fully functional. 
Thanks everyone, for your help. 
Regards,
Faye



faye alaska wrote:
> 
> another observation is that, 
> In the installation, it says: "In Eclipse, open the data_util.properties
> file and modify the properties hsqldb.data.dir and hsqldb.jar.dir. Use
> relative paths eg. ../openejb-3.1.1/data/hsqldb and ../openejb-3.1.1/lib"
> I didn't see a hsqldb directory under ../openejb-3.1.1/data/, so I created
> an hsqldb directory, but executing the reset-database-hsqldb-prompted
> still didn't copy anything into this directory even though it reports that
> a file was copied over. I am wondering what I did wrong...
> 
> Buildfile: C:\1jumpstart\jumpstart-4.5.2\data_util.xml
> reset-database-hsqldb-prompted:
> reset-database-hsqldb:
> replace-hsqldb-files-unless-for-jboss:
>      [copy] Copying 1 file to C:\1jumpstart\openejb-3.1.1\data\hsqldb
>      [echo] hsqldb has been reset in ../openejb-3.1.1/data/hsqldb/.
> replace-jumpstartdb-files-if-for-jboss:
> BUILD SUCCESSFUL
> Total time: 4 seconds
> 
> 
> 
> 
> Geoff Callender-2 wrote:
>> 
>> That's good news. After step 8 there is a section titled "Populate the
>> database". That will do it.
>> 
>> Regards,
>> 
>> Geoff
>> 
>> On 31/01/2010, at 8:17 AM, faye alaska wrote:
>> 
>>> 
>>> Hi Geoff, 
>>> 
>>> I did get jumpstart to work. The instruction is definitely accurate. My
>>> error was indeed with step 8, "Click Add Jars... and add every JAR in
>>> OpenEJB's lib/ directory to the new user library." my mistake was that I
>>> added the Jars to the build path rather than to the "new user library"
>>> which
>>> is openejb-3.1.1-lib. 
>>> It is working -- thank you very much!
>>> I want to emphasize here: The installation instruction is accurate, the
>>> error is on my part when I execute it. :-)
>>> When I went to the Grid, though, it says there is no data. what do I
>>> need to
>>> do to populate the database?
>>> Thanks,
>>> Faye
>>> 
>>> 
>>> 
>>> Geoff Callender-2 wrote:
>>>> 
>>>> On 30/01/2010, at 9:50 AM, faye alaska wrote:
>>>> 
>>>>> 
>>>>> Hi Geoff,
>>>>> Thanks for the reply! I am stuck at the very end of jumpstar --
>>>>> everything
>>>>> worked very well till this point and technically, the instruction was
>>>>> still
>>>>> correct, maybe I am just so new to all this that I was not able to do
>>>>> any
>>>>> effective debugging... 
>>>>> "If error, especially ClassNotFoundException for org.slf4j.Logger or
>>>>> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath
>>>>> match
>>>>> those shown above."
>>>>> I kept checking and my arguments which I copied and pasted into the
>>>>> argument
>>>>> area, and the jar files added, and could not see where the problem is. 
>>>>> and the following was my error message. 
>>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>>> org/apache/log4j/Level
>>>> 
>>>> Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you
>>>> need to go back to step 8 and make sure your openejb User Library
>>>> contains
>>>> that jar and every other jar.
>>>> 
>>>> HTH,
>>>> 
>>>> Geoff
>>>> 
>>>>> 	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
>>>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>> 	at
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>> 	at
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>>>>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>>>> Method)
>>>>> 	at
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>>> 	at
>>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>>> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>>> 	at java.lang.Class.newInstance0(Class.java:355)
>>>>> 	at java.lang.Class.newInstance(Class.java:308)
>>>>> 	at org.mortbay.log.Log.<clinit>(Log.java:53)
>>>>> 	at org.mortbay.component.Container.add(Container.java:200)
>>>>> 	at org.mortbay.component.Container.update(Container.java:164)
>>>>> 	at org.mortbay.component.Container.update(Container.java:106)
>>>>> 	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
>>>>> 	at org.mortbay.jetty.Server.addConnector(Server.java:132)
>>>>> 	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
>>>>> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
>>>>> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>>> 	at java.security.AccessController.doPrivileged(Native Method)
>>>>> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>>>>> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>>> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
>>>>> 	... 20 more
>>>>> 
>>>>> Thanks again for helping.
>>>>> Faye
>>>>> 
>>>>> 
>>>>> Geoff Callender-2 wrote:
>>>>>> 
>>>>>> Hi Faye,
>>>>>> 
>>>>>> What problem are you having getting jumpstart to work? The
>>>>>> installation
>>>>>> instructions have been tested by many, many people, but maybe there's
>>>>>> something we missed.
>>>>>> 
>>>>>> Regards,
>>>>>> 
>>>>>> Geoff
>>>>>> 
>>>>>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>>>>>> 
>>>>>>> 
>>>>>>> Hello, I am new to tapestry5 and I followed
>>>>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>>>>> which was an awesome direction to get tapestry5 quickstart working.
>>>>>>> I
>>>>>>> also
>>>>>>> downloaded jumpstart, but unfortunately could not successfully get
>>>>>>> it
>>>>>>> to
>>>>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>>>>> there
>>>>>>> is a tutorial or some information on how to start from the tapestry
>>>>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some
>>>>>>> of
>>>>>>> the
>>>>>>> examples in the jumpstart. -- that would certainly help me a lot to
>>>>>>> get
>>>>>>> going using tapestry5 for my project. 
>>>>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>>>>> Thanks a bunch!
>>>>>>> -- 
>>>>>>> View this message in context:
>>>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>>> 
>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>>> -- 
>>>>> View this message in context:
>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>> 
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>>> 
>>>> 
>>> 
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27387503.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>> 
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27389690.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
another observation is that, 
In the installation, it says: "In Eclipse, open the data_util.properties
file and modify the properties hsqldb.data.dir and hsqldb.jar.dir. Use
relative paths eg. ../openejb-3.1.1/data/hsqldb and ../openejb-3.1.1/lib"
I didn't see a hsqldb directory under ../openejb-3.1.1/data/, so I created
an hsqldb directory, but executing the reset-database-hsqldb-prompted still
didn't copy anything into this directory even though it reports that a file
was copied over. I am wondering what I did wrong...

Buildfile: C:\1jumpstart\jumpstart-4.5.2\data_util.xml
reset-database-hsqldb-prompted:
reset-database-hsqldb:
replace-hsqldb-files-unless-for-jboss:
     [copy] Copying 1 file to C:\1jumpstart\openejb-3.1.1\data\hsqldb
     [echo] hsqldb has been reset in ../openejb-3.1.1/data/hsqldb/.
replace-jumpstartdb-files-if-for-jboss:
BUILD SUCCESSFUL
Total time: 4 seconds




Geoff Callender-2 wrote:
> 
> That's good news. After step 8 there is a section titled "Populate the
> database". That will do it.
> 
> Regards,
> 
> Geoff
> 
> On 31/01/2010, at 8:17 AM, faye alaska wrote:
> 
>> 
>> Hi Geoff, 
>> 
>> I did get jumpstart to work. The instruction is definitely accurate. My
>> error was indeed with step 8, "Click Add Jars... and add every JAR in
>> OpenEJB's lib/ directory to the new user library." my mistake was that I
>> added the Jars to the build path rather than to the "new user library"
>> which
>> is openejb-3.1.1-lib. 
>> It is working -- thank you very much!
>> I want to emphasize here: The installation instruction is accurate, the
>> error is on my part when I execute it. :-)
>> When I went to the Grid, though, it says there is no data. what do I need
>> to
>> do to populate the database?
>> Thanks,
>> Faye
>> 
>> 
>> 
>> Geoff Callender-2 wrote:
>>> 
>>> On 30/01/2010, at 9:50 AM, faye alaska wrote:
>>> 
>>>> 
>>>> Hi Geoff,
>>>> Thanks for the reply! I am stuck at the very end of jumpstar --
>>>> everything
>>>> worked very well till this point and technically, the instruction was
>>>> still
>>>> correct, maybe I am just so new to all this that I was not able to do
>>>> any
>>>> effective debugging... 
>>>> "If error, especially ClassNotFoundException for org.slf4j.Logger or
>>>> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath
>>>> match
>>>> those shown above."
>>>> I kept checking and my arguments which I copied and pasted into the
>>>> argument
>>>> area, and the jar files added, and could not see where the problem is. 
>>>> and the following was my error message. 
>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>> org/apache/log4j/Level
>>> 
>>> Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you
>>> need to go back to step 8 and make sure your openejb User Library
>>> contains
>>> that jar and every other jar.
>>> 
>>> HTH,
>>> 
>>> Geoff
>>> 
>>>> 	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
>>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> 	at
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>> 	at
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>>>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>>> Method)
>>>> 	at
>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>> 	at
>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>> 	at java.lang.Class.newInstance0(Class.java:355)
>>>> 	at java.lang.Class.newInstance(Class.java:308)
>>>> 	at org.mortbay.log.Log.<clinit>(Log.java:53)
>>>> 	at org.mortbay.component.Container.add(Container.java:200)
>>>> 	at org.mortbay.component.Container.update(Container.java:164)
>>>> 	at org.mortbay.component.Container.update(Container.java:106)
>>>> 	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
>>>> 	at org.mortbay.jetty.Server.addConnector(Server.java:132)
>>>> 	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
>>>> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
>>>> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>> 	at java.security.AccessController.doPrivileged(Native Method)
>>>> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>>>> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
>>>> 	... 20 more
>>>> 
>>>> Thanks again for helping.
>>>> Faye
>>>> 
>>>> 
>>>> Geoff Callender-2 wrote:
>>>>> 
>>>>> Hi Faye,
>>>>> 
>>>>> What problem are you having getting jumpstart to work? The
>>>>> installation
>>>>> instructions have been tested by many, many people, but maybe there's
>>>>> something we missed.
>>>>> 
>>>>> Regards,
>>>>> 
>>>>> Geoff
>>>>> 
>>>>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>>>>> 
>>>>>> 
>>>>>> Hello, I am new to tapestry5 and I followed
>>>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>>>> which was an awesome direction to get tapestry5 quickstart working. I
>>>>>> also
>>>>>> downloaded jumpstart, but unfortunately could not successfully get it
>>>>>> to
>>>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>>>> there
>>>>>> is a tutorial or some information on how to start from the tapestry
>>>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some
>>>>>> of
>>>>>> the
>>>>>> examples in the jumpstart. -- that would certainly help me a lot to
>>>>>> get
>>>>>> going using tapestry5 for my project. 
>>>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>>>> Thanks a bunch!
>>>>>> -- 
>>>>>> View this message in context:
>>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>> 
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> -- 
>>>> View this message in context:
>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27387503.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27389560.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by Geoff Callender <ge...@gmail.com>.
That's good news. After step 8 there is a section titled "Populate the database". That will do it.

Regards,

Geoff

On 31/01/2010, at 8:17 AM, faye alaska wrote:

> 
> Hi Geoff, 
> 
> I did get jumpstart to work. The instruction is definitely accurate. My
> error was indeed with step 8, "Click Add Jars... and add every JAR in
> OpenEJB's lib/ directory to the new user library." my mistake was that I
> added the Jars to the build path rather than to the "new user library" which
> is openejb-3.1.1-lib. 
> It is working -- thank you very much!
> I want to emphasize here: The installation instruction is accurate, the
> error is on my part when I execute it. :-)
> When I went to the Grid, though, it says there is no data. what do I need to
> do to populate the database?
> Thanks,
> Faye
> 
> 
> 
> Geoff Callender-2 wrote:
>> 
>> On 30/01/2010, at 9:50 AM, faye alaska wrote:
>> 
>>> 
>>> Hi Geoff,
>>> Thanks for the reply! I am stuck at the very end of jumpstar --
>>> everything
>>> worked very well till this point and technically, the instruction was
>>> still
>>> correct, maybe I am just so new to all this that I was not able to do any
>>> effective debugging... 
>>> "If error, especially ClassNotFoundException for org.slf4j.Logger or
>>> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath
>>> match
>>> those shown above."
>>> I kept checking and my arguments which I copied and pasted into the
>>> argument
>>> area, and the jar files added, and could not see where the problem is. 
>>> and the following was my error message. 
>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/apache/log4j/Level
>> 
>> Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you
>> need to go back to step 8 and make sure your openejb User Library contains
>> that jar and every other jar.
>> 
>> HTH,
>> 
>> Geoff
>> 
>>> 	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> 	at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> 	at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>> 	at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>> 	at
>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>> 	at java.lang.Class.newInstance0(Class.java:355)
>>> 	at java.lang.Class.newInstance(Class.java:308)
>>> 	at org.mortbay.log.Log.<clinit>(Log.java:53)
>>> 	at org.mortbay.component.Container.add(Container.java:200)
>>> 	at org.mortbay.component.Container.update(Container.java:164)
>>> 	at org.mortbay.component.Container.update(Container.java:106)
>>> 	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
>>> 	at org.mortbay.jetty.Server.addConnector(Server.java:132)
>>> 	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
>>> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
>>> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>> 	at java.security.AccessController.doPrivileged(Native Method)
>>> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>>> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
>>> 	... 20 more
>>> 
>>> Thanks again for helping.
>>> Faye
>>> 
>>> 
>>> Geoff Callender-2 wrote:
>>>> 
>>>> Hi Faye,
>>>> 
>>>> What problem are you having getting jumpstart to work? The installation
>>>> instructions have been tested by many, many people, but maybe there's
>>>> something we missed.
>>>> 
>>>> Regards,
>>>> 
>>>> Geoff
>>>> 
>>>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>>>> 
>>>>> 
>>>>> Hello, I am new to tapestry5 and I followed
>>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>>> which was an awesome direction to get tapestry5 quickstart working. I
>>>>> also
>>>>> downloaded jumpstart, but unfortunately could not successfully get it
>>>>> to
>>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>>> there
>>>>> is a tutorial or some information on how to start from the tapestry
>>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>>>>> the
>>>>> examples in the jumpstart. -- that would certainly help me a lot to get
>>>>> going using tapestry5 for my project. 
>>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>>> Thanks a bunch!
>>>>> -- 
>>>>> View this message in context:
>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>> 
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>>> 
>>>> 
>>> 
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 
>> 
> 
> -- 
> View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27387503.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
Hi Geoff, 

I did get jumpstart to work. The instruction is definitely accurate. My
error was indeed with step 8, "Click Add Jars... and add every JAR in
OpenEJB's lib/ directory to the new user library." my mistake was that I
added the Jars to the build path rather than to the "new user library" which
is openejb-3.1.1-lib. 
It is working -- thank you very much!
I want to emphasize here: The installation instruction is accurate, the
error is on my part when I execute it. :-)
When I went to the Grid, though, it says there is no data. what do I need to
do to populate the database?
Thanks,
Faye



Geoff Callender-2 wrote:
> 
> On 30/01/2010, at 9:50 AM, faye alaska wrote:
> 
>> 
>> Hi Geoff,
>> Thanks for the reply! I am stuck at the very end of jumpstar --
>> everything
>> worked very well till this point and technically, the instruction was
>> still
>> correct, maybe I am just so new to all this that I was not able to do any
>> effective debugging... 
>> "If error, especially ClassNotFoundException for org.slf4j.Logger or
>> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath
>> match
>> those shown above."
>> I kept checking and my arguments which I copied and pasted into the
>> argument
>> area, and the jar files added, and could not see where the problem is. 
>> and the following was my error message. 
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/log4j/Level
> 
> Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you
> need to go back to step 8 and make sure your openejb User Library contains
> that jar and every other jar.
> 
> HTH,
> 
> Geoff
> 
>> 	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> 	at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> 	at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>> 	at
>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>> 	at
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>> 	at java.lang.Class.newInstance0(Class.java:355)
>> 	at java.lang.Class.newInstance(Class.java:308)
>> 	at org.mortbay.log.Log.<clinit>(Log.java:53)
>> 	at org.mortbay.component.Container.add(Container.java:200)
>> 	at org.mortbay.component.Container.update(Container.java:164)
>> 	at org.mortbay.component.Container.update(Container.java:106)
>> 	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
>> 	at org.mortbay.jetty.Server.addConnector(Server.java:132)
>> 	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
>> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
>> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>> 	at java.security.AccessController.doPrivileged(Native Method)
>> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
>> 	... 20 more
>> 
>> Thanks again for helping.
>> Faye
>> 
>> 
>> Geoff Callender-2 wrote:
>>> 
>>> Hi Faye,
>>> 
>>> What problem are you having getting jumpstart to work? The installation
>>> instructions have been tested by many, many people, but maybe there's
>>> something we missed.
>>> 
>>> Regards,
>>> 
>>> Geoff
>>> 
>>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>>> 
>>>> 
>>>> Hello, I am new to tapestry5 and I followed
>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>> which was an awesome direction to get tapestry5 quickstart working. I
>>>> also
>>>> downloaded jumpstart, but unfortunately could not successfully get it
>>>> to
>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>> there
>>>> is a tutorial or some information on how to start from the tapestry
>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>>>> the
>>>> examples in the jumpstart. -- that would certainly help me a lot to get
>>>> going using tapestry5 for my project. 
>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>> Thanks a bunch!
>>>> -- 
>>>> View this message in context:
>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27387503.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by Geoff Callender <ge...@gmail.com>.
On 30/01/2010, at 9:50 AM, faye alaska wrote:

> 
> Hi Geoff,
> Thanks for the reply! I am stuck at the very end of jumpstar -- everything
> worked very well till this point and technically, the instruction was still
> correct, maybe I am just so new to all this that I was not able to do any
> effective debugging... 
> "If error, especially ClassNotFoundException for org.slf4j.Logger or
> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath match
> those shown above."
> I kept checking and my arguments which I copied and pasted into the argument
> area, and the jar files added, and could not see where the problem is. 
> and the following was my error message. 
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/log4j/Level

Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you need to go back to step 8 and make sure your openejb User Library contains that jar and every other jar.

HTH,

Geoff

> 	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
> 	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 	at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> 	at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> 	at java.lang.Class.newInstance0(Class.java:355)
> 	at java.lang.Class.newInstance(Class.java:308)
> 	at org.mortbay.log.Log.<clinit>(Log.java:53)
> 	at org.mortbay.component.Container.add(Container.java:200)
> 	at org.mortbay.component.Container.update(Container.java:164)
> 	at org.mortbay.component.Container.update(Container.java:106)
> 	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
> 	at org.mortbay.jetty.Server.addConnector(Server.java:132)
> 	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
> 	... 20 more
> 
> Thanks again for helping.
> Faye
> 
> 
> Geoff Callender-2 wrote:
>> 
>> Hi Faye,
>> 
>> What problem are you having getting jumpstart to work? The installation
>> instructions have been tested by many, many people, but maybe there's
>> something we missed.
>> 
>> Regards,
>> 
>> Geoff
>> 
>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>> 
>>> 
>>> Hello, I am new to tapestry5 and I followed
>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>> which was an awesome direction to get tapestry5 quickstart working. I
>>> also
>>> downloaded jumpstart, but unfortunately could not successfully get it to
>>> work. The examples in jumpstart are very cool, now I am wondering if
>>> there
>>> is a tutorial or some information on how to start from the tapestry
>>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>>> the
>>> examples in the jumpstart. -- that would certainly help me a lot to get
>>> going using tapestry5 for my project. 
>>> Thanks a lot. I am really excited about learning/using tapestry...
>>> Thanks a bunch!
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 
>> 
> 
> -- 
> View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
Hi Geoff,
Thanks for the reply! I am stuck at the very end of jumpstar -- everything
worked very well till this point and technically, the instruction was still
correct, maybe I am just so new to all this that I was not able to do any
effective debugging... 
"If error, especially ClassNotFoundException for org.slf4j.Logger or
org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath match
those shown above."
I kept checking and my arguments which I copied and pasted into the argument
area, and the jar files added, and could not see where the problem is. 
and the following was my error message. 
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/log4j/Level
	at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
	at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.lang.Class.newInstance0(Class.java:355)
	at java.lang.Class.newInstance(Class.java:308)
	at org.mortbay.log.Log.<clinit>(Log.java:53)
	at org.mortbay.component.Container.add(Container.java:200)
	at org.mortbay.component.Container.update(Container.java:164)
	at org.mortbay.component.Container.update(Container.java:106)
	at org.mortbay.jetty.Server.setConnectors(Server.java:158)
	at org.mortbay.jetty.Server.addConnector(Server.java:132)
	at runjettyrun.Bootstrap.main(Bootstrap.java:76)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
	... 20 more

Thanks again for helping.
Faye


Geoff Callender-2 wrote:
> 
> Hi Faye,
> 
> What problem are you having getting jumpstart to work? The installation
> instructions have been tested by many, many people, but maybe there's
> something we missed.
> 
> Regards,
> 
> Geoff
> 
> On 29/01/2010, at 8:16 PM, faye alaska wrote:
> 
>> 
>> Hello, I am new to tapestry5 and I followed
>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>> which was an awesome direction to get tapestry5 quickstart working. I
>> also
>> downloaded jumpstart, but unfortunately could not successfully get it to
>> work. The examples in jumpstart are very cool, now I am wondering if
>> there
>> is a tutorial or some information on how to start from the tapestry
>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>> the
>> examples in the jumpstart. -- that would certainly help me a lot to get
>> going using tapestry5 for my project. 
>> Thanks a lot. I am really excited about learning/using tapestry...
>> Thanks a bunch!
>> -- 
>> View this message in context:
>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by Geoff Callender <ge...@gmail.com>.
Hi Faye,

What problem are you having getting jumpstart to work? The installation instructions have been tested by many, many people, but maybe there's something we missed.

Regards,

Geoff

On 29/01/2010, at 8:16 PM, faye alaska wrote:

> 
> Hello, I am new to tapestry5 and I followed
> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
> which was an awesome direction to get tapestry5 quickstart working. I also
> downloaded jumpstart, but unfortunately could not successfully get it to
> work. The examples in jumpstart are very cool, now I am wondering if there
> is a tutorial or some information on how to start from the tapestry
> quickstart to get openejb, hibernate, with hsqldb set up to try some of the
> examples in the jumpstart. -- that would certainly help me a lot to get
> going using tapestry5 for my project. 
> Thanks a lot. I am really excited about learning/using tapestry...
> Thanks a bunch!
> -- 
> View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by Kalle Korhonen <ka...@gmail.com>.
On Sat, Jan 30, 2010 at 11:23 AM, faye alaska <ha...@gmail.com> wrote:
> Thanks for your help again. Is OpenEjb included in this quick start project?
> Do I need to add it as a user library like in the jumpstart to use it? Or
> does the quick start have something else that does serve the purpose for
> OpenEJB? I have read some threads that the openEJB and Hibernate have
> conflict on the ASM requirement, etc. so if I add it, should I follow
> certain instructions to avoid that?

You are on untested waters with that. I bet an embedded EJB container
such as OpenEJB would work better with our upcoming JPA support but
it's not released yet. If I were you, I'd first carefully think
through whether I need an EJB container or not. If you don't
absolutely need it now, you could always consider adding it in later.
If you have to ask yourself why you would need an EJB container, the
chances are you won't need it. In any case, let us know how it goes,
I'm certainly interested in hearing your experiences with EJB if you
decide to take that route.

Kalle


> Kalle Korhonen-2 wrote:
>>
>> I'm glad you were able to figure it out. Yes, we've tried to make the
>> whole setup as easy as possible. One option is to copy the
>> themes/tapestryskin resources from target to source so you don't have
>> move things around, then remove war dependency from the pom (it uses a
>> specific Maven functionality called war overlays, see
>> http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html).
>> However, we recognize this part is still not as nice as it could be,
>> especially for development and we've opened an issue to improve things
>> for the next version.
>>
>> Kalle
>>
>>
>> On Sat, Jan 30, 2010 at 1:32 AM, faye alaska <ha...@gmail.com>
>> wrote:
>>>
>>> Hi Kalle,
>>> I got it figured out. I needed to point the WebApp Dir to the target
>>> instead
>>> of the source.
>>> Anyways, I will play with it more.
>>> Thanks a bunch for your help.
>>> Faye
>>>
>>>
>>>
>>> faye alaska wrote:
>>>>
>>>> Hi Kalle,
>>>> The quick start is really easy to set up. However, when I try to run it
>>>> using http://localhost:8080/, I get the following error:
>>>>
>>>> An unexpected application exception has occurred.
>>>>
>>>>     * org.apache.tapestry5.internal.services.RenderQueueException
>>>>       Render queue error in SetupRender[Index:layout]: Unable to locate
>>>> asset 'context:themes/tapestryskin/theme.css' (the file does not exist).
>>>>
>>>>       activeComponents
>>>>               o Index (class com.gtsolutions.tynamoexample.pages.Index)
>>>>               o Index:layout (class
>>>> com.gtsolutions.tynamoexample.components.Layout)
>>>>                 context:Index.tml, line 1
>>>>                 1     <t:layout title="literal:Tynamo!"
>>>> xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"
>>>> xmlns:p="tapestry:parameter">
>>>>                 2     <p:subMenuBlock>
>>>>                 3     <ul>
>>>>                 4     <li>
>>>>                 5     </li>
>>>>                 6     </ul>
>>>>       location
>>>>           context:Index.tml, line 1
>>>>
>>>>     * java.lang.RuntimeException
>>>>       Unable to locate asset 'context:themes/tapestryskin/theme.css'
>>>> (the
>>>> file does not exist).
>>>>
>>>> did I not miss something?
>>>> Thanks,
>>>> Faye
>>>>
>>>>
>>>> Kalle Korhonen-2 wrote:
>>>>>
>>>>> Not a jumpstart, but you might want to try out Tynamo's archetype, see
>>>>> http://tynamo.org/Quick+start. It's got Hibernate, H2 etc. all set up
>>>>> and ready to go after you run it.
>>>>>
>>>>> Kalle
>>>>>
>>>>>
>>>>> On Fri, Jan 29, 2010 at 1:16 AM, faye alaska <ha...@gmail.com>
>>>>> wrote:
>>>>>>
>>>>>> Hello, I am new to tapestry5 and I followed
>>>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>>>> which was an awesome direction to get tapestry5 quickstart working. I
>>>>>> also
>>>>>> downloaded jumpstart, but unfortunately could not successfully get it
>>>>>> to
>>>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>>>> there
>>>>>> is a tutorial or some information on how to start from the tapestry
>>>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some
>>>>>> of
>>>>>> the
>>>>>> examples in the jumpstart. -- that would certainly help me a lot to
>>>>>> get
>>>>>> going using tapestry5 for my project.
>>>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>>>> Thanks a bunch!
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27382406.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27386643.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
Thanks for your help again. Is OpenEjb included in this quick start project?
Do I need to add it as a user library like in the jumpstart to use it? Or
does the quick start have something else that does serve the purpose for
OpenEJB? I have read some threads that the openEJB and Hibernate have
conflict on the ASM requirement, etc. so if I add it, should I follow
certain instructions to avoid that?

Thanks,
Faye


Kalle Korhonen-2 wrote:
> 
> I'm glad you were able to figure it out. Yes, we've tried to make the
> whole setup as easy as possible. One option is to copy the
> themes/tapestryskin resources from target to source so you don't have
> move things around, then remove war dependency from the pom (it uses a
> specific Maven functionality called war overlays, see
> http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html).
> However, we recognize this part is still not as nice as it could be,
> especially for development and we've opened an issue to improve things
> for the next version.
> 
> Kalle
> 
> 
> On Sat, Jan 30, 2010 at 1:32 AM, faye alaska <ha...@gmail.com>
> wrote:
>>
>> Hi Kalle,
>> I got it figured out. I needed to point the WebApp Dir to the target
>> instead
>> of the source.
>> Anyways, I will play with it more.
>> Thanks a bunch for your help.
>> Faye
>>
>>
>>
>> faye alaska wrote:
>>>
>>> Hi Kalle,
>>> The quick start is really easy to set up. However, when I try to run it
>>> using http://localhost:8080/, I get the following error:
>>>
>>> An unexpected application exception has occurred.
>>>
>>>     * org.apache.tapestry5.internal.services.RenderQueueException
>>>       Render queue error in SetupRender[Index:layout]: Unable to locate
>>> asset 'context:themes/tapestryskin/theme.css' (the file does not exist).
>>>
>>>       activeComponents
>>>               o Index (class com.gtsolutions.tynamoexample.pages.Index)
>>>               o Index:layout (class
>>> com.gtsolutions.tynamoexample.components.Layout)
>>>                 context:Index.tml, line 1
>>>                 1     <t:layout title="literal:Tynamo!"
>>> xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"
>>> xmlns:p="tapestry:parameter">
>>>                 2     <p:subMenuBlock>
>>>                 3     <ul>
>>>                 4     <li>
>>>                 5     </li>
>>>                 6     </ul>
>>>       location
>>>           context:Index.tml, line 1
>>>
>>>     * java.lang.RuntimeException
>>>       Unable to locate asset 'context:themes/tapestryskin/theme.css'
>>> (the
>>> file does not exist).
>>>
>>> did I not miss something?
>>> Thanks,
>>> Faye
>>>
>>>
>>> Kalle Korhonen-2 wrote:
>>>>
>>>> Not a jumpstart, but you might want to try out Tynamo's archetype, see
>>>> http://tynamo.org/Quick+start. It's got Hibernate, H2 etc. all set up
>>>> and ready to go after you run it.
>>>>
>>>> Kalle
>>>>
>>>>
>>>> On Fri, Jan 29, 2010 at 1:16 AM, faye alaska <ha...@gmail.com>
>>>> wrote:
>>>>>
>>>>> Hello, I am new to tapestry5 and I followed
>>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>>> which was an awesome direction to get tapestry5 quickstart working. I
>>>>> also
>>>>> downloaded jumpstart, but unfortunately could not successfully get it
>>>>> to
>>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>>> there
>>>>> is a tutorial or some information on how to start from the tapestry
>>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some
>>>>> of
>>>>> the
>>>>> examples in the jumpstart. -- that would certainly help me a lot to
>>>>> get
>>>>> going using tapestry5 for my project.
>>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>>> Thanks a bunch!
>>>>> --
>>>>> View this message in context:
>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27382406.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27386643.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by Kalle Korhonen <ka...@gmail.com>.
I'm glad you were able to figure it out. Yes, we've tried to make the
whole setup as easy as possible. One option is to copy the
themes/tapestryskin resources from target to source so you don't have
move things around, then remove war dependency from the pom (it uses a
specific Maven functionality called war overlays, see
http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html).
However, we recognize this part is still not as nice as it could be,
especially for development and we've opened an issue to improve things
for the next version.

Kalle


On Sat, Jan 30, 2010 at 1:32 AM, faye alaska <ha...@gmail.com> wrote:
>
> Hi Kalle,
> I got it figured out. I needed to point the WebApp Dir to the target instead
> of the source.
> Anyways, I will play with it more.
> Thanks a bunch for your help.
> Faye
>
>
>
> faye alaska wrote:
>>
>> Hi Kalle,
>> The quick start is really easy to set up. However, when I try to run it
>> using http://localhost:8080/, I get the following error:
>>
>> An unexpected application exception has occurred.
>>
>>     * org.apache.tapestry5.internal.services.RenderQueueException
>>       Render queue error in SetupRender[Index:layout]: Unable to locate
>> asset 'context:themes/tapestryskin/theme.css' (the file does not exist).
>>
>>       activeComponents
>>               o Index (class com.gtsolutions.tynamoexample.pages.Index)
>>               o Index:layout (class
>> com.gtsolutions.tynamoexample.components.Layout)
>>                 context:Index.tml, line 1
>>                 1     <t:layout title="literal:Tynamo!"
>> xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"
>> xmlns:p="tapestry:parameter">
>>                 2     <p:subMenuBlock>
>>                 3     <ul>
>>                 4     <li>
>>                 5     </li>
>>                 6     </ul>
>>       location
>>           context:Index.tml, line 1
>>
>>     * java.lang.RuntimeException
>>       Unable to locate asset 'context:themes/tapestryskin/theme.css' (the
>> file does not exist).
>>
>> did I not miss something?
>> Thanks,
>> Faye
>>
>>
>> Kalle Korhonen-2 wrote:
>>>
>>> Not a jumpstart, but you might want to try out Tynamo's archetype, see
>>> http://tynamo.org/Quick+start. It's got Hibernate, H2 etc. all set up
>>> and ready to go after you run it.
>>>
>>> Kalle
>>>
>>>
>>> On Fri, Jan 29, 2010 at 1:16 AM, faye alaska <ha...@gmail.com>
>>> wrote:
>>>>
>>>> Hello, I am new to tapestry5 and I followed
>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>> which was an awesome direction to get tapestry5 quickstart working. I
>>>> also
>>>> downloaded jumpstart, but unfortunately could not successfully get it to
>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>> there
>>>> is a tutorial or some information on how to start from the tapestry
>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>>>> the
>>>> examples in the jumpstart. -- that would certainly help me a lot to get
>>>> going using tapestry5 for my project.
>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>> Thanks a bunch!
>>>> --
>>>> View this message in context:
>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27382406.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
Hi Kalle, 
I got it figured out. I needed to point the WebApp Dir to the target instead
of the source. 
Anyways, I will play with it more. 
Thanks a bunch for your help.
Faye



faye alaska wrote:
> 
> Hi Kalle,
> The quick start is really easy to set up. However, when I try to run it
> using http://localhost:8080/, I get the following error:
> 
> An unexpected application exception has occurred.
> 
>     * org.apache.tapestry5.internal.services.RenderQueueException
>       Render queue error in SetupRender[Index:layout]: Unable to locate
> asset 'context:themes/tapestryskin/theme.css' (the file does not exist).
> 
>       activeComponents
>               o Index (class com.gtsolutions.tynamoexample.pages.Index)
>               o Index:layout (class
> com.gtsolutions.tynamoexample.components.Layout)
>                 context:Index.tml, line 1
>                 1	<t:layout title="literal:Tynamo!"
> xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"
> xmlns:p="tapestry:parameter">
>                 2	<p:subMenuBlock>
>                 3	<ul>
>                 4	<li>
>                 5	</li>
>                 6	</ul>
>       location
>           context:Index.tml, line 1
> 
>     * java.lang.RuntimeException
>       Unable to locate asset 'context:themes/tapestryskin/theme.css' (the
> file does not exist).
> 
> did I not miss something?
> Thanks,
> Faye
> 
> 
> Kalle Korhonen-2 wrote:
>> 
>> Not a jumpstart, but you might want to try out Tynamo's archetype, see
>> http://tynamo.org/Quick+start. It's got Hibernate, H2 etc. all set up
>> and ready to go after you run it.
>> 
>> Kalle
>> 
>> 
>> On Fri, Jan 29, 2010 at 1:16 AM, faye alaska <ha...@gmail.com>
>> wrote:
>>>
>>> Hello, I am new to tapestry5 and I followed
>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>> which was an awesome direction to get tapestry5 quickstart working. I
>>> also
>>> downloaded jumpstart, but unfortunately could not successfully get it to
>>> work. The examples in jumpstart are very cool, now I am wondering if
>>> there
>>> is a tutorial or some information on how to start from the tapestry
>>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>>> the
>>> examples in the jumpstart. -- that would certainly help me a lot to get
>>> going using tapestry5 for my project.
>>> Thanks a lot. I am really excited about learning/using tapestry...
>>> Thanks a bunch!
>>> --
>>> View this message in context:
>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27382406.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
Hi Kalle,
The quick start is really easy to set up. However, when I try to run it
using http://localhost:8080/, I get the following error:

An unexpected application exception has occurred.

    * org.apache.tapestry5.internal.services.RenderQueueException
      Render queue error in SetupRender[Index:layout]: Unable to locate
asset 'context:themes/tapestryskin/theme.css' (the file does not exist).

      activeComponents
              o Index (class com.gtsolutions.tynamoexample.pages.Index)
              o Index:layout (class
com.gtsolutions.tynamoexample.components.Layout)
                context:Index.tml, line 1
                1	<t:layout title="literal:Tynamo!"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"
xmlns:p="tapestry:parameter">
                2	<p:subMenuBlock>
                3	<ul>
                4	<li>
                5	</li>
                6	</ul>
      location
          context:Index.tml, line 1

    * java.lang.RuntimeException
      Unable to locate asset 'context:themes/tapestryskin/theme.css' (the
file does not exist).

did I not miss something?
Thanks,
Faye


Kalle Korhonen-2 wrote:
> 
> Not a jumpstart, but you might want to try out Tynamo's archetype, see
> http://tynamo.org/Quick+start. It's got Hibernate, H2 etc. all set up
> and ready to go after you run it.
> 
> Kalle
> 
> 
> On Fri, Jan 29, 2010 at 1:16 AM, faye alaska <ha...@gmail.com>
> wrote:
>>
>> Hello, I am new to tapestry5 and I followed
>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>> which was an awesome direction to get tapestry5 quickstart working. I
>> also
>> downloaded jumpstart, but unfortunately could not successfully get it to
>> work. The examples in jumpstart are very cool, now I am wondering if
>> there
>> is a tutorial or some information on how to start from the tapestry
>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>> the
>> examples in the jumpstart. -- that would certainly help me a lot to get
>> going using tapestry5 for my project.
>> Thanks a lot. I am really excited about learning/using tapestry...
>> Thanks a bunch!
>> --
>> View this message in context:
>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27382370.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by Kalle Korhonen <ka...@gmail.com>.
You should not be concerned about the missing reference. We moved to
H2 database (H2 is the next version from hsqldb and really really
good, see http://www.h2database.com/html/main.html) sometime ago, but
missed one obsolete hsqldb reference in the pom.

Kalle


On Fri, Jan 29, 2010 at 1:05 PM, faye alaska <ha...@gmail.com> wrote:
>
> Thank you so much for your help, Kalle, I am getting some warning on
> "${hsqldb.version} i
> s not a valid reference.". should I be concerned with it? My desire was to
> see how we can get from the tapestry quickstart to the jumpstart so that I
> could understand how openejb, hibernate and hsqldb all fit together using
> Maven, with this knowledge, I found it so hard for me to follow the example
> in jumpstart.
> will the all the example codes in jumpstart work in a tynamo project?
> Thanks again.
>
> [INFO] No archetype defined. Using maven-archetype-quickstart
> (org.apache.maven.
> archetypes:maven-archetype-quickstart:1.0)
> Choose archetype:
> 1: http://tynamo.org -> tynamo-archetype (Model-driven web framework based
> on Ta
> pestry 5)
> Choose a number:  (1): 1
> Downloading:
> http://tynamo.org/org/tynamo/tynamo-archetype/0.0.1/tynamo-archetyp
> e-0.0.1.jar
> [INFO] Unable to find resource 'org.tynamo:tynamo-archetype:jar:0.0.1' in
> reposi
> tory tynamo-archetype-repo (http://tynamo.org)
> Downloading:
> http://repo1.maven.org/maven2/org/tynamo/tynamo-archetype/0.0.1/tyn
> amo-archetype-0.0.1.jar
>
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> '01f6e9c9f9
> c21684bd9becc095b7d206e0954085'; remote =
> '932ac16cd96b2a2ecd015ea58f209e0ca5c98
> cf8' - RETRYING
> Downloading:
> http://repo1.maven.org/maven2/org/tynamo/tynamo-archetype/0.0.1/tyn
> amo-archetype-0.0.1.jar
>
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> '01f6e9c9f9
> c21684bd9becc095b7d206e0954085'; remote =
> '932ac16cd96b2a2ecd015ea58f209e0ca5c98
> cf8' - IGNORING
> Define value for groupId: : org.tynamo
> Define value for artifactId: : quickstart
> Define value for version:  1.0-SNAPSHOT: : 1.0-SNAPSHOT
> Define value for package:  org.tynamo: : org.tynamo
> Confirm properties configuration:
> groupId: org.tynamo
> artifactId: quickstart
> version: 1.0-SNAPSHOT
> package: org.tynamo
>  Y: : y
> [WARNING] org.apache.velocity.runtime.exception.ReferenceException:
> reference :
> template = archetype-resources/pom.xml [line 28,column 42] :
> ${hsqldb.version} i
> s not a valid reference.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 13 minutes 52 seconds
> [INFO] Finished at: Fri Jan 29 11:54:03 AKST 2010
> [INFO] Final Memory: 8M/254M
> [INFO]
> ------------------------------------------------------------------------
>
> Kalle Korhonen-2 wrote:
>>
>> Not a jumpstart, but you might want to try out Tynamo's archetype, see
>> http://tynamo.org/Quick+start. It's got Hibernate, H2 etc. all set up
>> and ready to go after you run it.
>>
>> Kalle
>>
>>
>> On Fri, Jan 29, 2010 at 1:16 AM, faye alaska <ha...@gmail.com>
>> wrote:
>>>
>>> Hello, I am new to tapestry5 and I followed
>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>> which was an awesome direction to get tapestry5 quickstart working. I
>>> also
>>> downloaded jumpstart, but unfortunately could not successfully get it to
>>> work. The examples in jumpstart are very cool, now I am wondering if
>>> there
>>> is a tutorial or some information on how to start from the tapestry
>>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>>> the
>>> examples in the jumpstart. -- that would certainly help me a lot to get
>>> going using tapestry5 for my project.
>>> Thanks a lot. I am really excited about learning/using tapestry...
>>> Thanks a bunch!
>>> --
>>> View this message in context:
>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27378280.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by faye alaska <ha...@gmail.com>.
Thank you so much for your help, Kalle, I am getting some warning on
"${hsqldb.version} i
s not a valid reference.". should I be concerned with it? My desire was to
see how we can get from the tapestry quickstart to the jumpstart so that I
could understand how openejb, hibernate and hsqldb all fit together using
Maven, with this knowledge, I found it so hard for me to follow the example
in jumpstart. 
will the all the example codes in jumpstart work in a tynamo project?
Thanks again.

[INFO] No archetype defined. Using maven-archetype-quickstart
(org.apache.maven.
archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
1: http://tynamo.org -> tynamo-archetype (Model-driven web framework based
on Ta
pestry 5)
Choose a number:  (1): 1
Downloading:
http://tynamo.org/org/tynamo/tynamo-archetype/0.0.1/tynamo-archetyp
e-0.0.1.jar
[INFO] Unable to find resource 'org.tynamo:tynamo-archetype:jar:0.0.1' in
reposi
tory tynamo-archetype-repo (http://tynamo.org)
Downloading:
http://repo1.maven.org/maven2/org/tynamo/tynamo-archetype/0.0.1/tyn
amo-archetype-0.0.1.jar

[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'01f6e9c9f9
c21684bd9becc095b7d206e0954085'; remote =
'932ac16cd96b2a2ecd015ea58f209e0ca5c98
cf8' - RETRYING
Downloading:
http://repo1.maven.org/maven2/org/tynamo/tynamo-archetype/0.0.1/tyn
amo-archetype-0.0.1.jar

[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'01f6e9c9f9
c21684bd9becc095b7d206e0954085'; remote =
'932ac16cd96b2a2ecd015ea58f209e0ca5c98
cf8' - IGNORING
Define value for groupId: : org.tynamo
Define value for artifactId: : quickstart
Define value for version:  1.0-SNAPSHOT: : 1.0-SNAPSHOT
Define value for package:  org.tynamo: : org.tynamo
Confirm properties configuration:
groupId: org.tynamo
artifactId: quickstart
version: 1.0-SNAPSHOT
package: org.tynamo
 Y: : y
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference :
template = archetype-resources/pom.xml [line 28,column 42] :
${hsqldb.version} i
s not a valid reference.
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13 minutes 52 seconds
[INFO] Finished at: Fri Jan 29 11:54:03 AKST 2010
[INFO] Final Memory: 8M/254M
[INFO]
------------------------------------------------------------------------

Kalle Korhonen-2 wrote:
> 
> Not a jumpstart, but you might want to try out Tynamo's archetype, see
> http://tynamo.org/Quick+start. It's got Hibernate, H2 etc. all set up
> and ready to go after you run it.
> 
> Kalle
> 
> 
> On Fri, Jan 29, 2010 at 1:16 AM, faye alaska <ha...@gmail.com>
> wrote:
>>
>> Hello, I am new to tapestry5 and I followed
>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>> which was an awesome direction to get tapestry5 quickstart working. I
>> also
>> downloaded jumpstart, but unfortunately could not successfully get it to
>> work. The examples in jumpstart are very cool, now I am wondering if
>> there
>> is a tutorial or some information on how to start from the tapestry
>> quickstart to get openejb, hibernate, with hsqldb set up to try some of
>> the
>> examples in the jumpstart. -- that would certainly help me a lot to get
>> going using tapestry5 for my project.
>> Thanks a lot. I am really excited about learning/using tapestry...
>> Thanks a bunch!
>> --
>> View this message in context:
>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27378280.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: from tapestry5 quickstart to jumpstart?

Posted by Kalle Korhonen <ka...@gmail.com>.
Not a jumpstart, but you might want to try out Tynamo's archetype, see
http://tynamo.org/Quick+start. It's got Hibernate, H2 etc. all set up
and ready to go after you run it.

Kalle


On Fri, Jan 29, 2010 at 1:16 AM, faye alaska <ha...@gmail.com> wrote:
>
> Hello, I am new to tapestry5 and I followed
> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
> which was an awesome direction to get tapestry5 quickstart working. I also
> downloaded jumpstart, but unfortunately could not successfully get it to
> work. The examples in jumpstart are very cool, now I am wondering if there
> is a tutorial or some information on how to start from the tapestry
> quickstart to get openejb, hibernate, with hsqldb set up to try some of the
> examples in the jumpstart. -- that would certainly help me a lot to get
> going using tapestry5 for my project.
> Thanks a lot. I am really excited about learning/using tapestry...
> Thanks a bunch!
> --
> View this message in context: http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org