If you're using a basic archetype, no - you shouldn't delete them.
Instead, I'd try importing the project, of if you created it in your
workspace, just create a new project and type in the name when
prompted.
Matt
On 4/17/07, nmall <[EMAIL PROTECTED]> wrote:
I have a .project file and .class
It's probably from LookupDaoHibernate (http://tinyurl.com/2epscr):
return getHibernateTemplate().find("from Role order by name");
Matt
On 4/17/07, nmall <[EMAIL PROTECTED]> wrote:
Hi
I have changed a couple of column names and table names and I am getting
hte following error from a hibernat
I have a .project file and .classpath file. However, I am using basic
struts2 app. Do I need to delete them anyway.
Thanks!
mraible wrote:
>
> When you run eclipse:eclipse, is there a .project or .classpath file
> created in the root directory (I'm assuming you're using a modular
> project)
Hi
I have changed a couple of column names and table names and I am getting
hte following error from a hibernate SQL query. Grepped all over but cannot
find the query which is using this "name" - possibly happening due to
role.name being changed to role.role_name. Thanks for your help! I am
run
I'd rather use Geronimo than an IBM product. I'd rather use Tomcat
than Geronimo.
Remember, I worked for a company for a year and a half that did a lot
of work around Geronimo. ;-)
AFAIK, Jetty supports cometd as well.
http://docs.codehaus.org/display/JETTY/Cometd
Matt
On 4/17/07, swordfish <
Hey guys, do you have chance to try the FREE IBM WASCE (WebSphere Application
Server Community Edition)
(http://www-306.ibm.com/software/webservers/appserv/community/) based on
Apache Geronimo application server framework? It contains a full stack of
proven open-source middle-ware technologies, s
When you run eclipse:eclipse, is there a .project or .classpath file
created in the root directory (I'm assuming you're using a modular
project). If so, delete them.
Matt
On 4/17/07, nmall <[EMAIL PROTECTED]> wrote:
I am using eclipse 3.2.2. Not sure why it doesn't work for me :-(
mraible w
I suspect the problem is you're WebAppGenerator 1.0 plugin - what is
this plugin? I've never heard of it. Also, where did you get the
idea you needed to run "ant gen-forms"? This only works for the
Struts version. You might want to look into using AppGen:
http://raibledesigns.com/wiki/Wiki.js
I am using eclipse 3.2.2. Not sure why it doesn't work for me :-(
mraible wrote:
>
> What version of Eclipse are you using? I've verified the following works:
>
> *These instructions were written using Eclipse 3.2.2 on OS X.*
>
>1. To create project files for Eclipse, run *mvn eclipse:ec
HI Matt,
I've done everything from QuickStart Guide. I'm using jsf and I have download https://appfuse.dev.java.net/files/documents/1397/42844/appfuse-1.9.4-src.zip.
Zoran
From: "Matt Raible" <[EMAIL PROTECTED]>Date: Tue, 17 Apr 2007 16:45:31 -0600Subject: Re: [appfuse-user] ant gen-forms problem
What version of Eclipse are you using? I've verified the following works:
*These instructions were written using Eclipse 3.2.2 on OS X.*
1. To create project files for Eclipse, run *mvn eclipse:eclipse* from
the root directory.
2. Launch Eclipse and go to *File* > *Import* > *Existing Pro
Hi,
I am trying to setup my appfuse project in eclipse. Did the following
mvn eclipse:eclipse in the root directory of my project
Set M2_REPO as required in the classpath in Eclipse
However, when I try to import existing projects into workspace using
File->Import->Existing Projects into
Hi,
I am trying to setup my appfuse project in eclipse. Did the following
mvn eclipse:eclipse in the root directory of my project
Set M2_REPO as required in the classpath in Eclipse
However, when I try to import existing projects into workspace using
File->Import->Existing Projects into
This doesn't work probably 'cos I have changed the names of the tables.
Thanks.
mraible wrote:
>
> mraible/tomcat -> admin user
> tomcat/tomcat - normal user
>
> On 4/17/07, nmall <[EMAIL PROTECTED]> wrote:
>>
>> Thanks, the command went thru' but what is the default - I tried tomcat/A
>> male
mraible/tomcat -> admin user
tomcat/tomcat - normal user
On 4/17/07, nmall <[EMAIL PROTECTED]> wrote:
Thanks, the command went thru' but what is the default - I tried tomcat/A
male kitty, tomcat/mraible and others that were in sample-data.xml. It
didn't work.
mraible wrote:
>
> Sorry, I mean
Thanks, the command went thru' but what is the default - I tried tomcat/A
male kitty, tomcat/mraible and others that were in sample-data.xml. It
didn't work.
mraible wrote:
>
> Sorry, I meant to type "mvn dbunit:operation".
>
> Matt
>
> On 4/17/07, nmall <[EMAIL PROTECTED]> wrote:
>>
>> mvn
Matt Raible wrote:
> On 4/17/07, Derek Broughton <[EMAIL PROTECTED]>
> wrote:
>> I'm new to all of appfuse, maven and eclipse. Matt, you rock!
>
> It's not me - it's the community. This project wouldn't exist without
> the users and all the other developers.
>
:-) Sorry, you ALL rock!
--
dere
Which web framework are you using? Or rather, which file did you
download? Have you tried following the QuickStart Guide?
http://raibledesigns.com/wiki/AppFuseQuickStart.html
Matt
On 4/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
I'm new in using appfuse, and I can't solve one, ma
Hi,
I'm new in using appfuse, and I can't solve one, maybe stupid problem from
appfuse quick start guide. I can not start "ant gen-forms" because I
don't have gen-forms statement in build.xml file. I use Eclipse 3.2, appfuse
1.9.4, apache ant 1.7, and WebAppGenerator 1.0 plugin.
Thanks,
Zoran
Finally, I have dojo and scriptaculous working together. No changes made in
the decorator, if you move above the scripts includes,
scriptaculous crash. So you need to make the dojo include inside the body
after , this works fine with both.
Ari Ramirez.
2007/4/17, Nathan Anderson <[EMAIL PROT
Sorry, I meant to type "mvn dbunit:operation".
Matt
On 4/17/07, nmall <[EMAIL PROTECTED]> wrote:
mvn hibernate:operation doesn't work for me - here is the error.
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'hibernate'
mvn hibernate:operation doesn't work for me - here is the error.
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'hibernate'.
[INFO]
[ERROR] BUILD ERRO
Can you try running rm -r src/main/webapp/WEB-INF/classes/org/appfuse/model/*.
It's possible you have old classes lying around with the old table
names. For debuggging, if you're using an IDE, you should be able to
find the sources in your project, set a breakpoint (in something like
UserManager
Actually, even when I enter an entirely new user, it refuses to add it. I
have changed the names of the tables app_user and role to sa_account_user
and sa_account_role. I have done this
in c:\work\testapp\src\main\java\org\appfuse\model\User.java, Role.java as
well as in sample_data.xml. When I
The user's id is supposed to be null when you signup a new user - it's
assigned after the record is inserted into your database. Looking at
your log (2nd line from the bottom), it looks like the user you're
trying to add already exists. If you run "mvn hibernate:operation"
(or "ant db-load" with
On 4/17/07, Sanjiv Jivan <[EMAIL PROTECTED]> wrote:
I'm really interested in seeing how it goes since AppFuse integration with
Terracotta would definitely be a more real to us given the technologies
we're using compared to what is demonstrated by their own tutorials /
samples. I'd also like to kn
I'm really interested in seeing how it goes since AppFuse integration with
Terracotta would definitely be a more real to us given the technologies
we're using compared to what is demonstrated by their own tutorials /
samples. I'd also like to know if AppFuse + Terracotta makes you nervous as
some
On 4/17/07, Derek Broughton <[EMAIL PROTECTED]> wrote:
I'm new to all of appfuse, maven and eclipse. Matt, you rock!
It's not me - it's the community. This project wouldn't exist without
the users and all the other developers.
Google hasn't been able to help me.
I'm using Appfuse 2.0-m4, Ma
On 4/17/07, Matthias Mosimann <[EMAIL PROTECTED]> wrote:
I'm sorry Matt, I didn't recognize that the expression: "... is not a friend of
.." is so strong in English. In German it's not ... ;-)
No worries - at least I know now. ;-)
Maybe you heard out of my Mail that I'm a bit lost where to
I've been talking with the Terracotta folks and others about this. One
AppFuse user tried to do this and found issues with Acegi and EhCache.
I believe they narrowed the problem down to EhCache and they were able
to workaround the issue with some additional configuration in their
tc-config.xml fil
I'm new to all of appfuse, maven and eclipse. Matt, you rock!
Google hasn't been able to help me.
I'm using Appfuse 2.0-m4, Maven 2.0.5 and Eclipse 3.2.1, on Linux (Ubuntu
06.10)
When I run:
mvn hibernate3:hbm2ddl
from a terminal, my project compiles and generates the DDL.
When I do it from
I'm sorry Matt, I didn't recognize that the expression: "... is not a friend of
.." is so strong in English. In German it's not ... ;-)
Maybe you heard out of my Mail that I'm a bit lost where to start. Or wich
framework I should prefer to beginn with. There is always the fear to choose
the wro
I remember reading about a AppFuse + Terracotta contest or something along
those lines but cant find the URL. Did anyone successfully integrate AppFuse
with Terracotta ?
Thanks,
Sanjiv
What version of AppFuse are you using? The easiest way to "switch" is
likely to create another project from scratch and use some sort of
diff tool to compare what's different. So the short answer is "no",
it's not easy to switch. How much have you done in the web tier? Some
stuff might be reusab
Hi Everyone
What a shame: I didn't code anything for quite a while. But now I'm getting
disatisfied ;-) doing nothing. So I want to come back (as a beginner) to the
webstory of java.
Ok, here is my question:
Can I easily switch between the diffrent webframework (tapestry, webwork, jsf,
whate
Great!! Looking forward attending your talk :)
mraible wrote:
>
> I'll try to submit a talk next week.
>
> Matt
>
> On 4/17/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>> Reminder...Call for paper end April 30th 2007.http://www.javazone.no/
>>
>>
>>
>> Matt Raible-3 wrote:
>> >
>> > I might
Hi,
I am having a problem logging in as a user that exists - it gives " invalid
user name and password - please try again" error. Now these users/passwords
exist in sample-data.xml as well as the database. I set log levels to DEBUG
on the appfuse as well as acegisecurity modules. IT looks like t
Hi Paul,
I'm looking to do the same thing. I've also had some limited luck with using
Compass before (although with XML mapping, rather than annotations) but I've
found their documentation to be lacking. I'm really interested to get
Hibernate Search working with a couple Appfuse-based projects.
Thanks a lot! There were some junk characters at the beginning of the
sample-data.xml. Matt, you are a genius!
nmall wrote:
>
> Hi,
>
> Things were working quite well with appfuse m4 and suddenly I am getting
> this error from mvn -e integration-test or mvn -e jetty:run-war for that
> matter.
Hi all,
I am using 2.0m4 and making a project. You know the database is generated
and I want to change the characterEncoding. It creates the database with
latin5 character encoding but it doesn't make the column charsets latin5 and
also the table charsets. What would I do to make this create the
Googling "springframework smtp ssl"
presents a number of links. I haven't tested the solution presented here
but the text of the following article seems to cover all the bases.
You'll probably have to override JavaMailSenderImpl (check your
applicationContext-service.xml ) and configure it app
The account that you use to fetch the LDAP data needs to have sufficient
privilege to get user account passwords... so it would be an "admin"
account of some sort. Here is the relevant portion of a security.xml
file of an AppFuse 1.9.4 app we got working with AD.
value="ldap://co
Look in your sample-data.xml - it sounds like something is unusual in that file.
Matt
On 4/17/07, nmall <[EMAIL PROTECTED]> wrote:
Hi,
Things were working quite well with appfuse m4 and suddenly I am getting
this error from mvn -e integration-test or mvn -e jetty:run-war for that
matter.
On 4/17/07, reddeagle9 <[EMAIL PROTECTED]> wrote:
Cheers Matt,
Your correct i am following the one from the website
(http://appfuse.org/display/APF/LDAP+Authentication) but the code in my
example below is from debugging the acegic classes. I think i have over
analyzed the problem. went thru the
Hi,
Things were working quite well with appfuse m4 and suddenly I am getting
this error from mvn -e integration-test or mvn -e jetty:run-war for that
matter.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [dbunit:operation {execution: test-compile}
Cheers Matt,
Your correct i am following the one from the website
(http://appfuse.org/display/APF/LDAP+Authentication) but the code in my
example below is from debugging the acegic classes. I think i have over
analyzed the problem. went thru the log files and found
LDAP: error code 49 - 80090308
I'll let you know once I get a combination that actually works ;)
Nathan
Matt Raible wrote:
For those using Dojo - do you generally specify the Dojo includes
inthe decorator or in the page itself? The reason I ask is there's
somethings we can do to make things easier:
1. In the decorator, add
Did you run "mvn clean" from the top level? What's the error you get
if you don't have your class listed in persistence.xml?
Did you change your pom.xml so the hibernate3 plugin uses the jpaconfiguration?
Matt
On 4/17/07, citynomad <[EMAIL PROTECTED]> wrote:
mraible wrote:
>
> What version
mraible wrote:
>
> What version of AppFuse are you using? There's some things we did in
> M4 that made this possible. The code for the tutorial doesn't have a
> new class registered in persistence.xml and it seems to work fine.
>
There is a note in the JPA tutorial that the instructions wil
Hi Guys,
Appufse 1.9.4 spring mvc, with acegi
Today i have swapped out dao authentication for ldap (active directory) and
i am almost there. I followed the tutorial posted and can connect to ldap
and find the user.
In the LdapTemplate class
public Object searchForSingleEntry(final String base,
Sanjiv Jivan wrote:
>
> Do you have a multipartResolver the the one below bean defined?
> Yes, I do have that bean in my action-servlet.xml... I found the
> problem... I didn´t have the multipart/form-data in my form.jsp and that
> cause the error with the cast.
>
> id="pictureForm"
> enctype
For those using Dojo - do you generally specify the Dojo includes in
the decorator or in the page itself? The reason I ask is there's some
things we can do to make things easier:
1. In the decorator, add a comment that says "put dojo first".
2. In the decorator, move above the scripts so any
sc
I'll try to submit a talk next week.
Matt
On 4/17/07, viggo <[EMAIL PROTECTED]> wrote:
Reminder...Call for paper end April 30th 2007.http://www.javazone.no/
Matt Raible-3 wrote:
>
> I might be able to be talked into it - what kind of talk would you like to
> see?
>
> Matt
>
> On 2/10/07
Matt Raible wrote:
> Googling for it turns up a couple of commercial packages - the first
> one costing $1000.
>
> http://www.google.com/search?q=smtp+ssl+java
>
That seems a hefty price to pay for what would seem like it should be built
into javamail (most apps that talk SMTP have no trouble d
On 4/17/07, Sanjiv Jivan <[EMAIL PROTECTED]> wrote:
ah, I knew I was missing something :) However does it make sense for the
context refresh() call to be in the ServletListener instead of directly in
the ReloadController? With the call to refresh() in the StartupListener, the
context will unneces
ah, I knew I was missing something :) However does it make sense for the
context refresh() call to be in the ServletListener instead of directly in
the ReloadController? With the call to refresh() in the StartupListener, the
context will unnecessarily be refreshed on startup.
Sanjiv
On 4/17/07,
Ahh.. that is interesting I'll have to play around with that
Nathan
Aridany Ramirez wrote:
When running dojo.js and scriptaculous.js together, make sure you load
dojo.js first. Loading scriptaculous.js first will cause Dojo to fail.
http://www.dev411.com/blog/2006/06/13/dojo-and-proto
A solution that does the trick is definitely ideal in my mind. I'd
make sure you write some tests to ensure it functions like you expect
it to.
Matt
On 4/17/07, Thomas Ramapuram <[EMAIL PROTECTED]> wrote:
Actually I came up with this solution. Don't know if it is ideal but I
guess it will do t
Hi,
1.We are currently working on an AppFuse 1.9.4 JSF project. We would like to
use Icefaces components in the jsp pages. Is it without issues? Has anyone
tried it out.
2. We create a pojo and cd into appgen to run ant. It created all the code
nicely in build/gen directory under appgen. Is there
I don't know how to do this, but I wouldn't rely on GMail to send a
production application's e-mail. It'd be much easier to setup a local
SMTP server.
Matt
On 4/17/07, thinkboy <[EMAIL PROTECTED]> wrote:
hi,
may I know how can I config appfuse to use smtp via ssl to send email ?
for example,
bcos, our company applied Google 's apps Enterprise service, which includes
company's web site , email, calendar
so we planned to use it smtp /ssl service for our application too.
anyone has experience? pls help
mraible wrote:
>
> I don't know how to do this, but I wouldn't rely on GMail to s
StartupListener has a method that is called by the ReloadController.
Matt
On 4/17/07, Sanjiv Jivan <[EMAIL PROTECTED]> wrote:
I understand that part, but why is the call the refresh() in the servlet
listener (which is called only once on application startup) and not in some
controller that gets
I understand that part, but why is the call the refresh() in the servlet
listener (which is called only once on application startup) and not in some
controller that gets called when, say, the user clicks on a button.
Sanjiv
On 4/17/07, j2ee dodo <[EMAIL PROTECTED]> wrote:
To reload all Spring
On 4/17/07, Irshad Buchh <[EMAIL PROTECTED]> wrote:
Hi,
1.We are currently working on an AppFuse 1.9.4 JSF project. We would like to
use Icefaces components in the jsp pages. Is it without issues? Has anyone
tried it out.
I haven't tried integrating ICEfaces with AppFuse, but you might want
t
You might try using Acegi's Switch User feature:
http://www.acegisecurity.org/multiproject/acegi-security/apidocs/org/acegisecurity/ui/switchuser/SwitchUserProcessingFilter.html
http://tinyurl.com/23vgf9
Matt
On 4/17/07, Nigel in NZ <[EMAIL PROTECTED]> wrote:
Hi,
I have a scenario where my
Googling for it turns up a couple of commercial packages - the first
one costing $1000.
http://www.google.com/search?q=smtp+ssl+java
Matt
On 4/17/07, thinkboy <[EMAIL PROTECTED]> wrote:
bcos, our company applied Google 's apps Enterprise service, which includes
company's web site , email, cal
Matt,
Thank you very much for the valuable input.
--Irshad.
mraible wrote:
>
> On 4/17/07, Irshad Buchh <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> 1.We are currently working on an AppFuse 1.9.4 JSF project. We would like
>> to
>> use Icefaces components in the jsp pages. Is it without issues? H
Hi,
I have a scenario where my admin user wants to pretend to be another user,
so I added the following code ripped from the SignupAction class,
public ActionForward mimicUser(ActionMapping mapping, ActionForm form,
HttpServletRequest request,
When running dojo.js and scriptaculous.js together, make sure you load
dojo.js first. Loading scriptaculous.js first will cause Dojo to fail.
http://www.dev411.com/blog/2006/06/13/dojo-and-prototype-together
2007/4/13, Aridany Ramirez <[EMAIL PROTECTED]>:
This is weird, i´m getting the same e
hi,
may I know how can I config appfuse to use smtp via ssl to send email ?
for example, using gmail's smtp to send email alert for appfuse application
milliion thanks
~manchi
--
View this message in context:
http://www.nabble.com/how-to-config-smtp-via-ssl---for-example-gmail%27s-smtp---tf35
To reload all Spring config files without restarting the server at runtime
==> Save time during development
Sam
- Original Message -
From: Sanjiv Jivan
To: users@appfuse.dev.java.net
Sent: Tuesday, April 17, 2007 11:10 AM
Subject: Re: [appfuse-user] spring 2.0.4 FrameworkSe
i'm looking into:
http://www.scbr.com/docs/products/dhtmlxGrid/index.shtml
to make the grid editable and easily sortable (without refresh).
anyone with experience in this with tips ideas?
thanks,
tibi
-
To unsubscribe, e-ma
Actually I came up with this solution. Don't know if it is ideal but I
guess it will do the trick.
==
package mypackage.dao.hibernate;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.uti
73 matches
Mail list logo