[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-05-08 Thread Newlukai
petemuir wrote : Post the exception :), see if it pins things down...
  | 
  | If you submit a testcase to JIRA (needs to be simple and have just enough 
code to demonstrate the problem) I'll take a look at it.  You could probably 
take the ui example and manipulate it...

Hi Peter,

I tested the ui exmaple. It works as expected.

Today I tried to modify the ui example to work with ICEfaces. It's not 
complete, since the pages aren't rendered correctly. But there's rendered 
enough to see that the value of the noSelection-option is an empty string 
instead of org.jboss.seam.ui.NoSelectionConverter.noSelectionValue.

Here's the code of that page:
ui:composition xmlns=http://www.w3.org/1999/xhtml;
  |   xmlns:ui=http://java.sun.com/jsf/facelets;
  |   xmlns:f=http://java.sun.com/jsf/core;
  |   xmlns:h=http://java.sun.com/jsf/html;
  |   xmlns:s=http://jboss.com/products/seam/taglib;
  |   xmlns:ice=http://www.icesoft.com/icefaces/component;
  |   template=template.xhtml
  |   
  | ui:param name=tagName value=s:selectItems /
  | ui:define name=body
  | pThis example shows example usage of the codes:selectItems/code 
tag being used for CRUD on a  codePerson/code entity./p
  | pThe example also uses:/p
  | ul
  | licodes:span/code/li
  | licodes:convertEnum/code/li
  | licodes:message/code/li
  | licodes:decorate/code/li
  | licodes:link/code/li
  | licodes:conversationPropagation/code/li
  | licodes:decorate/code/li
  | /ul
  | 
  | ice:form   
  | s:decorate template=decorateField.xhtml
  | ui:define name=labelTitle/ui:define
  | h:selectOneMenu value=#{person.honorific}
  | s:selectItems value=#{honorifics} 
var=honorific label=#{honorific.label} noSelectionLabel=Please select /
  | s:convertEnum /
  | /h:selectOneMenu
  | /s:decorate
  | 
  | s:decorate template=decorateField.xhtml
  | ui:define name=labelName/ui:define
  | ui:define name=descriptionEnter your name as it 
appears on your passport/ui:define
  | h:inputText value=#{person.name} required=true /
  | /s:decorate
  | 
  | s:decorate template=decorateField.xhtml
  | ui:define name=labelContinent of Birth/ui:define
  | ice:selectOneMenu 
value=#{personHome.instance.continent} required=true id=continent
  | s:selectItems value=#{continents.resultList} 
var=continent label=#{continent.name} noSelectionLabel=Please Select.../
  | s:convertEntity /
  | /ice:selectOneMenu
  | /s:decorate

If I had a smooth running example I would post it. Perhaps you've better luck 
switching from ajax4jsf to ICEfaces in the ui example.

Thanks in advance
Newlukai

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4043948#4043948

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043948
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-27 Thread codelion
Can that be fixed in the future?

What is it?  Name conflicts?

Sure, some combinations might be impossible or to too hard to work out.

But some combinations should be possible.

Components are supposed to be plug-and-play, as much as reasonably possible.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4041525#4041525

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4041525
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-24 Thread TedGoddard
ICEfaces 1.6 and Richfaces cannot currently be used on the same page.  It may 
be possible with the right configuration to use ICEfaces and Richfaces on 
different pages within the same application.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4040272#4040272

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040272
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-23 Thread TedGoddard
As of ICEfaces 1.6.0 DR#3, substantial progress has been made with 
Seam/ICEfaces integration. In general, it is enough to simply add the ICEfaces 
.jar files to turn your Seam application into an Ajax application. Please 
download the latest ICEfaces release here:

http://icefaces.org/main/downloads/os-downloads.iface

Of particular interest are Ajax Push and seam-gen. ICEfaces Ajax Push is now 
working with Seam applications (this allows you to update the browser page 
under application control; no interaction from the user is required). To 
generate an ICEfaces application with seam-gen, please download the recently 
added ICEfaces seam-gen bundle

http://icefaces.org/main/downloads/project-downloads.iface

and unzip it at the root of your Seam 1.2.1 installation. You will then be able 
to generate ICEfaces Seam applications from within the icefaces-seam-gen 
directory.  Over time we will be enhancing these templates to take full 
advantage of ICEfaces, allowing you to automatically generate a full CRUD 
application with a single-page Ajax user interface.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039923#4039923

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039923
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-23 Thread supernovasoftware.com
Can ICEfaces 1.6 and Richfaces be used in the same application?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039924#4039924

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039924
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread Newlukai
Hi,

thanks for your answer. Here's some code:

Page:
ice:selectOneMenu id=projectselection 
value=#{projectControllingActions.selectedProject}
  | 
valueChangeListener=#{projectControllingActions.projectSelectionChanged}
  | partialSubmit=true required=true
  | 
  | s:selectItems value=#{projectControllingActions.projects} 
var=project
  | label=#{project.name} 
noSelectionLabel=#{apc_messages.please_select}/
  | s:convertEntity /
  | 
  | /ice:selectOneMenu
  | 
  | ice:selectOneMenu id=taskselection 
value=#{projectControllingActions.selectedTask}
  | s:selectItems value=#{projectControllingActions.tasks} var=task
  | label=#{task.description} 
noSelectionLabel=#{apc_messages.please_select}/
  | s:convertEntity /
  | /ice:selectOneMenu

When the page is rendered the first time both selectOneMenus show the 
noSelectionLabel. Then I change the value of projectselection and since 
there's a partial submit, the lifecycle is invoked. The projectselection 
value is converted correctly. But the conversion of the noSelectionLabel in 
taskselection throws an exception because null can't be converted to 
Integer. Inspecting the HTML page source I saw that the noSelectionLabel of 
the selectOneMenus were represented by an empty string.

Perhaps it's a compatibility error with ICEfaces 1.5.3???

Thanks in advance
Newlukai

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039277#4039277

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039277
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread petemuir
Quite possibly, I've never personally tested this with icefaces.  The easiest 
way to check is just to swap in a normal h:selectOneMenu and see whether it 
works as expected.  Perhaps ask over at icesfaces?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039285#4039285

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039285
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread Newlukai
We tried this with normal h:selectOneMenus. But it's the same exception ...

So we thought the bug has to be in Seam. And with the mentioned workaround this 
app works as it should.

Hmm. I'm wondering which framework delivers the converters, since the excpetion 
tells that a conversion from null to Integer failed.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039298#4039298

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039298
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread petemuir
Post the exception :), see if it pins things down...

If you submit a testcase to JIRA (needs to be simple and have just enough code 
to demonstrate the problem) I'll take a look at it.  You could probably take 
the ui example and manipulate it...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039302#4039302

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039302
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-18 Thread Newlukai
Hi,

don't know if it has been corrected or not. We just detected a problem in 
org.jboss.seam.ui.UISelectItems. There's a

private static final String NO_SELECTION_VALUE = null;

defined which should be replaced by

import static org.jboss.seam.ui.NoSelectionConverter.NO_SELECTION_VALUE;

Because:
SelectItems class always uses 'null' as value of NullableSelectItem. Therefore 
during conversion this is not recognized by the NoSelectionConverter.

Without this change the s:selectItems will not work with noSelectionLabel set.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038378#4038378

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038378
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-18 Thread petemuir
No.

Render phase:
1) UISelectItems adds the NullableSelectItem to the list
2) NoSelectionConverter runs getAsString, the NullableSelectItem has a value 
null so NoSelectionConverter.NO_SELECTION_VALUE is returned

Submit phase:
1) NoSelectionConverter runs getAsObject, the value is 
NoSelectionConverter.NO_SELECTION_VALUE, so null is returned
2) Validators are run, if required=true, then, as the value is null, validation 
will fail
3) The model is updated with a null value.

I can't see a problem - the UI example has noSelectionLabel on both components 
with required=true and not and the behaviour I describe happens.

What problem are you seeing?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038386#4038386

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038386
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-03-01 Thread mariuszs
pages.xml ending conversation is broken with 1.2, only works with plain 
navigation.xml!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4024466#4024466

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024466
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-03-01 Thread [EMAIL PROTECTED]
I only have 10Gb limit a month on my ISP Plan. ;)

These releases are coming thick and fast which is GREAT :).

MyEclipse download was getting out of control at over 150MB (which now includes 
the complete Stack including Eclipse and MyEclipse in an ALL-In-ONE!)... and 
they now use some UBER compression tool to squeeze it.

I wonder how much the 66MB could be squeezed into!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4024465#4024465

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024465
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread avbentem
Yesterday afternoon (Europe) someone pointed out Seam to me, and as 1.1.7.RCx 
was up and running in minutes I actually enjoyed it for a few hours too ;-) 
Thanks for the new 1.2!

Is there any reason to stick with jems-installer-1.2.0.BETA.jar as indicated on 
labs.jboss.com/portal/jbossseam/download/? 

The wiki and the Getting Started actually state 1.3.0.BETA could be used too, 
but the latter is quite explicit as for JBoss for Seam 1.1.5.GA:

anonymous wrote : For Seam 1.1.5.GA, download JEMS installer 1.2.0.BETA3 and 
install JBoss AS 4.0.5 with the ejb3 profile selected. Do not install any other 
version of JBoss, and do not try to install JBoss using any other profile, not 
even the all profile.

A JEMS installer 1.2.0.GA has been available at SourceForge.net since January, 
so I'll try that, just for fun...

Thanks again,
Arjan.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023579#4023579

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023579
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread mariuszs
I think you should  use latest stable version (1.2.0.GA). Im using with success 
 1.2.0.GA + EJB 3.0 RC9 Patch 1.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023592#4023592

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023592
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread avbentem
Some more details: jems-installer-1.3.0.BETA.jar installs:
- JBoss AS 4.0.5.GA
- EJB3 1.0.0.CR9-jboss4
- JBoss WS 1.0.3.GA
- JBoss Portal 2.4.0.GA
 
The latest jems-installer-1.2.0.GA.jar gives one the same AS, but some slightly 
newer other components:
- JBoss AS 4.0.5.GA
- EJB3 1.0.0.CR9-patch1-jboss4.0.5
- JBoss WS 1.0.3.SP1
- JBoss Portal 2.4.1.GA-SP1  



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023600#4023600

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023600
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread fers
Hello,

I have updated Seam + Maven integration to Seam 1.2.0

See http://software.softeu.cz/seam/ .

Petr Ferschmann

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023629#4023629

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023629
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread avbentem
fers wrote : I have updated Seam + Maven integration to Seam 1.2.0
  | See http://software.softeu.cz/seam/
Minor detail: the first bullet on the above URL states:
anonymous wrote : - Provide all jboss-seam jars and poms for download (DO
Is something missing after the (DO, or is the (DO is some leftover?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023651#4023651

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023651
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread fers
To avbentem: thank you. I was marking which parts were finished (DONE). But now 
all parts are at least partly implemented, so I have now page with issues 
(http://software.softeu.cz/seam/issues.html). 

Petr

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023661#4023661

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023661
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread [EMAIL PROTECTED]
Oh, here is the TSS thread:

http://www.theserverside.com/news/thread.tss?thread_id=44438

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023814#4023814

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023814
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread monkeyden
man, you guys are cranking.  I'm glad I got on board early.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023832#4023832

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023832
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Thanks for the release, Norman!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023366#4023366

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023366
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
BTW, the more official announcement is here:

http://blog.hibernate.org/cgi-bin/blosxom.cgi/2007/02/27#seam-120

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023367#4023367

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023367
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Note that there is one silly minor issue in this release that you need an 
internet connection to run Seam. (We missed updating the version number of the 
DTD of the components.xml file in the Seam jar.)

We might do a patch release to fix this, but anyhoo it is fixed in CVS. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023377#4023377

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023377
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread svadu
Gavin what is actually meant by integration of Ajax4JSF, as far as I know 
Seam works well with ajax4jsf, is there something new?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023403#4023403

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023403
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
It means integration into seam-gen.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023404#4023404

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023404
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
[EMAIL PROTECTED] wrote : Note that there is one silly minor issue in this 
release that you need an internet connection to run Seam. (We missed updating 
the version number of the DTD of the components.xml file in the Seam jar.)
  | 
  | We might do a patch release to fix this, but anyhoo it is fixed in CVS. 


For us home gamers that want to play along (and stick the fix in the jar), is 
this the fix in CVS you are referring to?

anonymous wrote : 
  | /jboss-seam/src/main/org/jboss/seam/components-1.2.dtd 
  | 1.1   by nrichards (19 hours ago) (+39) new 
  | in changeset MAIN:nrichards:20070227065100 

change xsd versions 
anonymous wrote : 
  | 
  | tia,
  | Doug

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023430#4023430

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023430
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
ooops.  Somehow ended up quoting the end of the message when I hit submit...  
Last quote was unintended.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023431#4023431

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023431
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
Ah, it appears the updated dtd is in the jar, but when you explode 
jboss-seam.jar you'll find a components.xml under META-INF that references the 
1.1 version of the DTD.  :%s/1.1/1.2/g should hopefully have fixed this for me. 
 I'll find out soon enough.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023435#4023435

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023435
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
Based on the stack trace below, I don't think my little hack worked.  Since the 
this server running this code sits behind a fairly restrictive proxy, how can I 
fix this problem?

tia,
-Doug

Exception during request processing: org.dom4j.DocumentException: Connection 
timed out: connect Nested exception: Connection timed out: connect 
  | org.dom4j.io.SAXReader.read(SAXReader.java:484)
  | org.dom4j.io.SAXReader.read(SAXReader.java:343)
  | org.jboss.seam.util.XML.getRootElement(XML.java:16)
  | org.jboss.seam.core.Pages.getDocumentRoot(Pages.java:791)
  | org.jboss.seam.core.Pages.parse(Pages.java:781)
  | org.jboss.seam.core.Pages.createPage(Pages.java:172)
  | org.jboss.seam.core.Pages.getPage(Pages.java:147)
  | org.jboss.seam.core.Pages.createPageStack(Pages.java:229)
  | org.jboss.seam.core.Pages.getPageStack(Pages.java:208)
  | org.jboss.seam.core.Pages.applyRequestParameterValues(Pages.java:593)
  | 
org.jboss.seam.jsf.AbstractSeamPhaseListener.beforeRender(AbstractSeamPhaseListener.java:176)
  | org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:57)
  | 
org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersBefore(PhaseListenerManager.java:70)
  | org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:373)
  | javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
  | 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  | 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
  | 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | 
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
  | 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  | 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  | 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | java.lang.Thread.run(Thread.java:595)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023463#4023463

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023463
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
http://fisheye.jboss.com/changelog/JBoss/jboss-seam?cs=MAIN:gavin:2007022825

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023465#4023465

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023465
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Patch release: 
http://sourceforge.net/project/showfiles.php?group_id=22866package_id=163777release_id=489903

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023484#4023484

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023484
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user