On 2/2/07, Gary VanMatre <[EMAIL PROTECTED]> wrote:
I was able to run the shale-clay-usecases in 10g (10.1.3.1.1) from
JDeveloper Studio 10.1.3.2 but I had to make a few minor changes.
For some reason, JDeveloper doesn't like that the shale-core and
shale-validator jars have TLD files with the
On 2/2/07, Gary VanMatre <[EMAIL PROTECTED]> wrote:
I was able to run the shale-clay-usecases in 10g (10.1.3.1.1) from
JDeveloper Studio 10.1.3.2 but I had to make a few minor changes.
For some reason, JDeveloper doesn't like that the shale-core and
shale-validator jars have TLD files with the
I was able to run the shale-clay-usecases in 10g (10.1.3.1.1) from JDeveloper
Studio 10.1.3.2 but I had to make a few minor changes.
For some reason, JDeveloper doesn't like that the shale-core and
shale-validator jars have TLD files with the name "taglib.tld"? I renamed the
TLD's and it was ha
Thank you very much for the info.
I've also found these liks after googling :
Eclipse WTP (free) or
- using Eclipse WTP as suggested by Rick Hightower [1], basically :
. you need to rename .xhtml extension to jspx.
. you need to add some jsp directives such as ).
. I'm not sure, but
We are using NetBeans with the mevenide plugin for maven support. We are
also using Facelets and the new Facelets Netbeans plugin. That gives us
autocomplete but not drag & drop (I don't think). Seems to be working
great. On a team of 5 two were PHP types before this project and one other
had
Got:
[DEBUG]
org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.0:runtime
(selected for runtime)
mvn -up install does not help, same error like before, any other hints?
A bigger trace output:
[INFO] Using default encoding to copy filtered resources.
[WARNING]
Artifact javax.servl
On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
Hm updated the complete shale-parent tree and using maven 2.0.4, don't
know of what plugins you are speaking.
Did nothing on the svn tree myself. What should i delete?
Nothing. Try "mvn -X install", I see 2.1 for the jar plugin (the bit
that
On 2/2/07, Adrian Gonzalez <[EMAIL PROTECTED]> wrote:
Hello,
Is there a good IDE (drag and drop and autocompletion for EL expressions
and tags) for facelets or Clay technology ?
What IDE are you using to create JSF apps ?
NetBeans has out-of-the-box support for autocompletion of EL expressi
Adrian,
I use Eclipse with MyEclipse. As to you need for "drag and drop and
autocompletion for EL expressions and tags", that will be a challenge.
MyEclipse does offer some autocompete and validation, but when you are
using new release of MyFaces/Shale/... taglibs the IDE can lag behind.
Pa
Hm updated the complete shale-parent tree and using maven 2.0.4, don't
know of what plugins you are speaking.
Did nothing on the svn tree myself. What should i delete?
Torsten
Am Freitag, den 02.02.2007, 09:27 -0500 schrieb Rahul Akolkar:
> On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > R
Hello,
Is there a good IDE (drag and drop and autocompletion for EL expressions and
tags) for facelets or Clay technology ?
What IDE are you using to create JSF apps ?
My current purpose is to see if one can use JSF for mainstream development
(developers with little
experience in Java / web t
On 2/2/07, Worm, Danny <[EMAIL PROTECTED]> wrote:
Hi again,
I've successfully integrate Ajax4Jsf without Shale. But I don't
understand the problem. I hope my report in the extern forum can help to
solve the problem, because I'm very interested in shale :-)
But I've to use ajax4jsf.
I plan to
On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
Results :
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
Found PropertyDescriptor [EMAIL PROTECTED]
[INFO] [jar:jar]
[INFO]
[ERROR] BUILD ERROR
[INFO]
Hi
Most likely an error (duplicate lines) in the assembly section of the pom.
Hermod
-Original Message-
From: Torsten Krah [mailto:[EMAIL PROTECTED]
Sent: Friday, February 02, 2007 2:33 PM
To: user@shale.apache.org
Subject: maven build problem of latest svn trunk
Results :
Tests run:
Results :
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
Found PropertyDescriptor [EMAIL PROTECTED]
[INFO] [jar:jar]
[INFO]
[ERROR] BUILD ERROR
[INFO]
-
Hi
OK , I found a hack solution.
After alot of testing I found that if I removed
org.apache.shale.validator.faces.ValidatorLifecycleListener
from validators.tld which is in shale-validator-1.0.4.jar then the application
deploys fine.
ValidatorLifecycle
Hi
Knowing application servers, there is one possible source of an error like
this. Its the classpath: section og the manifest.mf file inside the jar file.
If this is mangled for some reason or the container is buggy about it, the that
may be the culprit you are looking for.
Hermod
-Orig
I configured weblogic to load the classes from my application first.
I still get this error. I don't think that shales-validation works in
Weblogic 9.2 . I will see if BEA have any answers.
-Original Message-
From: Alessio Harri [mailto:[EMAIL PROTECTED]
Sent: 02 February 2007 02:03
To: us
Hi
I will try your suggestions.
The classloader is trying to load a linebreak. I debugged it inside eclipse and
the classname being passed to GenericClassLoader is /n.
I have removed shale-validator-1.0.4.jar from my app and it deploys fine.
Unfortunately I won't be able to make use of the valida
Hi
The validator doesn't try to load anything - Its
weblogic.utils.classloaders.GenericClassLoader that loads classes (Look at the
stacktrace). It is definitly not trying to load a linebreak - Its just not
reporting the class that is trying to load.
The usecase deploy fine to Tomcat (except 5.
Hi Hermod
I do include commons-validator-1.3.1.jar in my app and it is in
the shale-usecases app.The log file indicates that it is trying to
load a linebreak as a class ie. /n
So for some reason shale validator is trying to load /n as a class.
Any ideas ? this is not a bug in my app because it
Hi
You need to look through yours logs in order to identify which class it can not
find.
In particular the shale-validator depends on commons-validator-1.3.1.jar
Hermod
-Original Message-
From: Alessio Harri [mailto:[EMAIL PROTECTED]
Sent: Friday, February 02, 2007 11:39 AM
To: user@sh
Hi all
I am able to deploy the shale-blank app on weblogic 9.2 but NOT shale-usecases.
After alot of trial and error I discovered that it will deploy if I remove
shale-validator-1.0.4.jar from the lib folder.
My app currently uses shale-validator-1.0.4.jar so I cannot get it to deploy.
Any h
I got a couple of stacktraces from the shale-clay-usecases using OC4J
10.1.3.1 (supposedly
supports J2EE 1.4). I deployed the shale-clay-usecases.war and
tried to use the rolodex use
cases. None of the rolodex cases work, although the first use case
page does work. Here are
the 2 different kin
Hi again,
I've successfully integrate Ajax4Jsf without Shale. But I don't
understand the problem. I hope my report in the extern forum can help to
solve the problem, because I'm very interested in shale :-)
But I've to use ajax4jsf.
Kind regards
DaWorm
25 matches
Mail list logo