Quoting:
"1. Create a folder named "META-INF" under the "src" folder.
2. Create a file named "persistence.xml" under the "META-INF" folder
and set its content to..."
Content within src should be compiled into WEB-INF/classes.
Doing the maven way, this file should be in src/main/resources
Alvaro
All the code is there :
http://struts.apache.org/2.0.11/docs/struts-2-spring-2-jpa-ajax.html
But I had a problem to deploy the application on my tomcat server.
Musachy and Laurie suggested to move the file persistence.xml from
/META-INF (where indicated in the tutorial) to
/WEB-INF/classes/META-I
can we have the code also?
F
gt;
> >>>> musachy
> >>>>
> >>>> On Jan 4, 2008 11:26 AM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> wrote:
> >>>>> In fact in the tutorial
> >>>>> (http://struts.apache.org/2.0.11/docs/struts-2-spring-2-jpa-ajax.html
&g
ill be on spring configuration file.
2008/1/4, Musachy Barroso <[EMAIL PROTECTED]>:
Spring couldn't find META-INF/persistence.xml
musachy
On Jan 4, 2008 11:12 AM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> wrote:
Hello everyone!!!
I hope you had fun during the end of year 2
al
> > > > > (http://struts.apache.org/2.0.11/docs/struts-2-spring-2-jpa-ajax.html
> > > > > ) they say that there no need to specify the JPA configuration in this
> > > > > file because the datasource will be on spring configuration file.
> > &
) they say that there no need to specify the JPA configuration in this
> > > > file because the datasource will be on spring configuration file.
> > > >
> > > > 2008/1/4, Musachy Barroso <[EMAIL PROTECTED]>:
> > > >
> > > > > Sprin
008/1/4, Musachy Barroso <[EMAIL PROTECTED]>:
> > >
> > > > Spring couldn't find META-INF/persistence.xml
> > > >
> > > > musachy
> > > >
> > > > On Jan 4, 2008 11:12 AM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> wrot
; > > musachy
> > >
> > > On Jan 4, 2008 11:12 AM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> wrote:
> > > > Hello everyone!!!
> > > >
> > > > I hope you had fun during the end of year 2007 and I wish you a happy
t find META-INF/persistence.xml
> >
> > musachy
> >
> > On Jan 4, 2008 11:12 AM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> wrote:
> > > Hello everyone!!!
> > >
> > > I hope you had fun during the end of year 2007 and I wish you a happy new
> >
couldn't find META-INF/persistence.xml
>
> musachy
>
> On Jan 4, 2008 11:12 AM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> wrote:
> > Hello everyone!!!
> >
> > I hope you had fun during the end of year 2007 and I wish you a happy new
> > year.
> >
Spring couldn't find META-INF/persistence.xml
musachy
On Jan 4, 2008 11:12 AM, Pascal SEREMES-DAMAL <[EMAIL PROTECTED]> wrote:
> Hello everyone!!!
>
> I hope you had fun during the end of year 2007 and I wish you a happy new
> year.
>
> I tried the Struts 2 + Spring
Hello everyone!!!
I hope you had fun during the end of year 2007 and I wish you a happy new year.
I tried the Struts 2 + Spring 2 + JPA + AJAX tutorial that is on the
struts page and when I deployed it on my server I had the following
exceptions.
GRAVE: Context initialization failed
--- Lewis Li <[EMAIL PROTECTED]> wrote:
> I can't believe the officical Struts 2 tutorial has
> such a silly error. Did the tutorial authors ever
> try running the script themselves?
Everybody runs under different environments, different
settings, different toolchains, etc. The framework and
its
Users Mailing List"
Sent: Wednesday, November 21, 2007 11:12 AM
Subject: Re: Problem running the MySQL script in "Struts 2 + Spring 2 + JPA
+ AJAX" tutorial
Remove all the single quotes and try; it works for me
fine that way.
MySQL documentation is avail
e is the same as a schema.
> Can you successfully run the script with your MySql?
>
> Lewis
> - Original Message -
> From: "Musachy Barroso" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List"
>
> Sent: Tuesday, November 20, 2007 9:59 P
rs Mailing List"
Sent: Tuesday, November 20, 2007 9:59 PM
Subject: Re: Problem running the MySQL script in "Struts 2 + Spring 2 + JPA
+ AJAX" tutorial
Do you have a "quickstart" schema in your db?
musachy
On Nov 20, 2007 12:43 AM, Lewis Li <[EMAIL PROTECTED]> wrote:
Do you have a "quickstart" schema in your db?
musachy
On Nov 20, 2007 12:43 AM, Lewis Li <[EMAIL PROTECTED]> wrote:
> Hi! I'm doing the tutorial "Struts 2 + Spring 2 + JPA + AJAX" located at
> http://struts.apache.org/2.0.11/docs/struts-2-spring-2-jpa-ajax.html.
> I have installed and configured
Hi! I'm doing the tutorial "Struts 2 + Spring 2 + JPA + AJAX" located at
http://struts.apache.org/2.0.11/docs/struts-2-spring-2-jpa-ajax.html.
I have installed and configured MySQL and created a database named
"quickstart". But I get a syntax error when running this script:
CREATE TABLE 'quickst
You can just inject your entity manager in your actions and do all the
persistence stuff in there. JPA/Hibernate are not related or tied to
struts in anyway. Just be advised that doing that will make your
actions harder to test/maintain/extend and your code won't be
reusable.
regards
musachy
On 9
I've started learning struts based on this tutorial which (from my
limited experience) is a good starting point.
There's on problem for me though. It gets frustrating implementing all
my persistence related calls in a "service" class. Is there a way to
instantiate my action classes with an Entit
Hi!
I've been following this tutorial too, and think it serves as a great
starting point.
However, like some other users, I have encountered the problem with
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name
'org.springframework.transaction.interceptor.Tran
Hi,
It was in the right place, but didn't work. So, i've tried to put the
"hilbernate-all.jar" in the build path, and it worked. I don't know the
reason, but probably i was using the latest version of the requested
libraries and it need something older..
Thank you everybody for the time you spe
By the looks of it, your classpath is messed up.
Is the hibernate3 jar in the right place?
I can't think of any other reason it wouldn't be able to find
org.hibernate.MappingNotFoundException
LucaLuca wrote:
>
> Hi,
>
> I've tried to make some changes to make it work..But nothing!. These ar
Hi,
I've tried to make some changes to make it work..But nothing!. These are my
configuration files:
---"ApplicationContext.xml":---
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:aop="http://www.springframework.org/schema/aop
Hi,
yes, it is..
I dont' know why it gives me this error.
However this is full stacktrace... :
16-lug-2007 15.43.54 org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded Apache Tomcat Native library 1.1.8.
16-lug-2007 15.43.54 org.apache.coyote.http11.Http11AprProtocol init
INFO: Init
Can you paste the full stacktrace? (if it is the same one posted before, the
cause was a missing dependency)
musachy
On 7/16/07, LucaLuca <[EMAIL PROTECTED]> wrote:
Hi,
I've followed the steps in your article, but i have the following
exception:
GRAVE: Context initialization failed
org.spr
Hi,
I've followed the steps in your article, but i have the following exception:
GRAVE: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name
'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor':
Cannot cr
You mean the hibernate class that it is complaining about? You shouldn't
need to change anything in the tomcat config.
musachy
On 7/16/07, LucaLuca <[EMAIL PROTECTED]> wrote:
Hi,
I think so too. But i've observed that the class called is correctly in
the
Jar and his path in ApplicationContex
Hi,
I think so too. But i've observed that the class called is correctly in the
Jar and his path in ApplicationContext.xml is right. I really don't know
what is the problem.. It's necessary to configure Tomcat 6 too ? Musachy
Barroso in his article doesn't say nothing about it..
Thank you
LucaLu
The Struts2-api.jar is obsolete. The error seems to be related to
hibernate. It looks like the class needed to instantiate
"entityManagerFactory" is missing.
Like as not, the only JARs you need for Struts are
commons-logging-api, freemarker, ognl, struts2-core, and xwork, plus
the stuts2-spring p
ache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
13-lug-2007 12.06.58 org.apache.catalina.startup.Catalina start
INFO: Server startup in 5485 ms
Thank you.
Minerva CC wrote:
>
> Hi,
>
> I read thru Struts 2 + Spring 2 + JPA + AJAX tutorial and
-:)
Willa
- Original Message
From: Piero Sartini <[EMAIL PROTECTED]>
To: Struts Users Mailing List
Sent: Saturday, April 7, 2007 3:20:23 PM
Subject: Re: Struts 2 + Spring 2 + JPA + AJAX Tutorial
> Apr 7, 2007 1:47:30 PM org.apache.catalina.core.StandardContext start
> S
> Apr 7, 2007 1:47:30 PM org.apache.catalina.core.StandardContext start
> SEVERE: Error listenerStart
> Apr 7, 2007 1:47:30 PM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/person] startup failed due to previous errors
looks like there is a problem with a liste
Hi,
I read thru Struts 2 + Spring 2 + JPA + AJAX tutorial and found it is a great
example to start Struts 2. So, I setup a Eclipse and Tomcat environment to run
the tutorial and everything works fine. However, when I tried to add something
more, I encountered a problem:
Apr 7, 2007 1:47
On Wed, 2007-04-04 at 20:12 -0400, Musachy Barroso wrote:
> oopsI had to upload a new one, overwriting the old one doesn't fix it:
>
> http://cwiki.apache.org/confluence/download/attachments/33168/quickstart_maven2.zip
>
> musachy
>
> On 4/4/07, Peter Milne <[EMAIL PROTECTED]> wrote:
> >
> >
oopsI had to upload a new one, overwriting the old one doesn't fix it:
http://cwiki.apache.org/confluence/download/attachments/33168/quickstart_maven2.zip
musachy
On 4/4/07, Peter Milne <[EMAIL PROTECTED]> wrote:
I'm getting the following error when I try to unzip the maven zipped
project
I'm getting the following error when I try to unzip the maven zipped
project from
http://cwiki.apache.org/confluence/download/attachments/33168/quickstart_maven.zip
[/home/pmilne/Downloads/quickstart_maven.zip]
End-of-central-directory signature not found. Either this file is not
a zipfile,
38 matches
Mail list logo