Folks,
Just double check, my company is still using WebLogic 8.1 (i.e. Servlet
2.3), is it true that I can only use Appfuse 1.9.4 and not Appfuse 2.0?
Thanks in advance.
Martin
--
View this message in context:
http://www.nabble.com/Appfuse-Version-for-Servlet-2.3-tf4542410s2369.html#a12963079
fixed! thank you!
Justin
mraible wrote:
>
> You should be able to add the getConfigLocations to your classes that
> need this - you'll be able to remove them in the next release. You
> could also copy the BasePageTestCase into your class and rename it to
> something like AbstractPageTestCase an
Well I figured out the cause of the blank page, but I still don't know why I
can't run jetty:run or tomcat:run.
Just in case someone else has a similar problem here's what was causing the
problem with the blank page. This object is a child object, so I needed to be
able to select which paren
Hey Matt,
I turned on devMove and I'm getting more messages now, but nothing helpful
yet... When I use jetty:run-war I everything works except saving the child
object [that's where I get that blank page with no Exception reported].
jetty:run results in a 503 error when trying to open the ap
You should be able to add the getConfigLocations to your classes that
need this - you'll be able to remove them in the next release. You
could also copy the BasePageTestCase into your class and rename it to
something like AbstractPageTestCase and then subclass it accordingly.
Matt
On 9/29/07, jus
Thanks Matt, but which class should I add this code?
Justin
mraible wrote:
>
> This is something we should probably fix. Can you please enter this as
> an issue in JIRA?
>
> http://issues.appfuse.org/browse/APF
>
> For most integration tests with Spring, we've remembered to set
> autowiring
If you're using JSF, your issue may be caused by the following bug:
http://issues.appfuse.org/browse/APF-905
Matt
On 9/28/07, justin_wang <[EMAIL PROTECTED]> wrote:
>
> I create two POJO Category and AuctionIem and generate all the code through
> appfuse:gen, install is successful, but when I ru
Works for MySQL. Went back and did a "mvn clean" on project dir, followed
by "mvn", followed by "mvn jetty:run" in web dir. I forgot to mention
before that like H2, HsqlDB did not work either.
Shash Chaterjee wrote:
>
> Hi,
>
> I ran into the following error, trying AppFuse-2.0.
>
> [INFO
i tried to build a project based on struts in eclipse using appfuseplugin,
while it was downloading the pom files nad other packages, i face to 3
errors, would you have alook please ?
-
1.
9/30/07 1:47:
Hi,
I ran into the following error, trying AppFuse-2.0.
[INFO] [dbunit:operation {execution: test-compile}]
[INFO]
[ERROR] BUILD ERROR
[INFO]
[INFO]
Yes, it's OK to delete the lib directory because they should be in
your classpath. If you're using MyEclipse or WTP, however, it might
need this directory (and the files in it) to work. The reason we
recommend deleting it is because Struts 2 doesn't work when there's
more than one instance of strut
To run jetty:run or tomcat:run, you have to do war:inplace first. Then
you have to rm -r src/main/webapp/WEB-INF and rm
src/main/webapp/WEB-INF/classes/struts.xml.
As far as the blank page, I don't know what's causing that. You might
try turning on devMode in struts.xml.
Matt
On 9/29/07, Nathan
You could start here:
http://appfuse.org/display/APF/Tutorials
Pick a place to start. And like the other guy said, take a course.
There are also other online tutorials and guides.
On 9/29/07, meisam4910 <[EMAIL PROTECTED]> wrote:
>
>
> ou know John what my big problem is? the big problem is th
maybe go to a course... if you don't know all these terms... you are a
long way away of doing this stuff on you own.
in our company we have juniors at your level. i guide them in learning
all this stuff. i hope in a couple of months they can do some things on
their own and they will safe me time.
ou know John what my big problem is? the big problem is that for example
after what u said i go for the appfuse (for the backbone) and Struts or
Spring for learning, the first tutorial i face i find out there many
concepts i have no idea about, then i feel badly frustrated. for example
right now i
It's good to continue to use any and all of them as long as the need arises.
You're going to be doing more than one project in your life - probably more
than one in the next couple of years. Some start a project nearly every
month. So AppFuse is handy to use.
Struts and Spring are both good to
is it good to continue using appfuse or isn`t better to learn about Struts or
Spring ? I mean to learn them fully and build our projects based on them ?
or can we count on appfuse forever and use appfuse always ?
--
View this message in context:
http://www.nabble.com/AppFuse-or-Spring-MVC-or-Str
AppFuse is a means of building the "backbone" of your application, from the
presentation layer all the way down to the persistence layer (and to other
destinations like mail, JNDI, etc).
AppFuse makes an initial logon screen and a users screen - in what I call
"the thin vertical slice of the appli
>Yes. These steps are the usual way. However, if you're using Struts 2,
>you have to clean out struts.jar from the created lib directory, as
>well as the duplicate struts.xml in WEB-INF/classes to prevent issues.
>Other frameworks might have similar issues, that's why we recommend rm
>-r WEB-INF/l
can we say ApFuse is a combination of other frameworks ? like Struts and
Spring MVC, do we have to know Struts and Spring to be able to work with
AppFuse ?
--
View this message in context:
http://www.nabble.com/Appfuse-and-relation-with-Struts-and-Spring-MVC-tf4539062s2369.html#a12954593
Sent f
I'm trying to work on a new Struts 2 app, but I'm having some difficulty. If I
run "mvn jetty:run-war" the tests all pass and the app loads. But when I try to
save a particular object I get a blank page [view source is completely empty],
and nothing is printed to the console. I'm sure I did so
21 matches
Mail list logo