Anyone seen this error?
Thanks
dev
Hi Matt,
Thanks for the reply.
On 25 Oct 2007 at 13:20, Matt Raible wrote:
> Are you excluding appfuse-data-common in your pom.xml? If so, please
> copy/paste that configuration into an e-mail so we can verify it's
> correct.
Wasn't sure if you really wanted the whole pom.xml so I've just inclu
Hi rbtechno,
Would you clarify what you mean? If you want to create > 1 DB user account
you'll probably have to create multiple hibernate configurations (or perhaps
do so programmatically). I'm wondering why you need to do this however,
unless you have to access 2 or more DBs. Would you elabor
Hi All,
I'm just using the new 2.0M5 version of AppFuse and am duly impressed,
especially with the new generic Daos and Managers as about half my classes
don't need anything more than that. I'm using the Struts 2 modular archetype.
I'm having a terrible time with my first manager test tryi
CAS has worked well for me and integrates nicely with Acegi Security.
Matt
On 10/25/07, André Faria <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> *Hi Everybody,
>
> *
> Do you recomend to use Josso with JBoss Aplication Server, or do you guys
> know a better solution?
>
>
> Thank you all
>
>
>
Hi Everybody,
Do you recomend to use Josso with JBoss Aplication Server,
or do you guys know a better solution?
Thank you all
You can exclude it from your appfuse dependencies (or remove it as a
dependency if you're using full-source). Then remove (or exclude):
admin/
clickstreams.jsp
viewstream.jsp
And remove the Clickstream Filter and Listener from web.xml.
I do believe this is a seldom-used feature in AppFu
Are you excluding appfuse-data-common in your pom.xml? If so, please
copy/paste that configuration into an e-mail so we can verify it's
correct.
Matt
On 10/25/07, Rob Hills <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> AppFuse 2.0 + Struts 2. I've been developing on a Windoze box using
> Eclipse + Ec
Just found it. Thanks!
On 10/25/07, Alex Coles <[EMAIL PROTECTED]> wrote:
>
> You only need to rebuild the WAR file if you want to make the IP/port
> default from now on.
>
> If you look in the classes directory of the WAR file after its been
> deployed and unzipped, you should find jdbc.properti
You only need to rebuild the WAR file if you want to make the IP/port
default from now on.
If you look in the classes directory of the WAR file after its been
deployed and unzipped, you should find jdbc.properties.
You should be able to modify jdbc.properties, and then restart the
application wit
Do I have to rebuild every time I want to change the port and ip of my sql
server instance?
I can't find a properties file that gets set by the pom.xml
I hate to have to rebuild for every single server this app goes to.
Hi All,
AppFuse 2.0 + Struts 2. I've been developing on a Windoze box using
Eclipse + Eclipse Maven plugin. I've modified the User class following the
instructions on the AppFuse website:
http://www.appfuse.org/display/APF/AppFuse+Core+Classes
This is all working fine and I can build and run
Hi Mark,
I'm no expert at log4j, but from reading the comments in the configuration
file, I can see that you need to comment out one setting and uncomment
another for a start:
On 25 Oct 2007 at 9:19, Plant More Tree wrote:
>I am using appfuse 1.9.4 in Tomcat 6.0.14 and log4j-1.2.13.jar. Be
Hi, all
Appfuse 2.0 works fine on my machine. However I got a problem (which
confused me a lot) when I run mvn test -Dtest=UserDaoTest after I added a
couple more fields in User (model) class and test data in sample-data.xml.
The error message looks like
[ERROR] BUILD ERROR
[INFO]
-
An easier way to do this, provided you have already in place a
PostadresseAction, is to use the following snippet:
In this way you execute the PostadresseAction action in the view of
AddressAction and get the list of postaddress from it without any need to
change the action code or the spri
Hello,
I am using appfuse 1.9.4 in Tomcat 6.0.14 and log4j-1.2.13.jar. Below is
the /WEB-INF/classes/log4j.properties contain
# This is the configuring for logging displayed in the Application Server
log4j.rootCategory=INFO, stdout
# Replace the line above if you want to put a log file into
I am using Appfuse 1.9.4/JSF/DB2.
I have a page using JSF tags datatable and commandLink. Everything is
fine except that the commandLink within datatable does not fire the
action, that is, the review method is never getting called. If I move
the commandLink out of the datatable, it is trigging
Is there any guidance on how to remove clickstream from the app? I don't
need it, and it keeps getting NullPointerExceptions on Tomcat.
the only thing i have changed is the db config (the activation tag)in the
pom of my app...
hsqldb
true
org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
org.hibe
19 matches
Mail list logo