[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-30 Thread SergeySmirnov
This change something. The seam jar is in the ear. However, the structure of the ear is completely a mess now. Namely, WEB-INF folder is on the top of ear structure. ejb and web projects miss the configuration files in the root of jar and war View the original post :

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-30 Thread SergeySmirnov
mvn package outside of Eclipse does the job perfect. The ear content is the same that on the download site. If I deploy the result ear to JBoss AS manually, it just work. So, the problem is inside the Eclipse. The scenario is the same that posted at the beginning of this thread. To avoid a

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-29 Thread SergeySmirnov
This is like it looks. Does not matter what the project is. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246801#4246801 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4246801

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-29 Thread SergeySmirnov
It was even more complicated. FireFox stored the credential and invoked it regardless I use SergeySmirnov or sergeysmirnov. The problem is resolved only after I cleaned up the cashed data. Thank you for the clue. I am back now. View the original post : http://www.jboss.org/index.html?module

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-28 Thread SergeySmirnov
Max, after the optional portion of m2eclipse are added, I was able to add richfaces photoalbom application for the deployment to JBoss 5.1.0. However, the deployment itself is failed. The major problem is missing jboss-seam-2.1.1.GA.jar inside the ear file. In case of launching mvn package

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-28 Thread SergeySmirnov
Sorry Max, but I cannot do it. All previous rights including ability to create a new issue in JBoss Jira have been closed for my account in May. I can only browse the issues there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246557#4246557 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-27 Thread SergeySmirnov
I have tried the RichFaces' photoAlbum demo today. The same result. I did not run mvn eclipse:eclipse on the code taken from jboss svn. So, m2eclipse was used. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246297#4246297 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-27 Thread SergeySmirnov
Just have done with scratch. Fresh copy of Eclipse 3.5 JavaEE unpacked to the disk Inside the Eclipse: Installing JBoss Tool from http://download.jboss.org/jbosstools/updates/nightly/trunk/ [x] Jboss Tools [ ] Jboss Tools Integration restarting eclipse Installing m2eclispse from

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-20 Thread SergeySmirnov
I cannot. It is not a public project. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244375#4244375 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4244375 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - ear project is invisible for JBoss 5.1. Runtime Server

2009-07-20 Thread SergeySmirnov
Environment: JBoss AS 5.1.0 JBoss Tool 3.1.0 M3 (nightly/3.1.0.M3/200907150917) Reproducing: 1. mvn eclipse:eclipse on the root of the project 2. Import as Existing Maven Project 3. Add and Removing... on the JBoss 5.1.0 Runtime Server in the Server View Result: project is not in the list of

[jboss-user] [JBoss Messaging] - Re: PLEASE DO NOT POST JBOSS MQ QUESTIONS HERERE

2009-02-11 Thread SergeySmirnov
this is excellent explanation , you saved me a lot of frustration View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209345#4209345 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209345

[jboss-user] [JBoss Seam] - Re: Flex and Seam Integration

2009-01-30 Thread SergeySmirnov
Solutions from Exadel: Flex with Seam without JSF: http://exadel.com/web/portal/flamingo with JSF: http://exadel.com/web/portal/fiji View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4205970#4205970 Reply to the post :

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-10-25 Thread SergeySmirnov
szaccaria wrote : Other person have the same problem... | | http://www.jboss.com/index.html?module=bbop=viewtopict=119233postdays=0postorder=ascstart=0 | | http://www.jboss.com/index.html?module=bbop=viewtopict=119558 They are different, but not the same. 1. Using h:commandLink (but

[jboss-user] [JBoss Seam] - Re: Simple question with ajax4jsf

2007-05-11 Thread SergeySmirnov
region limits the part of the component tree that will be processed (validation and update model phases). In your case, if you surround the input-textbox with region, other fields of the form will be ignored (bypassed) on the server. I.e. it is exactly what you desire to have. View the

[jboss-user] [JBoss Seam] - Re: Simple question with ajax4jsf

2007-05-11 Thread SergeySmirnov
you need to surround with a:region the part that you want to be processed, but not the part you do not want. I.e. you need to surround h:selectBooleanCheckbox in the code above. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045117#4045117 Reply to the post

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread SergeySmirnov
James, as I see the primary source of the event is calendar, but not an input field. Input field is a target of changes made in calendar. So, may be it is better to send update right from it instead of dancing around text field. You can send update invoking the a4j:jsFunction right from the

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread SergeySmirnov
Why not? I suggest to use the primary event to trigger the update. If user inputs the date manually in input field, it will be a source. The similar situation with input field and attached suggestion box. if user selects from the list, onselect on suggestionbox is event that can be used to

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread SergeySmirnov
if you use MyFaces, you might use t:inputText instead of h:inputText . You can attach suggestionbox to any components that has a value attribute and on event set. This is an idea of 'for' attribute that allows to enhance the existing component instead of replacing it. This is similar

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread SergeySmirnov
t: is just for example. It does not matter for suggestionbox, it is t: h: my: foo: or bar: :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044863#4044863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044863

[jboss-user] [JBoss Seam] - Re: Conversation processing another request error when using

2007-04-27 Thread SergeySmirnov
reind wrote : | I've not set either of these myself. My understanding, as well, was that they were set by default. By default, the queue is not specified and delay is not specified as well. In this case, nothing stops ajax requests to be sent immediately just after events occur. Having

[jboss-user] [JBoss Seam] - Re: Anybody else experience a4j:support *not* calling action

2007-04-04 Thread SergeySmirnov
I guess, if you add: a4j:outputPanel ajaxRendered=true | h:messages / | /a4j:outputPanel you can whay the action is not invoked. Instead of using ajaxSingle=true surround s:decorate with a4j:region View the original post :

[jboss-user] [JBoss Seam] - Re: JSF IDE support

2007-03-07 Thread SergeySmirnov
I have walked through all the features of jsftoolbox and still did not quite realize what the current Exadel Studio misses in contrast to jsftoolbox. Could you point me to the right direction? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026033#4026033

[jboss-user] [JBoss Seam] - Re: Autocomplete textfield with Seam Ajax4jsf

2007-03-05 Thread SergeySmirnov
ajax4jsf has no ajax:autocomplete component. Could you double check what the component library you are using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025237#4025237 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem updating model values with ajax4jsf

2007-03-03 Thread SergeySmirnov
do you have other fields at the form? If so, add ajaxSingle=true to the a:support to avoid the processing of them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024887#4024887 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Ajax4jsf Filter -- I go wild page

2007-03-01 Thread SergeySmirnov
add forceparser as an init param set to false i.e. : display-nameAjax4jsf Filter/display-name filter-nameajax4jsf/filter-name filter-classorg.ajax4jsf.Filter/filter-class init-param param-nameforceparser/param-name param-valuefalse/param-value /init-param filter-mapping also,

[jboss-user] [JBoss Seam] - Re: Ajax4jsf Filter -- I go wild page

2007-03-01 Thread SergeySmirnov
for filter mapping: dispatcherREQUEST/dispatcher | dispatcherFORWARD/dispatcher | dispatcherINCLUDE/dispatcher View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024461#4024461 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Can the Google Map Viewer Component from Sun Blueprints

2007-02-19 Thread SergeySmirnov
g4jsf is not about the Google Map component, but about Google Web Toolkit (GWT). If you need only the map, there is no reason to use g4jsf. Take a look at http://livedemo.exadel.com/a4j-jsFunction/ This example show how you can able to use pure Google Map Widget and Google Map API to integrate

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-14 Thread SergeySmirnov
What are the jar files for ajax4jsf you have in the classpath. It should be three of them. The filter-mapping you have does not cover them whole use cases. Please, sync it with what is mentioned at: https://ajax4jsf.dev.java.net/nonav/ajax/ajax-jsf/download.html View the original post :

[jboss-user] [JBoss Seam] - Re: Please help: cannot integrate ICEfaces into Seam applica

2006-09-19 Thread SergeySmirnov
Take a look at http://www.michaelyuan.com/blog/java/?postid=160 . It helps to bypass a couple bumps on the road to integration. P.S. I am not a Seam maker, but from the Ajax4jsf team. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972737#3972737 Reply to the

[jboss-user] [JBoss Seam] - Re: Seam + Ajax4jsf

2006-07-17 Thread SergeySmirnov
Ajax4jsf does not require any specific state saving method. I.e. both client and server methods are acceptable. -- Sergey : Ajax4jsf team View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958631#3958631 Reply to the post :