Re: (for service 'BeanModelSource'): No service implements the interface long.

2010-06-07 Thread faye alaska

Thanks a bunch! Makes Perfect sense! 
Thanks again!
Best regards,
Faye



Thiago H. de Paula Figueiredo wrote:
> 
> On Mon, 07 Jun 2010 21:10:35 -0300, faye alaska   
> wrote:
> 
>> could someone shed some light on what I was doing wrong? The examples I  
>> read that shows me that Bean Edit Form can definitely handle integer and  
>> long,
>> but I get the "No Service implements the interface long"...
> 
> Hi!
> 
> Try adding this method to your page class:
> 
> onPrepare() {
>   this.asset = new Asset();
> }
> 
> -- 
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
> and instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/%28for-service-%27BeanModelSource%27%29%3A-No-service-implements-the-interface-long.-tp28812439p28812869.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



(for service 'BeanModelSource'): No service implements the interface long.

2010-06-07 Thread faye alaska

could someone shed some light on what I was doing wrong? The examples I read
that shows me that Bean Edit Form can definitely handle integer and long,
but I get the "No Service implements the interface long"...

I have a very simple data source as
public class Asset {
private long assetNumber;
private String altInfo1;
private String altInfo2;

...
}

the *.tml file is 

Adding New Asset


Thanks very much!
Faye

-- 
View this message in context: 
http://old.nabble.com/%28for-service-%27BeanModelSource%27%29%3A-No-service-implements-the-interface-long.-tp28812439p28812439.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



user defined field

2010-04-08 Thread faye alaska

I have a requirement to be able to allow user/admin to define a field to be
numeric, alpha-numeric, or a select type. I have been using the
beaneditform, but I defined the fields  -- is there an example to show how
this can be done in the beaneditform? or just any field in general?
Thanks a bunch!

-- 
View this message in context: 
http://old.nabble.com/user-defined-field-tp28180730p28180730.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Import and Export to .xls in Tapestry 5

2010-03-29 Thread faye alaska

Does anyone here have experience of import and exporting to an .xls form the
grid component in Tapestry5 or point me to a good example?
The example Tapestry5HowToCreateADynamicPDF is awesome. so I am wondering if
there is one somewhere for .xls. 
Thanks you in advance for your help.
Faye
-- 
View this message in context: 
http://old.nabble.com/Import-and-Export-to-.xls-in-Tapestry-5-tp28074328p28074328.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Re: Use Jumpstart tools to create a fresh project

2010-02-02 Thread faye alaska

Thank you so very much for providing such a great tool to us. I thought I
would keep my notes in here for new people like me to use jumpstart too. it
is truly a great teaching tool!
Thanks again,
Faye 


Geoff Callender-2 wrote:
> 
> Thanks Faye, I'll make sure it is fixed in the next release (but it won't
> be for a while).
> 
> On 02/02/2010, at 4:49 PM, faye alaska wrote:
> 
>> 
>> Ok, I got where the problem is. 
>> When you use the tools to create a new project, everything seems to be
>> set
>> correctly, except the following two files:
>> BusinessIntegrationTestSuite.java and the BusinessUnitTestSuite.java.
>> They
>> for some reason still use the default package:
>> com.acme.yourapp.business
>> instead of the correct package according to your following settings in
>> tools.properties 
>> fresh.project.package=
>> after correct that, the eclipse complaints went away and everything seems
>> to
>> be working great. 
>> Thanks :-):working:
>> 
>> 
>> faye alaska wrote:
>>> 
>>> Did anyone try the "create fresh project" in the jumpstart?
>>> I just did it and it was great to use!
>>> I only have one problem -- I get the "Errors in workspace" window saying
>>> "errors exists in project myapps, proceed with launch?" when "run
>>> configuration". However, if I proceed, I can actually access all the
>>> pages
>>> from http://localhost:8080/myapps. I even used the openejb.3.1.2. -- I
>>> am
>>> wondering if this is the cause since this is the only variable from the
>>> jumpstart that I tried earlier. 
>>> Before I switch back to openejb.3.1.1, I am wondering if this behavior
>>> is
>>> to be expected.
>>> Anyways, it is so very cool!
>>> Faye  
>>> 
>> 
>> -- 
>> View this message in context:
>> http://old.nabble.com/Use-Jumpstart-tools-to-create-a-fresh-project-tp27412498p27415802.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Use-Jumpstart-tools-to-create-a-fresh-project-tp27412498p27429279.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Re: Use Jumpstart tools to create a fresh project

2010-02-01 Thread faye alaska

Ok, I got where the problem is. 
When you use the tools to create a new project, everything seems to be set
correctly, except the following two files:
BusinessIntegrationTestSuite.java and the BusinessUnitTestSuite.java. They
for some reason still use the default package:
com.acme.yourapp.business
instead of the correct package according to your following settings in
tools.properties 
fresh.project.package=
after correct that, the eclipse complaints went away and everything seems to
be working great. 
Thanks :-):working:


faye alaska wrote:
> 
> Did anyone try the "create fresh project" in the jumpstart?
> I just did it and it was great to use!
> I only have one problem -- I get the "Errors in workspace" window saying
> "errors exists in project myapps, proceed with launch?" when "run
> configuration". However, if I proceed, I can actually access all the pages
> from http://localhost:8080/myapps. I even used the openejb.3.1.2. -- I am
> wondering if this is the cause since this is the only variable from the
> jumpstart that I tried earlier. 
> Before I switch back to openejb.3.1.1, I am wondering if this behavior is
> to be expected.
> Anyways, it is so very cool!
> Faye  
> 

-- 
View this message in context: 
http://old.nabble.com/Use-Jumpstart-tools-to-create-a-fresh-project-tp27412498p27415802.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Use Jumpstart tools to create a fresh project

2010-02-01 Thread faye alaska

Did anyone try the "create fresh project" in the jumpstart?
I just did it and it was great to use!
I only have one problem -- I get the "Errors in workspace" window saying
"errors exists in project myapps, proceed with launch?" when "run
configuration". However, if I proceed, I can actually access all the pages
from http://localhost:8080/myapps. I even used the openejb.3.1.2. -- I am
wondering if this is the cause since this is the only variable from the
jumpstart that I tried earlier. 
Before I switch back to openejb.3.1.1, I am wondering if this behavior is to
be expected.
Anyways, it is so very cool!
Faye  
-- 
View this message in context: 
http://old.nabble.com/Use-Jumpstart-tools-to-create-a-fresh-project-tp27412498p27412498.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Re: from tapestry5 quickstart to jumpstart?

2010-01-30 Thread faye alaska

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.(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.(Slf4jLog.java:64)
>>>>

Re: from tapestry5 quickstart to jumpstart?

2010-01-30 Thread faye alaska

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.(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.(Slf4jLog.java:64)
>>>>at org.mortbay.log.Slf4jLog.(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.(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 o

Re: from tapestry5 quickstart to jumpstart?

2010-01-30 Thread faye alaska

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.(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.(Slf4jLog.java:64)
>>>>at org.mortbay.log.Slf4jLog.(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.(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.jett

Re: from tapestry5 quickstart to jumpstart?

2010-01-30 Thread faye alaska

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.(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.(Slf4jLog.java:64)
>>  at org.mortbay.log.Slf4jLog.(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.(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 example

Re: from tapestry5 quickstart to jumpstart?

2010-01-30 Thread faye alaska

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 
> 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     >> xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
>>> xmlns:p="tapestry:parameter">
>>>                 2     
>>>                 3     
>>>                 4     
>>>                 5     
>>>                 6     
>>>       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 
>>>> 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.
>>>>>
>>>>>
>>>>> -
>>>>>

Re: from tapestry5 quickstart to jumpstart?

2010-01-30 Thread faye alaska

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  xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
> xmlns:p="tapestry:parameter">
> 2 
> 3 
> 4 
> 5 
> 6 
>   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 
>> 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-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: from tapestry5 quickstart to jumpstart?

2010-01-30 Thread faye alaska

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   http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
xmlns:p="tapestry:parameter">
2   
3   
4   
5   
6   
  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 
> 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-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: from tapestry5 quickstart to jumpstart?

2010-01-29 Thread faye alaska

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.(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.(Slf4jLog.java:64)
>>  at org.mortbay.log.Slf4jLog.(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.(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 

Re: from tapestry5 quickstart to jumpstart?

2010-01-29 Thread faye alaska

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.(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.(Slf4jLog.java:64)
at org.mortbay.log.Slf4jLog.(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.(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-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: from tapestry5 quickstart to jumpstart?

2010-01-29 Thread faye alaska

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 
> 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-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Starting from a maven archetype error

2010-01-29 Thread faye alaska


I am not sure if this helps, but I followed the instructions in
http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29
and got quickstart to work quickly.



matias.blasi wrote:
> 
> Hi, I'm trying to start a new tapestry project and I'm getting the
> following error:
> 
> mat...@jo-lie:~/workspace/newscentral $ mvn archetype:generate
> -DarchetypeCatalog=http://tapestry.formos.com/maven-snapshot-repository   
>   
> ...
> [INFO] Building Maven Default Project
> [INFO]task-segment: [archetype:generate] (aggregator-style)
> [INFO]
> 
> [INFO] Preparing archetype:generate
> ...
> [INFO] [archetype:generate]
> [INFO] Generating project in Interactive mode
> [INFO] No archetype defined. Using maven-archetype-quickstart
> (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
> Choose archetype:
> 1: http://tapestry.formos.com/maven-snapshot-repository -> quickstart
> (Tapestry 5.2.0-SNAPSHOT Quickstart Project)
> Choose a number:  (1): 1
> [INFO] snapshot org.apache.tapestry:quickstart:5.2.0-SNAPSHOT: checking
> for updates from quickstart-repo
> [WARNING] repository metadata for: 'snapshot
> org.apache.tapestry:quickstart:5.2.0-SNAPSHOT' could not be retrieved from
> repository: quickstart-repo due to an error: GET request of:
> org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/maven-metadata.xml from
> quickstart-repo failed
> [INFO] Repository 'quickstart-repo' will be blacklisted
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> ..
> [INFO]
> 
> mat...@jo-lie:~/workspace/newscentral $
> 
> 
> Could the maven-metadata.xml file be corrupted?
> 
> Regards,
> Matías
> 

-- 
View this message in context: 
http://old.nabble.com/Starting-from-a-maven-archetype-error-tp2716p27375832.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



from tapestry5 quickstart to jumpstart?

2010-01-29 Thread faye alaska

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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org