Have you included your new pattern above the
/**/*.html*=ROLE_ADMIN,ROLE_USER line? If yes, then try:
/test/*.html*=ROLE_ANONYMOUS,ROLE_ADMIN,ROLE_USER
Mike
On 10/15/07, Artem G. Nickolaenko <[EMAIL PROTECTED]> wrote:
>
> Hello from Ukraine,
>
> This http://appfuse.org/display/APF/Ajax tutorial
The property name should probably be ANamedAFile - if the first two
characters of your getter are capitalised, then the property normally keeps
them that way.
Mike.
On 10/15/07, John Kwon <[EMAIL PROTECTED]> wrote:
>
> I'm getting this error with one of my pojos. I can't see where the
> getters
Hi,
This question is more in relation with jsp than with appfuse but I would
like to print all the session variables set when you log in to appfuse. How
can I do that?
I wanted to know as well how you would do to make something like:
if(admin) { } else { }
Thank you in advance for your help.
--
On 10/16/07, ttux <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> This question is more in relation with jsp than with appfuse but I would
> like to print all the session variables set when you log in to appfuse.
> How
> can I do that?
>
> I wanted to know as well how you would do to make something like:
Hi,
Is it ok that in eclipse the output of "src/main/webapp" points to
"target/test-classes"?
Regards
SAM
Environment:
Windows 2000
Maven 2.0.6
JDK 1.5
Eclipse Version: 3.3.0
Build id: I20070621-1340
Steps I did:
created struts2- project with
mvn archetype:create -DarchetypeGroupId=org.app
Dear All:
I used appfuse 1.9.4 version.add a DeliveryBill modul
public class DeliveryBill extends BaseObject{
protected BigDecimal billValue;
protected Timestamp createDate;
throw
ERROR [http-8080-Processor25] ActionExceptionHandler.logException(145) |
org.apache.commons.beanutils.
Dear All:
I used appfuse 1.9.4 version.add a DeliveryBill modul
public class DeliveryBill extends BaseObject{
protected BigDecimal billValue;
protected Timestamp createDate;
...
throw
ERROR [http-8080-Processor25] ActionExceptionHandler.log
That was it.
On 10/16/07, Michael Horwitz <[EMAIL PROTECTED]> wrote:
>
> The property name should probably be ANamedAFile - if the first two
> characters of your getter are capitalised, then the property normally keeps
> them that way.
>
> Mike.
>
> On 10/15/07, John Kwon <[EMAIL PROTECTED]> wrote
Hi,
I'm a new user of appfuse 2.0 and enjoy it so far. I love the
integration of all the parts into one usable piece of software.
Currently I'm a bit overwhelmed by all the configuration options and
parts of appfuse 2.0.
The handbook says that I could use
mvn hibernate3:hbm2ddl dbunit:oper
Have you followed the steps in the tutorial re setting up your project to
use JPA?(http://www.appfuse.org/display/APF/Using+JPA#UsingJPA-setup). It
mentions you need to change the Hibernate 3 plugin to use JPA - from
the trace below it looks like this has not been done?
Mike
On 10/16/07, Joachim
Mike,
thanks for the hint!
I already had the changes in core/pom.xml but I noticed I ran the
command in / and not in /core. Executing it in /core is working fine.
This seems like a great user community!
Joachim
Have you followed the steps in the tutorial re setting up your project
to use
JPA
Now I have this pattern in acegi:
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
PATTERN_TYPE_APACHE_ANT
/admin/*=ROLE_ADMIN
/passwordhint.html*=ROLE_ANONYMOUS,ROLE_ADMIN,ROLE_USER
/signup.html*=ROLE_AN
Hello, I want to intercept requests to the XFire WebService. I will be
checking these requests to ensure that the user who sent the request has
permission to execute the particular SOAP method being called. Is the best
way to do this by writing my own subclass of
org.codehaus.xfire.spring.XFireS
Looking ito it, it may be better to override XFireServletController. If this
is true, how could I substitute my custom controller into the XFireServlet?
George.Francis wrote:
>
> Hello, I want to intercept requests to the XFire WebService. I will be
> checking these requests to ensure that th
You might want to look at xfire's in and out handlers. Here is a link to xfire
ws security that talks about them.
http://xfire.codehaus.org/WS-Security
- Original Message
From: George.Francis <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, October 16, 2007 7:27:49 AM
Hi all, I've implemented a ReverseEngineeringStrategy named MyRevEngStrategy,
but how to configure the custermized class MyRevEngStrategy? I think if
configured the class correctly, we can run the command
'mvn appfuse:gen-model' to generate POJOs from database.
Is there anyone can help me for it?
Hi Guys,
Strange problem!. i was developing my code on tomcat. everything working
great and have just moved my project over to deploy on Websphere 6.
The framework of the project works fine. goes in and out of the db etc but i
am having huge problems on the jsp side of things.
within my default
Hi fellas, has anyone used this - - in appfuse successfully?
The following should produce a pretty neat html editor but all Im getting is
the input text area.
If there is anyone who has gotten this to work would be so kind as to offer
some
Hi,
Can someone please point me to a good reference for implementing a jsp to
edit entries in a ManyToOne join table between by beans?
Cheers,
--
View this message in context:
http://www.nabble.com/Spring-MVC-form-for-JoinTable-tf4636094s2369.html#a13240212
Sent from the AppFuse - User mailing l
This is one of the more popular:
http://mattfleming.com/node/134
Mike
On 10/16/07, George.Francis <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
> Can someone please point me to a good reference for implementing a jsp to
> edit entries in a ManyToOne join table between by beans?
> Cheers,
> --
> View this
In my datamode an Application is associated with many Operations, so I added
a List member variable to my Applications class, ie:
private List operations;
public List getOperations() ;
When I run mvn hibernate3:hbm2ddl, I get:
org.hibernate.MappingException: Could not determine type for:
java.u
Would that be ApplicationFormController's initBinder method?
This is my setAsText method:
public void setAsText(String text) throws IllegalArgumentException
{
Customer obj;
if (text == null || text.length() == 0) {
setValue(n
Do I have to change the equals() method too? Now I get the following on the
ApplicationForm:
[ismid] ERROR [http-8080-Processor25] OptionsTag.doStartTag(84) |
java.lang.Long cannot be cast to com.ism.ismid.model.Customer
java.lang.ClassCastException: java.lang.Long cannot be cast to
com.ism.ismi
Hi all,
I want to add search function to my app based on Appfuse 2.0m5.
The UseCase: Search Industral project by project name. So i need a search
form to do the task.
The following is what i want to do:
1) Add a ProjectSearchController which extends AbstractCommandController.
2) Add a projectsea
24 matches
Mail list logo