[appfuse-user] Doubt on Remember me

2007-11-20 Thread jithesh
Hi Guys, I have one doubt. Normally remember me option is provided at the beginning of the application (Appfuse ). I would like to provide that option to a newly created form. Is it possible? Will the remember me function works fine? Please provide your valuable suggestions Th

Re: [appfuse-user] How to insert a large character object into Oracle database from Appfuse.

2007-11-20 Thread phamvubinh
No, I didn't modify my database. Here is I model class: === /** * @return the moTa */ @Lob @Basic(fetch = FetchType.LAZY) @Column(name = "MO_TA") public String getMoTa() { return moTa; } /** * @param m

[appfuse-user] Preopopulating a production database

2007-11-20 Thread Laith Al-Khateeb
Hi, I have created a simple struts 2 appfuse application and added a Person entity to it (and used appfuse:gen, appfuse:install on that entity). When I run: mvn -Pprod jetty:run-war, a test failure occurs on the PersonActionTest because of not finding the test data with negative ID values: [appf

Re: [appfuse-user] How to insert a large character object into Oracle database from Appfuse.

2007-11-20 Thread phamvubinh
I'm using appfuse with JSF framework and I don't have the applicationContext-hibernate.xml file in my web application. Can you tell me where else I can set this. Allan Ang wrote: > > Can you go to applicationContext-hibernate.xml and set the > hibernate.jdbc.batch_size to '0' > > ".. > > 0 >

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-20 Thread Alejandro Castro
could you post some code here just to see what you are doing ? On Nov 20, 2007 6:29 PM, sparqle <[EMAIL PROTECTED]> wrote: > > Hi, > > Thank you for your response, I have already created several managers, with > the @WebService annotation. I have also registered each one of them in the > applicat

[appfuse-user] Hibernate Dirty Checking Verification

2007-11-20 Thread kaloyz2
Hello Everyone, Ive been trying out appfuse for a while now and I was hoping that someone can answer this question for me(Ive been looking for the answer for quite some time now but so far none). How can I tell if the implementation in the appfuse demo(the person class), either uses the Hibernat

Re: [appfuse-user] Problem with jetty:run in Tapestry basic archetype

2007-11-20 Thread Matthew Sinclair
Matt and Mark, I think I may have isolated the problem here (if not completely solved it). Because the code works as advertised when running jetty:run-war (and tomcat:run), it has to be something to do with the way packaging works for the container that causes the problem. So, after looking at th

Re: [appfuse-user] Current best way to use ICEFaces with AppFuse

2007-11-20 Thread Ryan Scott
I would suggest that you make sure you want to go the icefaces route before you take the dive. Since it is a totally different DOM view that the other frameworks it is kind of an all or nothing. It is hard to combine other component libraries that don't mess with the dom into it especiall

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-20 Thread sparqle
Hi, Thank you for your response, I have already created several managers, with the @WebService annotation. I have also registered each one of them in the applicationContext.xml file. However, when I visit the http://localhost:8080/services page, I get the default appfuse "Page not found" page wit

Re: [appfuse-user] Jasper Report generated HTML displaying image placeholders in IE6 and IE7

2007-11-20 Thread Ron Anderson
I'm using Struts jasper reports plugin so I believe the IS_USING_IMAGES_TO_ALIGN is set by default. The img tags used for aligning output do show up and display perfectly in Firefox, just in IE they are displayed as img placeholders. So I'm guessing that is due to ImageServlet not being there

Re: [appfuse-user] ID Passed as Parameter

2007-11-20 Thread Philip Barlow
Thanks Rob and Mike, I will take this advice on board and try to come up with a solution that is right for our application. Michael Horwitz wrote: Another option is to implement something in line with AppFuse's UserSecurityAdvice which acts as a security interceptor on the save() method of the

Re: [appfuse-user] AppFuse 2.0 + Struts - major problem with primitive constant

2007-11-20 Thread Matt Raible
It's probably a bug. Patches welcome! ;) Matt On 11/20/07, Rob Hills <[EMAIL PROTECTED]> wrote: > Hi All, > > I've just finally recovered from an innocent change I made that trashed > my application! > > I have a Constants class for my app that extends org.appfuse.Constants > to add some of my ow

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-20 Thread Alejandro Castro
Hey there, Base on the layout you provide, it seems you are using a basic prototype instead of the modular one. So what you need to do in order to use webservices is to follow the tutorial here http://appfuse.org/display/APF/Web+Services which is basically create a manager, use the annotations and

Re: [appfuse-user] Web services in Appfuse 2.0

2007-11-20 Thread sparqle
I have been using the spring version (initially created with candy4appfuse - I don't know whether it is modular or basic). So to use the webservices, I tried to follow your instructions here to install "core". I am not sure how to do it, as there is no folder called "core" within my application. T

Re: [appfuse-user] How to insert a large character object into Oracle database from Appfuse.

2007-11-20 Thread Allan Ang
Can you go to applicationContext-hibernate.xml and set the hibernate.jdbc.batch_size to '0' ".. 0 .." -- View this message in context: http://www.nabble.com/How-to-insert-a-large-character-object-into-Oracle-database-from-Appfuse.-tf4833863s2369.html#a13863882 Sent from the AppFuse - User

[appfuse-user] AppFuse 2.0 + Struts - major problem with primitive constant

2007-11-20 Thread Rob Hills
Hi All, I've just finally recovered from an innocent change I made that trashed my application! I have a Constants class for my app that extends org.appfuse.Constants to add some of my own values. I then use my own Constants class in the tag in taglibs.jsp . Today I added a new constant

Re: [appfuse-user] DBUnit, Oracle and time data

2007-11-20 Thread Rob Hills
Hi Nathan, Nathan Anderson wrote: I have not used Oracle in a while, but if you need to set some parameter at the time the connection is made there is a good chance the driver is set up to accept parameters in the jdbc url. I've recently needed to do the same for a DB2 database, an old MSSQL

Re: [appfuse-user] Spring MVC, looking for UI elements

2007-11-20 Thread Carlos Ortiz
Sounds quiete interesting, I will also be checking this stuff. BTW, what does the core developes of appfuse have to say according to this libraries. And other thinking comes to my mind. Is DWR working this very same route? Or DWR can be used to build Ajax'ed components? On Nov 20, 2007 1:06 PM,

Re: [appfuse-user] Current best way to use ICEFaces with AppFuse

2007-11-20 Thread Matt Raible
I've communicated with the ICEfaces folks and they've made all their pom.xmlfiles available in JBoss's Maven Repository. Unfortunately, I haven't had time to try it out - and our conversation is stuck in my Gmail account that's been "under maintenance" since last Friday. Matt On 11/20/07, JHardy

Re: [appfuse-user] Current best way to use ICEFaces with AppFuse

2007-11-20 Thread JHardy
Has anyone on the list continued investigating the configuration for ICEfaces and AppFuse 2.0? I'm a bit of a newbie at the whole dependencies stuff and having a sample web.xml to reference would be fantastic. Thanks. Jonathan Hardy mraible wrote: > > Integration should be easy enough if ICE

Re: [appfuse-user] Spring MVC, looking for UI elements

2007-11-20 Thread Michael Horwitz
Can't answer for servletsuite, but if you are looking for open source Ajax widgets for use in AppFuse with Spring MVC we have used the following with great success: 1) AjaxTags (http://ajaxtags.sourceforge.net/): has the great advantage that it works off the Scriptaculous and Prototype javascript

Re: [appfuse-user] DBUnit, Oracle and time data

2007-11-20 Thread Nathan Anderson
I have not used Oracle in a while, but if you need to set some parameter at the time the connection is made there is a good chance the driver is set up to accept parameters in the jdbc url. I've recently needed to do the same for a DB2 database, an old MSSQL, and an old MySQL database. Nathan

Re: [appfuse-user] Spring MVC, looking for UI elements

2007-11-20 Thread Carlos Ortiz
Another thing, having asked this fact. Are those taglib Ajax'ed On Nov 20, 2007 10:08 AM, Youssef Mohammed <[EMAIL PROTECTED]> wrote: > free > > > On Nov 20, 2007 1:46 PM, Carlos Ortiz <[EMAIL PROTECTED]> wrote: > > > Thanks Sib > > > > It seems quite interesting, and one question, are they free

Re: [appfuse-user] Spring MVC, looking for UI elements

2007-11-20 Thread Carlos Ortiz
Well, I indeed will give it a try. But I doubt if I an put all tag TLD files in a jar file instead of a subdirectory beneath WEB-INF directory On Nov 20, 2007 10:08 AM, Youssef Mohammed <[EMAIL PROTECTED]> wrote: > free > > > On Nov 20, 2007 1:46 PM, Carlos Ortiz <[EMAIL PROTECTED]> wrote: > > >

Re: [appfuse-user] Spring MVC, looking for UI elements

2007-11-20 Thread Youssef Mohammed
free On Nov 20, 2007 1:46 PM, Carlos Ortiz <[EMAIL PROTECTED]> wrote: > Thanks Sib > > It seems quite interesting, and one question, are they free or paid? > > > On 11/19/07, Sib <[EMAIL PROTECTED]> wrote: > > > > Mostly JSP and servlets > > > > http://www.servletsuite.com/index.html > > > >

[appfuse-user] DBUnit, Oracle and time data

2007-11-20 Thread Rob Hills
Hi All, I am trying to deploy my AppFuse 2 app to a test environment that uses Oracle 10g as the database. I'm running into problems with DBUnit and my test data. One of my POJOs stores time data and my sample-data.xml file which has worked fine so far for HSQLDB and PostgreSQL is now causi

[appfuse-user] AppFuse 2 + Hibernate + Struts 2 - how to model a Read-only View

2007-11-20 Thread Rob Hills
Hi All, Using AppFuse2, Struts 2 + Hibernate. Does anyone have a successful pattern for modeling a Database View? I have a POJO built in the usual way that specifies the name of the view for its @Table annotation, but I'm having some problems with it. Firstly, the hibernate3:hbm2ddl keeps tr

Re: [appfuse-user] How to insert a large character object into Oracle database from Appfuse.

2007-11-20 Thread Allan Ang
You modified the type in Oracle right? CLOB allows storage of up to 4MB so I'm pretty sure a CLOB will work. Perhaps you could include your model class and also the SQL dump of your table and I'll have a look. -- View this message in context: http://www.nabble.com/How-to-insert-a-large-charac

Re: [appfuse-user] Trying to create Oracle DDL script

2007-11-20 Thread Rob Hills
Hi Mike, Michael Horwitz wrote: There are a few parameters you will need to change on the hibernate plugin to get it to generate the ddl file. You need to set export, update, create and drop to false as well. You are correct in believing that the plugin will not fire if you set maven.test.skip

Re: [appfuse-user] Spring MVC, looking for UI elements

2007-11-20 Thread Carlos Ortiz
Thanks Sib It seems quite interesting, and one question, are they free or paid? On 11/19/07, Sib <[EMAIL PROTECTED]> wrote: > > Mostly JSP and servlets > > http://www.servletsuite.com/index.html > > JSP tags: > >http://www.servletsuite.com/jsp3.htm > > HTH > > On Nov 19, 2007 4:19 PM, Ca

Re: [appfuse-user] Trying to create Oracle DDL script

2007-11-20 Thread Michael Horwitz
There are a few parameters you will need to change on the hibernate plugin to get it to generate the ddl file. You need to set export, update, create and drop to false as well. You are correct in believing that the plugin will not fire if you set maven.test.skip to true. Note that the hibernate plu

[appfuse-user] Re[appfuse-user] memberMe not working in SSL

2007-11-20 Thread jithesh
Hi, i am using appfuse 1.9.4 for my web application. To ensure the security i enabled SSL for all URL by including 'channelProcessingFilter' before 'remoteUserFilter' and it works fine. But afterwards i am not able to use rememberme mechanism to login. Each time it asks for the username an

[appfuse-user] Trying to create Oracle DDL script

2007-11-20 Thread Rob Hills
Hi All, It seems to be the day for Oracle questions. I'm trying to deploy my app to our test environment which has an Oracle (10g) db but am having problems getting the data inserted. I thought I'd try and create a ddl file and simply execute that via a DB client. My project is AppFuse 2 +