[jboss-user] [JBoss Tools Users] - Re: Web Resources folder is empty

2009-12-02 Thread mareshkau
I have tried to create test project with provided pom.xml and import it using m2eclipse and eclipse 3.5.1 to workspace. I can't see 'Web Resources' leaf at all. I am going to check it for last JBoss Tools. View the original post :

[jboss-user] [JBoss Tools Users] - Re: Web Resources folder is empty

2009-12-02 Thread mareshkau
Web Resources folder not appears for when jboss tools m4, m2eclipse installed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268525#4268525 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268525

[jboss-user] [JBoss Tools Users] - Re: help! attempting to refactor a method casues OutOfMemory

2009-11-09 Thread mareshkau
Are you using win x64? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4264649#4264649 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4264649 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Project MYPROJECT doesn't have KB nature.

2009-08-04 Thread mareshkau
Hi, Content assistance under refactoring now, see this thread http://www.jboss.org/index.html?module=bbop=viewtopicp=4245777#4245777 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247848#4247848 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: CSS Preview and Properties views are available

2009-08-04 Thread mareshkau
Here Jira link, related to this post https://jira.jboss.org/jira/browse/JBIDE-3445 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247910#4247910 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247910

[jboss-user] [JBoss Tools (users)] - Re: XHTML validation: Server returned HTTP response code: 50

2009-07-30 Thread mareshkau
Looks like a bug, please open a jira for it https://jira.jboss.org/jira/browse/JBIDE View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247007#4247007 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247007

[jboss-user] [JBoss Tools (users)] - Re: visual editor for properties ...

2009-07-29 Thread mareshkau
I have created FR request in jira https://jira.jboss.org/jira/browse/JBIDE-4675 when you register, you can vote for it and watch. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246635#4246635 Reply to the post :

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

2009-07-28 Thread mareshkau
I have had the same problem, you can see this thread http://www.jboss.org/index.html?module=bbop=viewtopicp=4242893#4242893 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246351#4246351 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: visual editor for properties ...

2009-07-28 Thread mareshkau
Hi micuentadecasa, If I understand you right, you speak about feature request in jira for openon functionality from Visual Page Editor to JavaSource Bean properties for which exist annotation @Name ..., right? ie if you make double click h:inputText value=#{bean.value1} / it's should open java

[jboss-user] [JBoss Tools (users)] - Re: bean autocompletion not working on xhtml

2009-07-27 Thread mareshkau
I have verified it's one more time on project with jsf capabilities enabled and it's not working. Also I think it's usability issue that after import project user should call context menu and enable jsf nature manually, this should be automatic process. We should to do smth with it. View the

[jboss-user] [JBoss Tools (users)] - Re: bean autocompletion not working on xhtml

2009-07-24 Thread mareshkau
Which versions of jboss tools are you using? If you use latest nightly builds, CA can be not working. Looks like it's under refactoring, junit tests for it FAILED and it's not working on my local env too. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: bean autocompletion not working on xhtml

2009-07-24 Thread mareshkau
All jboss tools with version 3.1* should be working with gallileo. CA under refactoring, so it's brokern in this build :-(. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245777#4245777 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Custom JSF components in VPE

2009-07-23 Thread mareshkau
niox, It's works for custom components which has source tag, it's not works for custom renders. As I understand DOM created in java code in you own render? It's not loads from some .xhtml file. If so there isn't possibility in VPE to display components it's implemented using custom java

[jboss-user] [JBoss Tools (users)] - Re: Custom JSF components in VPE

2009-07-23 Thread mareshkau
Any feedback is appreciated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245608#4245608 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4245608 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Custom JSF components in VPE

2009-07-21 Thread mareshkau
Hi niox, I have added custom jsf component in graphicals, it's should work in jboss tools nightly builds. You can see and comment https://jira.jboss.org/jira/browse/JBIDE-3197 Also if you add test cases which not works in our graphical editor, it's will be nice. View the original post :

[jboss-user] [JBoss Tools (users)] - How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread mareshkau
Hi All, I have downloaded mojarra-2.0.0-Beta1-binary. Here exists couple sample jsf 2.0 applications(ajax-queue, ajax-request ...). It's maven based applications. What I have tried to do: I have run in one project mvn eclipse:eclipse, then I have add M2_REPO env variable mvn

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread mareshkau
I am using last code from trunk, so it's event more fresh than nightly build. The question was how to run maven based web project on server(We can make mouse right click on wtp web project on select Run on Server from context menu, smth like this for maven project)? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread mareshkau
For me it haven't been done automatically by m2eclipse. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242887#4242887 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242887 ___

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread mareshkau
Finally have found a solution how to integrate existing mvn project into eclipse wtp http://www.eclipse.org/webtools/jst/components/j2ee/scenarios/MavenEclipseIntegration.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242881#4242881 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: How to run jsf2.0 samples in jboss tools or studio

2009-07-10 Thread mareshkau
I have install basic m2eclipse tools, m2wtp should be installed separately. So for me without(m2wtp integration) it's hasn't been work. Now I have installed it and all works fine :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242920#4242920 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: problem with seam generate entities

2009-07-08 Thread mareshkau
Which version of jboss tools are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242348#4242348 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242348 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Cannot open .jsp files on Eclipse 3.2.4

2009-06-29 Thread mareshkau
Eclipse is 3.2.4 is very old release of eclipse. It's better to you update on new version (eclipse 3.5) from eclipse.org. Also you can add to eclipse jboss tools or use jboss studio. Here documentation http://docs.jboss.org/tools/3.1.0.M1/en/GettingStartedGuide/html/index.html View the

[jboss-user] [JBoss Tools (users)] - Re: Eclipse crashes whenever JSP using JBOSS Tools JSP edito

2009-06-23 Thread mareshkau
Looks like a bug, can you create an jira issue (https://jira.jboss.org/jira/browse/JBIDE) and atach test page and error log file? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239282#4239282 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Eclipse crashes whenever JSP using JBOSS Tools JSP edito

2009-06-23 Thread mareshkau
Does JSP editor crash on any jsp page on some particular? If it crashes not at all pages, then will be good to have page on which editor crashes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239485#4239485 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Eclipse crashes whenever JSP using JBOSS Tools JSP edito

2009-06-23 Thread mareshkau
It will be great to have an example. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239505#4239505 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239505 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - Re: Visual Page Editor support the new layout components in

2009-06-08 Thread mareshkau
Yes, it's a bug, I will report it in jira. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236108#4236108 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236108 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Resource messages not displayed in JBoss Tools Visual Ed

2009-06-05 Thread mareshkau
Are message bundles includes in page throw faces-config, seam-config file? Does open on functionality works throw source part? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235564#4235564 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Resource messages not displayed in JBoss Tools Visual Ed

2009-06-05 Thread mareshkau
No, the message resolution isn't works without message bundle definition. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235704#4235704 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235704

[jboss-user] [JBoss Tools (users)] - Re: Can't do anyting - please help

2009-05-02 Thread mareshkau
Then you should use eclipse 3.5 which was build after 20 April. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227700#4227700 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227700

[jboss-user] [JBoss Tools (users)] - Re: Can't do anyting - please help

2009-05-02 Thread mareshkau
No, VPE will not work on it. Try to use nightly build http://download.eclipse.org/eclipse/downloads/drops/N20090426-1232/index.php .It's works for me. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227714#4227714 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Can't do anyting - please help

2009-05-02 Thread mareshkau
Does it web project? You can specify absolute path in vpe preferences configuration, than it's should work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227839#4227839 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Can't do anyting - please help

2009-05-02 Thread mareshkau
This sets not on source page, it's sets in vpe preferences configuration. If you not want set this for each page, near the absolute pass exists combo box where you can select arrea of visability of path, set project scope in this combobox and absolute path will be used for generation preview

[jboss-user] [JBoss Tools (users)] - Re: Can't do anyting - please help

2009-05-02 Thread mareshkau
does it a web project? You can specify absolute path location in vpe preferences configuration. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227834#4227834 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227834

[jboss-user] [JBoss Tools (users)] - Re: Can't do anyting - please help

2009-05-02 Thread mareshkau
Yes, but you has intered it for relative folder, relative path is path wich starts relative for current document. Absolute path is path wich starts with '/ simbol. You should inter the same for absolte folder, it's over relative folder configuration in vpe pref dialog. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: How to get the source code?

2009-04-29 Thread mareshkau
You can checkout it's from svn repository, https://anonsvn.jboss.org/repos/jbosstools/trunk/hibernatetools/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227399#4227399 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Initial Support for custom facelt tags was added to Jboss Vi

2009-04-27 Thread mareshkau
Initial Facelets Custom Tags Support was added to Jboss Visual Page Editor In scope of this task was already done following features: | Rendering custom facelets tag in Visual Page Editor, which have following definition | Visual Page Editor automatically detect custom tag definition

[jboss-user] [JBoss Tools (users)] - Re: svn plugin

2009-04-16 Thread mareshkau
Jboss doesn't develop svn plugin, it's only provide third party svn plugin. I think you should try google. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225940#4225940 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225940

[jboss-user] [JBoss Tools (users)] - Re: JBossTools for solaris

2009-03-16 Thread mareshkau
I have install opensolaris 200811, and have build solipse. But it's have been builded without support xulrunner and without internal browser, for work vpe it's needed. So even if I provide vpe xulrunner bundle for it, the vpe will be not working without internal eclipse mozilla and xulrunner.

[jboss-user] [JBoss Tools (users)] - Re: JBossTools for solaris

2009-03-11 Thread mareshkau
xulrunner bundle FR for solaris OS has been created https://jira.jboss.org/jira/browse/JBIDE-4001 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217047#4217047 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217047

[jboss-user] [JBoss Tools (users)] - Re: Problem with Visual Page Editor using JBoss Developer St

2009-03-04 Thread mareshkau
looks like plugin org.mozilla.xulrunner.win32.win32.x86 hasn't been download into your system. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214927#4214927 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214927

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread mareshkau
It's allso compiled with jdk 1.6, we now support jdk 1.5 and to run this plugin it's required 1.6, so i think it's be good to recompile this plugin on java 1.5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212965#4212965 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread mareshkau
Yes, it's should works then on java 5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212982#4212982 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212982 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-24 Thread mareshkau
openOn start point is org.jboss.tools.common.text.ext.hyperlink.xpl.AbstractBaseHyperlink.open() View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212620#4212620 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212620

[jboss-user] [JBoss Tools (users)] - Re: JBOSS Detailed Documentation

2009-02-06 Thread mareshkau
It's forum about jboss tools, you provided link to documentation for jboss portals which require registration to view. By my opinion you should live post on forum related for portal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207635#4207635 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: JBossTools for solaris

2009-02-03 Thread mareshkau
Is eclipse ported on open solaris? What's about Visual Page Editor in jboss tools, i think it's not big problem to port it on open solaris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4206606#4206606 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Unable to install on eclipse 3.4.1 on linux

2009-01-18 Thread mareshkau
Which version of jboss tools are you using? Jboss Tools 3.0CR1 compatible with eclipse 3.4.1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202696#4202696 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202696

[jboss-user] [JBoss Tools (users)] - Re: usage of visual edittor for jsf / seam pages

2009-01-06 Thread mareshkau
Layot editing now doesn't supported in JBoss Tools Visual page editor. Just interesting (mwr0707), how difficult is your pages, that you have created in netbeans(just simple pages) or it's difficult pages with different layout? Could you provide screen shots or links to such applications?

[jboss-user] [JBoss Tools (users)] - Re: VPE linux drag-and-drop

2009-01-06 Thread mareshkau
For DragDrop we are using one xulrunner listener for all OS, for OS X we haven't receive event dd at all, on Linux receive but not all events and on Windows it works much better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199869#4199869 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread mareshkau
FR was created for this https://jira.jboss.org/jira/browse/JBIDE-3482 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199594#4199594 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4199594

[jboss-user] [JBoss Tools (users)] - Re: VPE facelets ui:composition

2009-01-05 Thread mareshkau
Yes, I think test if facelt's uri included in the page will be more correct, than check web.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199492#4199492 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4199492

[jboss-user] [JBoss Tools (users)] - Re: usage of visual edittor for jsf / seam pages

2009-01-04 Thread mareshkau
Could you provide an tool in which you can design web page completely?, visual page editor(JBoss) can only give similar preview of page, but I don't think that it's possible to design page in vpe or others visual editors. I think seam-examples pages where created manually, or in source part of

[jboss-user] [JBoss Tools (users)] - Re: Visual Page Editor does not indicate a missing quoatatio

2008-12-18 Thread mareshkau
I have tried this test case and for me validation works fine. It's show error message that start tag h:inputText not closed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197407#4197407 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JDK 5 or 6 with JBoss AS 5, eclipse ganymede, JBoss tool

2008-12-17 Thread mareshkau
I have founded some information about crash jvm here https://bugs.eclipse.org/bugs/show_bug.cgi?id=213286, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197179#4197179 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JDK 5 or 6 with JBoss AS 5, eclipse ganymede, JBoss tool

2008-12-15 Thread mareshkau
I have tried to work on java 6 under linux, eclipse 3.4.1 classic was unstable and crashes sometimes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196515#4196515 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196515

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Beta

2008-12-08 Thread mareshkau
[VPE]We doesn't support x64 platform's now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195018#4195018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195018 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Lastest JBoss Tools doesn't work on Vista.

2008-07-09 Thread mareshkau
In you system installed xulrunner 1.8.*? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4163325#4163325 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4163325 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - Re: Lastest JBoss Tools doesn't work on Vista.

2008-07-08 Thread mareshkau
On my Vista machine it's works too, could you specify which version of jvm, eclipse, jboss tools(build id), vista(x84 or x64) are you using? And is installed on your machine firerox 3.0 or xulrunner 1.9? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Adding ICEFaces components to pallet on Leopard

2008-06-02 Thread mareshkau
In jboss tools palette you can add tld only from web projects, when project was created using seam-gen and then imported in you workspace, it's non web project for eclipse, so from it's project you cann't import tld. You can create some web project using new eclipse project wizard, than copy