Title: Untitled Document
Income-tax filing - easy!(File your IT return in 5 minutes)Skorydov myITreturn makes filing sim
Mohammad Irfan wrote:
>
> Have you turn on the database or you have firewall on your computer?
>
No, I don`t have firewall.
--
View this message in context:
http://www.nabble.com/oracle-database-profile%3Aorg.hibernate.exception.JDBCConnectionException-tp19035653s2369p19046104.html
Sent from
It seems like Jetty doing some operation in the background but it fails due
to MaxPermSize.
I am new to java world. Can you tell me how to do the changes do the Java &
JSP files, so that I can continue without restarting the server.
--
View this message in context:
http://www.nabble.com/org.mo
I use jetty:run like this (using eclipse remote debugging):
mvnDebug.bat -X -e jetty:run -Dmaven.test.skip=true
with -X to see Debug messages in console but I can't see these messages in
that case - even if I can see Jetty Debug output in console for some other
actions.
I've also configured Jetty
On maxpermsize, this topic may help:
http://www.nabble.com/Load-jetty-with-options-tt14311606s2369.html#a14311606.
Marc
2008/8/19 krishgy <[EMAIL PROTECTED]>
>
> It seems like Jetty doing some operation in the background but it fails due
> to MaxPermSize.
>
> I am new to java world. Can you tel
Hi, I tried to build the first project from the following tutorial:
http://appfuse.org/display/APF/AppFuse+QuickStart
The mvn command built the project successfully.
Now from the README.txt file in the project directory, it said:
D:\DEV\samples\AppFuse\phonecards>type README.txt
AppFuse B
Just change the pom.xml
sam wun wrote:
Hi,
I tried to build the first project from the following tutorial:
http://appfuse.org/display/APF/AppFuse+QuickStart
The mvn command
built the project successfully.
Now from the README.txt file in the
project directory,
Hi All,
I have AppFuse (Basic Struts, Hibernate and Spring) project. I use Jetty as
a web server.
I want to know where to write the business logic code outside my Hibernate
Dao implementation?
I do not want to write the business logic in the action classes. How to
achieve this?
Thanks in adva
Yes, I can see from the view source the userId value="7" and the version
value="0". BTW, this stacktrace happens as a result of editing newly created
users. In case I try to edit one of the 2 users (user and admin) shipped
with AppFuse, there is no stacktrace. It is very strange!
--Irshad.
mrai
Do you have more than one profile active by default? When you run
maven do you run: mvn -Poracle test?
-D
On Aug 19, 2008, at 1:18 AM, WalterScott wrote:
Mohammad Irfan wrote:
Have you turn on the database or you have firewall on your computer?
No, I don`t have firewall.
--
View this
Many people use the Manager pattern to write their business logic.
This acts a service layer that can be used by your Struts actions, but
could also be called by other interfaces (batch processes, web
service, etc). In Appfuse these Manager classes are used to create
transactions across m
You might try creating a new converter that specifically supports Timestamp.
Matt
On Sun, Aug 17, 2008 at 9:26 AM, Kropp, Henning <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to figure out how to use the DateConverter in Appfuse 2.0.2 to
> convert Timestamp to String and vis versa.
>
> At fir
dusty wrote:
>
> When you run maven do you run: mvn -Poracle test?
>
> -D
>
When I run mvn -Poracle test, I get following:
[INFO] Scanning for projects...
[INFO]
[INFO] Building AppFuse Spring MVC Application
[INFO]
After using and developing with Appfuse over the last 6 months with no major
problems, we suddenly experience what seems instability of what is installed
with a fresh install of MVC modular.
The web module suddenly is missing a class in commons-collections whih we
had to solve by adding a dependen
If you believe it's time-related, you could rollback the clock on your
machine and see if that helps. I don't think it will, but it's always
worth a try. The 2.0.2 binaries for AppFuse should not have changed.
In fact, I don't see how they could have.
Matt
On Tue, Aug 19, 2008 at 2:33 PM, os57741
Did you blow away your local maven repository when you did the fresh install?
Have you got a maven repository location in your pom that perhaps
could have bad copies of jars?
Cheers
Tim
On Tue, Aug 19, 2008 at 10:38 PM, Matt Raible <[EMAIL PROTECTED]> wrote:
> If you believe it's time-related,
I am trying to determin the cause of the problems.
I started with renaming the maven repository, forcing a complete download
of all required software.
During the install I already saw a SEVERE message from Tomcat (CATALINA).
The new Appfuse install did not succeed.
Then I ran a new install failin
I would try adding a commons-collections dependency to your pom.xml
and specify the latest version.
Matt
On Tue, Aug 19, 2008 at 4:24 PM, os57741 <[EMAIL PROTECTED]> wrote:
>
> I am trying to determin the cause of the problems.
> I started with renaming the maven repository, forcing a complete d
I have the same problem.When I running "mvn appfuse:full-source" ,the problem
is happen.So I change the pom.xml which in the root directory of project.
org.dbunit.ext.oracle.OracleDataTypeFactory
KSDSYSTEM
CLEAN_INSERT
org.hibernate.dialect.Oracle9Dialect
true
com.oracle
ojdbc14
10.2.0.2.0
or
I use a slightly modified DateConverter for Dates and a
CalendarConverter for DateTimes. I modified it so I could accept
multiple input formats but always print out the same format.
public class DateConverter extends DefaultTypeConverter {
Log log = LogFactory.getLog(DateConverter.class)
You must use -Poracle when you want it to connect to Oracle. So you
need to do:
mvn -Pprod appfuse:gen-model
On Aug 19, 2008, at 1:11 PM, WalterScott wrote:
dusty wrote:
When you run maven do you run: mvn -Poracle test?
-D
When I run mvn -Poracle test, I get following:
[INFO] Sca
21 matches
Mail list logo