[jboss-user] [JBoss Tools] - Re: BrowserSim - multiple browser windows

2013-07-09 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: BrowserSim - multiple browser windows"

To view the discussion, visit: https://community.jboss.org/message/827148#827148

--
Yes it's possible.
If you need to open a few different pages then just use Open WIth -> BrowserSim 
on each page (or on the same one) to open a few BrowserSim windows.
You can also open synchronized BrowserSim windows. Right click on the 
BrowserSim window -> Open Synchronized Window -> ...
--

Reply to this message by going to Community
[https://community.jboss.org/message/827148#827148]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Tools] - Re: CDI validator reporting ambiguity due to test classes

2013-06-05 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: CDI validator reporting ambiguity due to test classes"

To view the discussion, visit: https://community.jboss.org/message/821561#821561

--
I created an issue  https://issues.jboss.org/browse/JBIDE-14765 
https://issues.jboss.org/browse/JBIDE-14765
--

Reply to this message by going to Community
[https://community.jboss.org/message/821561#821561]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Tools] - Re: CDI validator reporting ambiguity due to test classes

2013-06-04 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: CDI validator reporting ambiguity due to test classes"

To view the discussion, visit: https://community.jboss.org/message/821334#821334

--
Hi,
It is a limitation in Eclipse. A project can have the only one classpath. See  
https://issues.jboss.org/browse/JBIDE-13138 
https://issues.jboss.org/browse/JBIDE-13138
And yes, CDI validation does take beans.xml into account. But it does not 
support exclusions in beans.xml (it's not a part of CDI spec). Are you using 
weld:exclude extension?
--

Reply to this message by going to Community
[https://community.jboss.org/message/821334#821334]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Tools] - Re: Occasional NPE

2013-04-11 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Occasional NPE"

To view the discussion, visit: https://community.jboss.org/message/807899#807899

--
Thank you for reporting the issue  https://issues.jboss.org/browse/JBIDE-13982 
https://issues.jboss.org/browse/JBIDE-13982
--

Reply to this message by going to Community
[https://community.jboss.org/message/807899#807899]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Tools] - Re: Occasional NPE

2013-04-10 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Occasional NPE"

To view the discussion, visit: https://community.jboss.org/message/807546#807546

--
Looks like a bug. Could you please create an issue in  
https://issues.jboss.org/browse/JBIDE https://issues.jboss.org/browse/JBIDE ? 
Thanks.
--

Reply to this message by going to Community
[https://community.jboss.org/message/807546#807546]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Tools] - Re: Key values of resource bundle cannot be resolved

2013-02-22 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Key values of resource bundle cannot be resolved"

To view the discussion, visit: https://community.jboss.org/message/799144#799144

--
You are right, it's not working even in the last JBoss Tools  :( 
I've created an issue for this bug:  
https://issues.jboss.org/browse/JBIDE-13630 
https://issues.jboss.org/browse/JBIDE-13630
Thanks.
--

Reply to this message by going to Community
[https://community.jboss.org/message/799144#799144]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Tools] - Re: Key values of resource bundle cannot be resolved

2013-02-21 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Key values of resource bundle cannot be resolved"

To view the discussion, visit: https://community.jboss.org/message/798982#798982

--
Is com.tc.pricing.sc in ui project's class path? In Eclipse. If so, please try 
to add the following code in .project file of SC project:

| 
 |  |
...

| 
 | 
 |  |
| 
 | 
 | 
 | org.jboss.tools.jst.web.kb.kbbuilder |
| 
 | 
 | 
 |  |
| 
 | 
 | 
 |  |
| 
 | 
 |  |
...
| 
 |  |
| 
 |  |
...
| 
 | 
 | org.jboss.tools.jst.web.kb.kbnature |
...
| 
 |  |

It should work in the latest JBoss Tools (and you can do the same using project 
settings page there) but I'm not sure about JBoss Tools 3.2.
--

Reply to this message by going to Community
[https://community.jboss.org/message/798982#798982]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Tools] - Re: Cannot deploy ear or war using JBT

2013-01-23 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Cannot deploy ear or war using JBT"

To view the discussion, visit: https://community.jboss.org/message/793872#793872

--
This wizard creates a non-maven project. But the structure of the project 
expects to be the maven-like by OpenShift tools. web.xml is expected to be 
placed in src/main/webapp/WEB-INF/web.xml (not in WebContent/WEB-INF/web.xml). 
Java sources in src/main/java etc.
So you have to configure pom.xml (this pom.xml file is added by OpenShift tools 
and it's used to build/deploy the app onto OpenShift) for your project manually 
if you want to publish the project created by New Seam Web Project wizard.
--

Reply to this message by going to Community
[https://community.jboss.org/message/793872#793872]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Cannot deploy ear or war using JBT

2013-01-23 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Cannot deploy ear or war using JBT"

To view the discussion, visit: https://community.jboss.org/message/793844#793844

--
> C) This is just a Seam Web project with zero code added. I used the wizard 
> that comes with the latest JBoss Tools

Do you mean File->New->Project->Seam->Seam Web Project?
--

Reply to this message by going to Community
[https://community.jboss.org/message/793844#793844]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss tool + JSF : Know all managed bean declared with annotation

2012-11-28 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss tool + JSF : Know all managed bean declared with annotation"

To view the discussion, visit: https://community.jboss.org/message/778984#778984

--
Antony,
Unfortunatly there is no way to get such a list of annotated managed beans in 
JBoss Tools.
I've created a new issue  https://issues.jboss.org/browse/JBIDE-13181 
https://issues.jboss.org/browse/JBIDE-13181 to fix this bug with Web Projects 
View.
Thank you for reporting it.
--

Reply to this message by going to Community
[https://community.jboss.org/message/778984#778984]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: how to disable RF 3.3 support in jboss tool?

2012-11-26 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: how to disable RF 3.3 support in jboss tool?"

To view the discussion, visit: https://community.jboss.org/message/778443#778443

--
There is a new feature request for this validation -  
https://issues.jboss.org/browse/JBIDE-13148 
https://issues.jboss.org/browse/JBIDE-13148
--

Reply to this message by going to Community
[https://community.jboss.org/message/778443#778443]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Code Complete for XML attributes in JBoss Tools 4.0 alpha 2 doesn't work

2012-10-29 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Code Complete for XML attributes in JBoss Tools 4.0 alpha 2 doesn't work"

To view the discussion, visit: https://community.jboss.org/message/772870#772870

--
Looks like a bug. Could you please create an issue in JIRA -  
https://issues.jboss.org/browse/JBIDE https://issues.jboss.org/browse/JBIDE ?
Thanks.
--

Reply to this message by going to Community
[https://community.jboss.org/message/772870#772870]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Minimal installation of CDI ...

2012-10-22 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Minimal installation of CDI ..."

To view the discussion, visit: https://community.jboss.org/message/771585#771585

--
Hi,
The minimum set of recomended plugins for your envirement would be:
1. Context and Dependency Injection Tools
2. Hibernate Tools
3. JBoss Maven CDI Configurator
4. JBoss Maven Hibernate Configurator
5. JBoss Maven Integration
6. JBoss Maven JPA Configurator
7. JBoss Maven JSF Configurator
8. JBoss Tools Java Standard Tools.
9. JBoss Tools JSF
10. JBoss Tools Maven Packaging Configurator
11. JBoss Tools Maven Source Lookup
12. JBoss Tools Visial Page Editor
13. Maven Profie Managment

I also would recomend you to install
14. JBoss Central Community and its dependencies
--

Reply to this message by going to Community
[https://community.jboss.org/message/771585#771585]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: jboss tools and indigo and icefaces

2012-10-10 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: jboss tools and indigo and icefaces"

To view the discussion, visit: https://community.jboss.org/message/764155#764155

--
Anything in your Eclipse log?
--

Reply to this message by going to Community
[https://community.jboss.org/message/764155#764155]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Problems removing CDI support from project

2012-10-10 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Problems removing CDI support from project"

To view the discussion, visit: https://community.jboss.org/message/764154#764154

--
How many Java classes do you have in your project?
Do you see anything in Eclipse log?

We fixed some important bugs in CDI Tools 4.0.0.Alpha2 which cause a 
significant increase in memory usage in JBoss Tools 3.3
If you have a chance to install JBoss Tools 4 then please let us know if you 
still have this performance issue with CDI builder.
--

Reply to this message by going to Community
[https://community.jboss.org/message/764154#764154]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: XHTML Editor shortcuts

2012-07-11 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: XHTML Editor shortcuts"

To view the discussion, visit: https://community.jboss.org/message/747595#747595

--
Do you mean Ctrl+Shift+f? It works for me.
--

Reply to this message by going to Community
[https://community.jboss.org/message/747595#747595]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Seam 2.3 \ AS7.1.1.Final \ JBoss Developer Studio Problems

2012-07-05 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: Seam 2.3 \ AS7.1.1.Final \ JBoss Developer Studio Problems"

To view the discussion, visit: https://community.jboss.org/message/746450#746450

--
JBoss Tools should support Seam 2.3.Final but it's not released yet. You can 
try a nightly build from  
http://hudson.jboss.org/hudson/job/Seam-2.3.X-nightly/ 
http://hudson.jboss.org/hudson/job/Seam-2.3.X-nightly/ so far.
Regarding your question about Seam 2.2 + JSF2 it's better to ask Seam comunity  
https://community.jboss.org/community/seam/seam2 
https://community.jboss.org/en/seam/seam2
--

Reply to this message by going to Community
[https://community.jboss.org/message/746450#746450]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Developer Studio or Eclipse JUNO - SEAM 3 projects??

2012-06-28 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Developer Studio or Eclipse JUNO - SEAM 3 projects??"

To view the discussion, visit: https://community.jboss.org/message/744896#744896

--
JBoss Tools is a set of plugins for Eclipse.
JBoss Developer Studio = Eclipse + JBoss Tools
If you didn't work with Eclipse before I would recommend you to install JBoss 
Developer Tools instead of installing Eclipse + JBoss Tools manually.
And BTW if you still want to use Eclipse Juno + JBoss Tools, be aware that 
JBoss Tools 3.3.0 supports Eclipse Indigo. You can install it on Eclipse Juno, 
but we don't guarantee that everything will work.
See  
https://community.jboss.org/community/tools/blog/2012/06/21/jboss-tools-33-and-developer-studio-50-final-release
 
https://community.jboss.org/en/tools/blog/2012/06/21/jboss-tools-33-and-developer-studio-50-final-release
--

Reply to this message by going to Community
[https://community.jboss.org/message/744896#744896]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Developer Studio or Eclipse JUNO - SEAM 3 projects??

2012-06-28 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Developer Studio or Eclipse JUNO - SEAM 3 projects??"

To view the discussion, visit: https://community.jboss.org/message/744867#744867

--
Hi Jonathan,
Seam 3 is a set of CDI extension. Not a new version of Seam 2 framework 
actually.
So there are a few ways to create/configure CDI project in JBoss Tools.
1. You can use JBoss Central to create a new Java EE 6 application or any 
example project which supports EE 6.
2. Create your own maven project with CDI dependencies.
3. Create a new CDI Project using New CDI Project wizard 
(New->Project->CDI->CDI Project)
4. Create a new Java/Web Project/... and enable CDI support for it (Right click 
on the project-->Configure->Enable CDI)
5. ...

Then just add Seam 3 jars into the project's classpath and CDI Tools will 
enable Seam 3 support automatically.
If you are using maven then adding Seam3 dependencies is enough for that (if 
you have installed JBoss Tools CDI Maven integration plugins of course)

See also  
https://community.jboss.org/community/tools/blog/2011/01/31/overview-of-context-dependency-injection-tools
 
https://community.jboss.org/en/tools/blog/2011/01/31/overview-of-context-dependency-injection-tools
 http://docs.jboss.org/tools/whatsnew/cdi/cdi-news-3.3.0.M5.html 
http://docs.jboss.org/tools/whatsnew/cdi/cdi-news-3.3.0.M5.html
 http://docs.jboss.org/tools/whatsnew/central/central-news-1.0.0.M4.html 
http://docs.jboss.org/tools/whatsnew/central/central-news-1.0.0.M4.html
 http://docs.jboss.org/tools/whatsnew/central/central-news-1.0.0.M5.html 
http://docs.jboss.org/tools/whatsnew/central/central-news-1.0.0.M5.html
--

Reply to this message by going to Community
[https://community.jboss.org/message/744867#744867]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: CDI Builder error while parse seam-beans.xml

2012-03-23 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: CDI Builder error while parse seam-beans.xml"

To view the discussion, visit: https://community.jboss.org/message/725978#725978

--
Ronaldo,
just to be clear... The exception you got is a real bug of JBoss Tools. Thank 
you for reporting it. We will fix it in JBT 3.3.0.Beta3. But removing 
 in your case you can avoid bumping into this bug.
--

Reply to this message by going to Community
[https://community.jboss.org/message/725978#725978]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: CDI Builder error while parse seam-beans.xml

2012-03-22 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: CDI Builder error while parse seam-beans.xml"

To view the discussion, visit: https://community.jboss.org/message/725752#725752

--
I can't reproduce it but it's definitely a bug.
What version of JBoss Tools are you using?
--

Reply to this message by going to Community
[https://community.jboss.org/message/725752#725752]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Knowledge Base Builder hangs in Eclipse

2012-02-28 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Knowledge Base Builder hangs in Eclipse"

To view the discussion, visit: https://community.jboss.org/message/720108#720108

--
Adam, I don't know what causes those problems with internet connection but 
Knowledge Base builder should not trigger any downloading while scanning JARs 
anyway.
--

Reply to this message by going to Community
[https://community.jboss.org/message/720108#720108]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Knowledge Base Builder hangs in Eclipse

2012-02-27 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Knowledge Base Builder hangs in Eclipse"

To view the discussion, visit: https://community.jboss.org/message/719954#719954

--
I've created an issue in JIRA -  https://issues.jboss.org/browse/JBIDE-11066 
https://issues.jboss.org/browse/JBIDE-11066
--

Reply to this message by going to Community
[https://community.jboss.org/message/719954#719954]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Knowledge Base Builder hangs in Eclipse

2012-02-27 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Knowledge Base Builder hangs in Eclipse"

To view the discussion, visit: https://community.jboss.org/message/719951#719951

--
Thanks for the stacktrace! I see that JBoss tools is downloading XML schemas 
(or may be DTD) to parse some XML from the jars from your project. It looks 
like a bug.
--

Reply to this message by going to Community
[https://community.jboss.org/message/719951#719951]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Knowledge Base Builder hangs in Eclipse

2012-02-15 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Knowledge Base Builder hangs in Eclipse"

To view the discussion, visit: https://community.jboss.org/message/716894#716894

--
Unfortunately eclipse.log is just a log of exceptions. It's very hard to figure 
out what was the reason of this hang-up without stack trace of all the java 
threads. Can you remember what you did before this happened? Created some 
project or what?
--

Reply to this message by going to Community
[https://community.jboss.org/message/716894#716894]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Knowledge Base Builder hangs in Eclipse

2012-02-15 Thread Alexey Kazakov
Alexey Kazakov [https://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Knowledge Base Builder hangs in Eclipse"

To view the discussion, visit: https://community.jboss.org/message/716890#716890

--
Can you attache the stack trace?
--

Reply to this message by going to Community
[https://community.jboss.org/message/716890#716890]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Can't change JSF version back to 1.2

2011-12-28 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Can't change JSF version back to 1.2"

To view the discussion, visit: http://community.jboss.org/message/643646#643646

--
Hello,
Try ->Configure->Remove JSF Capabilities (Check 
"Remove Dynamic Web Projects Capabilities"!)
Then enable JSF 1.2 again: ->Configure->Add JSF 
Capabilities
--

Reply to this message by going to Community
[http://community.jboss.org/message/643646#643646]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: 3.3m4 often hangs (cpu 100%)

2011-12-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: 3.3m4 often hangs (cpu 100%)"

To view the discussion, visit: http://community.jboss.org/message/640858#640858

--
Thank you for the stack trace and file!
I can reproduce the bug.
I've created an issue -  https://issues.jboss.org/browse/JBIDE-10438 
https://issues.jboss.org/browse/JBIDE-10438
You can disable this validation until we fix it: Preferences->Validation->XHTML 
Syntax Validator
--

Reply to this message by going to Community
[http://community.jboss.org/message/640858#640858]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: 3.3m4 often hangs (cpu 100%)

2011-12-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: 3.3m4 often hangs (cpu 100%)"

To view the discussion, visit: http://community.jboss.org/message/640847#640847

--
Could you attache the stack trace?
You can get in in console via the following commands:
1. jps
You probably will see two java processes. One is your Eclipse and the other one 
is jps.
2. jstack 
--

Reply to this message by going to Community
[http://community.jboss.org/message/640847#640847]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Source navigation in JBossTools: open-on tld file in place corresponding to particular custom tag from my own custom tag library

2011-12-06 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Source navigation in JBossTools: open-on tld file in place corresponding 
to particular custom tag from my own custom tag library"

To view the discussion, visit: http://community.jboss.org/message/640122#640122

--
JBoss Tools Java Standard Tools feature + JBoss Tools Common feature + Eclipse 
WTP. Not sure if you really need JBoss JSF Tools.
--

Reply to this message by going to Community
[http://community.jboss.org/message/640122#640122]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Source navigation in JBossTools: open-on tld file in place corresponding to particular custom tag from my own custom tag library

2011-12-05 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Source navigation in JBossTools: open-on tld file in place corresponding 
to particular custom tag from my own custom tag library"

To view the discussion, visit: http://community.jboss.org/message/639920#639920

--
Yes, it does. But in that case I see multiple Open Ons available for 
stopka:css. One is from WTP and it doesnt' work. The other one is from JBT and 
it opens the corresponding TLD.
--

Reply to this message by going to Community
[http://community.jboss.org/message/639920#639920]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Source navigation in JBossTools: open-on tld file in place corresponding to particular custom tag from my own custom tag library

2011-12-05 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Source navigation in JBossTools: open-on tld file in place corresponding 
to particular custom tag from my own custom tag library"

To view the discussion, visit: http://community.jboss.org/message/639910#639910

--
Vitali, I don't see any problem with your project. What I did:
1. Unziped  https://rapidshare.com/files/271188828/stopka-ui-test.zip 
https://rapidshare.com/files/271188828/stopka-ui-test.zip
2. Imported it as an existing project.
3. Enabled JBoss Tools Knowledge Base: Project Properties for stopka-ui-test -> 
JBoss Tools Knowledge Base
4. Opened src/main/webapp/test.jspx
5. Ctrl+Clicked on "file" in line 11: http://community.jboss.org/message/639910#639910]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Source navigation in JBossTools: open-on tld file in place corresponding to particular custom tag from my own custom tag library

2011-12-02 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Source navigation in JBossTools: open-on tld file in place corresponding 
to particular custom tag from my own custom tag library"

To view the discussion, visit: http://community.jboss.org/message/639606#639606

--
As soon as you add org.jboss.tools.jsf.jsfnature & 
org.jboss.tools.jst.web.kb.kbnature manually you break your project. You have 
to undo your changes in .project file to be able work with Eclipse/WTP/JBT.
--

Reply to this message by going to Community
[http://community.jboss.org/message/639606#639606]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Source navigation in JBossTools: open-on tld file in place corresponding to particular custom tag from my own custom tag library

2011-12-02 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Source navigation in JBossTools: open-on tld file in place corresponding 
to particular custom tag from my own custom tag library"

To view the discussion, visit: http://community.jboss.org/message/639598#639598

--
So if you open Project Properties->JBoss Tools Knowledge Base for your project 
you see that KB is enabled there?
Can you take a screenshot?
Make sure that the .project file is exactly the same as you have in  
https://rapidshare.com/files/271188828/stopka-ui-test.zip 
https://rapidshare.com/files/271188828/stopka-ui-test.zip
--

Reply to this message by going to Community
[http://community.jboss.org/message/639598#639598]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Source navigation in JBossTools: open-on tld file in place corresponding to particular custom tag from my own custom tag library

2011-12-02 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Source navigation in JBossTools: open-on tld file in place corresponding 
to particular custom tag from my own custom tag library"

To view the discussion, visit: http://community.jboss.org/message/639595#639595

--
It seems that you didn't enable JBoss Tools Knowledge Base support for your 
project.
.project doesn't have KB builder/nature.
See Project Properties->JBoss Tools Knowledge Base
Also if you want to get TLD navigation working you have to convert your project 
to Dynamic Web Project.
See Project Properties->Facets
--

Reply to this message by going to Community
[http://community.jboss.org/message/639595#639595]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Source navigation in JBossTools: open-on tld file in place corresponding to particular custom tag from my own custom tag library

2011-12-01 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Source navigation in JBossTools: open-on tld file in place corresponding 
to particular custom tag from my own custom tag library"

To view the discussion, visit: http://community.jboss.org/message/639401#639401

--
Then you got a broken project. If you are not 100% sure what are you doing with 
your .project then it's better to use UI to configure the project.
For KB it adds nature and builder and makes sure that it places in right order.
For JSF nature it's even more complicated. Your project has to be a Dynimic Web 
Project.
--

Reply to this message by going to Community
[http://community.jboss.org/message/639401#639401]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Source navigation in JBossTools: open-on tld file in place corresponding to particular custom tag from my own custom tag library

2011-12-01 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Source navigation in JBossTools: open-on tld file in place corresponding 
to particular custom tag from my own custom tag library"

To view the discussion, visit: http://community.jboss.org/message/639393#639393

--
Did you add the natures manually or via JBT?
If you do it manually and didn't set other properties for the project then you 
will get a broken project.
--

Reply to this message by going to Community
[http://community.jboss.org/message/639393#639393]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Source navigation in JBossTools: open-on tld file in place corresponding to particular custom tag from my own custom tag library

2011-11-30 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Source navigation in JBossTools: open-on tld file in place corresponding 
to particular custom tag from my own custom tag library"

To view the discussion, visit: http://community.jboss.org/message/639192#639192

--
You can enable JBoss Tools Knowledge Base for your project if you want to have 
code completion/navigation/... working for your project avoiding adding JSF 
capabilities. See properties for your project.
If you use your custom TLD then it should work but if want to have support of 
custom JSP tag files then JBT doesn't support it yet.
--

Reply to this message by going to Community
[http://community.jboss.org/message/639192#639192]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Performance problems in 64-bit windows (Indigo)

2011-11-06 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Performance problems in 64-bit windows (Indigo)"

To view the discussion, visit: http://community.jboss.org/message/635237#635237

--
Anton, It seems that you are using JBoss Tools 3.3.0.M3 which is not compatible 
with Eclipse Helios. You have to install Eclipse Indigo which is supported be 
JBT 3.3 or if you cannot upgrade your Eclipse then please use JBT 3.2.
--

Reply to this message by going to Community
[http://community.jboss.org/message/635237#635237]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBOSS Tools 3.3 change $ by # in EL

2011-10-27 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBOSS Tools 3.3 change $ by # in EL"

To view the discussion, visit: http://community.jboss.org/message/633883#633883

--
Hi Yh Rh,
This issue was fixed in JBT 3.3.0.M4 -  
https://issues.jboss.org/browse/JBIDE-9634 
https://issues.jboss.org/browse/JBIDE-9634
--

Reply to this message by going to Community
[http://community.jboss.org/message/633883#633883]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: NPE just installed jboss tools

2011-10-21 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: NPE just installed jboss tools"

To view the discussion, visit: http://community.jboss.org/message/633062#633062

--
Could you attach your Eclipse log file?
--

Reply to this message by going to Community
[http://community.jboss.org/message/633062#633062]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: EL validation error on simple bean call with parameter?

2011-10-19 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: EL validation error on simple bean call with parameter?"

To view the discussion, visit: http://community.jboss.org/message/632618#632618

--
I believe it's the Facelet Validator (Eclipe WTP). See  
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352491 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352491 
Should be fixed in WTP 3.3.1.
JBT works fine with such an EL syntax.
You can disable Facelet Validator in Window->Preferences->Validation->Facelet 
HTML Validator or update your Eclipse WTP to the latest 3.3.1
--

Reply to this message by going to Community
[http://community.jboss.org/message/632618#632618]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Seam 3 Security: Cannot resolve member in node security:authenticatorClass

2011-10-07 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Seam 3 Security: Cannot resolve member in node security:authenticatorClass"

To view the discussion, visit: http://community.jboss.org/message/630670#630670

--
For me, having "impl" in the name is wrong too but JBT works correctly here. 
You have to use  instead of  to have 
it working. Identity is an interface and can't be configured as a managed bean 
in seam-config.xml. Looks like an issue of Seam Security documentation.
And BTW we are going to rephrase the problem message for such a problem to make 
it more clear than "Cannot resolve member in node security:authenticatorClass".
--

Reply to this message by going to Community
[http://community.jboss.org/message/630670#630670]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Jboss Tools 3.3M3 @ManagedBeans Content Assist

2011-09-21 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Jboss Tools 3.3M3 @ManagedBeans Content Assist"

To view the discussion, visit: http://community.jboss.org/message/627881#627881

--
The issue is fixed for JBT 3.3.0.M4. If it's critical for you, then you can 
install the next nightly build which will have this bug fixed.
--

Reply to this message by going to Community
[http://community.jboss.org/message/627881#627881]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Jboss Tools 3.3M3 @ManagedBeans Content Assist

2011-09-21 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Jboss Tools 3.3M3 @ManagedBeans Content Assist"

To view the discussion, visit: http://community.jboss.org/message/627855#627855

--
Hi,
No it's not normal. It's a bug of JBT  :( 
I've created an issue -  https://issues.jboss.org/browse/JBIDE-9761 
https://issues.jboss.org/browse/JBIDE-9761
Thank you!
--

Reply to this message by going to Community
[http://community.jboss.org/message/627855#627855]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Jboss Maven Jsf Integration: Faces-config.xml Editor Problem

2011-09-19 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Jboss Maven Jsf Integration: Faces-config.xml Editor Problem"

To view the discussion, visit: http://community.jboss.org/message/627284#627284

--
IMO there are two bugs. The first one is a bug of Eclipse JSF Faces-config 
editor that should work with multiple web resource folders and the second one 
is a bug of Maven Integration for WTP which should add 
*/target/m2e-wtp/web-resources* as a second web source folder after 
*/src/main/webapp*.
--

Reply to this message by going to Community
[http://community.jboss.org/message/627284#627284]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Module Deployment issue for JBoss 5.1

2011-09-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Module Deployment issue for JBoss 5.1"

To view the discussion, visit: http://community.jboss.org/message/625788#625788

--
Hi,
could you create an issue in  https://issues.jboss.org/browse/JBIDE 
https://issues.jboss.org/browse/JBIDE ?
Thanks!
--

Reply to this message by going to Community
[http://community.jboss.org/message/625788#625788]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBOSS JSF Tools and m2e composite components looking in wrong location?

2011-09-04 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBOSS JSF Tools and m2e composite components looking in wrong location?"

To view the discussion, visit: http://community.jboss.org/message/624653#624653

--
Yes, composite component validation had a lot of bugs in JBoss Tools (JBT) 3.2. 
I believe we fixed most of them in JBT 3.3 but some may remain. BTW Eclipse WTP 
also validates composite components and you still can see some wrong problem 
markers even using Eclipse 3.7 + WTP 3.3 + JBT 3.3.
Could you create an issue in  https://issues.jboss.org/browse/JBIDE 
https://issues.jboss.org/browse/JBIDE and provide steps to reproduce all the 
issues you found. We will verify them against JBoss Tools 3.3.0.M3.
 Thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/624653#624653]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: How to switch JBoss Tool 3.3M2 to EL 2.2 validation

2011-09-02 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: How to switch JBoss Tool 3.3M2 to EL 2.2 validation"

To view the discussion, visit: http://community.jboss.org/message/624538#624538

--
BTW you can disable this validation in Windows-Preferences->Validation->Facelet 
HTML Validation
--

Reply to this message by going to Community
[http://community.jboss.org/message/624538#624538]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: How to switch JBoss Tool 3.3M2 to EL 2.2 validation

2011-09-02 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: How to switch JBoss Tool 3.3M2 to EL 2.2 validation"

To view the discussion, visit: http://community.jboss.org/message/624534#624534

--
JBoss Tools works fine with EL 2.2. It's a bug of Eclipse WTP Validator. See  
*https://bugs.eclipse.org/bugs/show_bug.cgi?id=352491 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352491*
It seems that this bug is going to be fixed in next version of WTP 3.3.1*
*
--

Reply to this message by going to Community
[http://community.jboss.org/message/624534#624534]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Code assist in JBoss Tool HTML Editor for EL in XHTML

2011-09-01 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Code assist in JBoss Tool HTML Editor for EL in XHTML"

To view the discussion, visit: http://community.jboss.org/message/624398#624398

--
Yes, it will be available in JBoss Tools 3.3.0 M3
See  https://issues.jboss.org/browse/JBIDE-5045 
https://issues.jboss.org/browse/JBIDE-5045
--

Reply to this message by going to Community
[http://community.jboss.org/message/624398#624398]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Code assist in JBoss Tool HTML Editor for EL in XHTML

2011-09-01 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Code assist in JBoss Tool HTML Editor for EL in XHTML"

To view the discussion, visit: http://community.jboss.org/message/624315#624315

--
> In my example beans.xml isnt't necassary!?!

beans.xml is required by CDI container to recognize your project as CDI module 
(see JSR-299 spec.) So CDI Tools require beans.xml too.

> Is code assist for faces-context planned in the future?
Not sure I got you.. What do you mean?
--

Reply to this message by going to Community
[http://community.jboss.org/message/624315#624315]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Code assist in JBoss Tool HTML Editor for EL in XHTML

2011-08-31 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Code assist in JBoss Tool HTML Editor for EL in XHTML"

To view the discussion, visit: http://community.jboss.org/message/624090#624090

--
Torsten, make sure you have enabled CDI support in JBoss Tools for the project 
(Project Properties->Context Dependency Injections->Enable CDI Support) and you 
have a beans.xml in /META-INF in case of JAR or in 
WEB-INF in case of WAR.
--

Reply to this message by going to Community
[http://community.jboss.org/message/624090#624090]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Visual editor: web.xml at "add JSF capabilities"

2011-08-24 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Visual editor: web.xml at "add JSF capabilities""

To view the discussion, visit: http://community.jboss.org/message/622748#622748

--
Windows->Show View->Error Log
--

Reply to this message by going to Community
[http://community.jboss.org/message/622748#622748]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Visual editor: web.xml at "add JSF capabilities"

2011-08-23 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Visual editor: web.xml at "add JSF capabilities""

To view the discussion, visit: http://community.jboss.org/message/622450#622450

--
Hi,
This is a bug in JBoss Tools 3.2-3.3.M2 which is going to be fixed in coming 
JBT 3.3.0.M3
See  https://issues.jboss.org/browse/JBIDE-9198 
https://issues.jboss.org/browse/JBIDE-9198 and  
https://issues.jboss.org/browse/JBIDE-9427 
https://issues.jboss.org/browse/JBIDE-9427
Just install JSF 2 facet into your project (Right Click on the 
project->Properties->Project Facets->JSF) and JSF Capabilities will be 
installed automatically.
--

Reply to this message by going to Community
[http://community.jboss.org/message/622450#622450]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Starting JBoss 7 in server in eclipse

2011-08-22 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Starting JBoss 7 in server in eclipse"

To view the discussion, visit: http://community.jboss.org/message/622248#622248

--
JBoss Tools 3.2 works with Eclipse Helios. If you want to use Eclipse Indigo + 
AS 7, you have to download JBoss Tools 3.3 (3.3.0.M2 is the latest one so far).
--

Reply to this message by going to Community
[http://community.jboss.org/message/622248#622248]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Can't add project to AS7 using Eclipse Indigo with JBoss Tools 3.2

2011-07-26 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Can't add project to AS7 using Eclipse Indigo with JBoss Tools 3.2"

To view the discussion, visit: http://community.jboss.org/message/617787#617787

--
JBoss Tools 3.2 does not support Eclipse Indigo. Please use JBoss Tools 3.3 M2 
which works w/ Eclipse Indigo.
--

Reply to this message by going to Community
[http://community.jboss.org/message/617787#617787]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: How to prevent JBoss Tools from formatting/organizing the web.xml file?

2011-07-26 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: How to prevent JBoss Tools from formatting/organizing the web.xml file?"

To view the discussion, visit: http://community.jboss.org/message/617774#617774

--
I've created an issue for this bug:  https://issues.jboss.org/browse/JBIDE-9408 
https://issues.jboss.org/browse/JBIDE-9408
--

Reply to this message by going to Community
[http://community.jboss.org/message/617774#617774]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: How to prevent JBoss Tools from formatting/organizing the web.xml file?

2011-07-26 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: How to prevent JBoss Tools from formatting/organizing the web.xml file?"

To view the discussion, visit: http://community.jboss.org/message/617761#617761

--
Are you using Source tab of JBoss Tools XML Editor? If so could you open an 
issue in JBoss Tools JIRA. It should not format XML if you use Source tab but I 
know in some cases it does.
If it's critical for you, then you can use XML Editor (it's from Eclipse/WTP) 
instead of JBoss Tools XML Editor until the issue with auto-formatting is fixed.
--

Reply to this message by going to Community
[http://community.jboss.org/message/617761#617761]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Dynamic ComboBox failed

2011-07-24 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Dynamic ComboBox failed"

To view the discussion, visit: http://community.jboss.org/message/617269#617269

--
Though this question is not related to JBoss Tools at all... try to change 
 to  since you declared that component as 
@Component("*v*aleursMBean").
--

Reply to this message by going to Community
[http://community.jboss.org/message/617269#617269]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Target Unreachable, identifier 'valeursMBean' resolved to null

2011-07-18 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Target Unreachable, identifier 'valeursMBean' resolved to null"

To view the discussion, visit: http://community.jboss.org/message/615903#615903

--
You misspelled the component name. You defined it as valeurMBean : 
@Component("valeurMBean")
but use it as valeur*s*MBean : #{valeursMBean.valeurTable}
--

Reply to this message by going to Community
[http://community.jboss.org/message/615903#615903]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Content assist stuck on JSF1

2011-06-25 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Content assist stuck on JSF1"

To view the discussion, visit: http://community.jboss.org/message/611977#611977

--
Val, please see my last comment  
https://issues.jboss.org/browse/JBIDE-9256?focusedCommentId=12611092&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12611092
 
https://issues.jboss.org/browse/JBIDE-9256?focusedCommentId=12611092&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12611092
I think I figured out what causes that problem.
--

Reply to this message by going to Community
[http://community.jboss.org/message/611977#611977]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Content assist stuck on JSF1

2011-06-24 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Content assist stuck on JSF1"

To view the discussion, visit: http://community.jboss.org/message/611928#611928

--
Thank you.
--

Reply to this message by going to Community
[http://community.jboss.org/message/611928#611928]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Content assist stuck on JSF1

2011-06-24 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Content assist stuck on JSF1"

To view the discussion, visit: http://community.jboss.org/message/611918#611918

--
Looks like a bug... Could you create a jira? Don't forget add steps to 
reproduce the issue. Thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/611918#611918]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Content assist stuck on JSF1

2011-06-24 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Content assist stuck on JSF1"

To view the discussion, visit: http://community.jboss.org/message/611904#611904

--
Hello Val,
JBoss Tools uses libs from the project classpath to provide content assist. But 
if there are no any JSF jars with proper TLDs/Facelet libs in the classpath of 
your Eclipse project then JBT uses default JSF libs registered in XML Catalog 
(see Window->Preferences->XML->XML Catalog) and those libs are from JSF 1.2.
--

Reply to this message by going to Community
[http://community.jboss.org/message/611904#611904]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: [JBossWeb] Failed to startConnectors

2011-06-21 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: [JBossWeb] Failed to startConnectors"

To view the discussion, visit: http://community.jboss.org/message/611284#611284

--
Port 8080 is used for HTTP connections by default. Port 8009 is used for AJP 
connections (needed for communication between JBoss AS and Apache). So just 
change this port number to any available one.
--

Reply to this message by going to Community
[http://community.jboss.org/message/611284#611284]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: [JBossWeb] Failed to startConnectors

2011-06-21 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: [JBossWeb] Failed to startConnectors"

To view the discussion, visit: http://community.jboss.org/message/611275#611275

--
It's exactly what the exception says: Address already in use: JVM_Bind:8009
You seem to try to start JBoss AS when you already have another running.
--

Reply to this message by going to Community
[http://community.jboss.org/message/611275#611275]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Errors running builder 'CDI'

2011-05-17 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Errors running builder 'CDI'"

To view the discussion, visit: http://community.jboss.org/message/605636#605636

--
http://download.jboss.org/jbosstools/builds/nightly/3.2_stable_branch/ 
http://download.jboss.org/jbosstools/builds/nightly/3.2_stable_branch/
--

Reply to this message by going to Community
[http://community.jboss.org/message/605636#605636]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Errors running builder 'CDI'

2011-05-17 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Errors running builder 'CDI'"

To view the discussion, visit: http://community.jboss.org/message/605626#605626

--
Yes. The bug is fixed in 3.2.1.M1&3.3.0.M1 -  
https://issues.jboss.org/browse/JBIDE-8639 
https://issues.jboss.org/browse/JBIDE-8639
--

Reply to this message by going to Community
[http://community.jboss.org/message/605626#605626]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Errors running builder 'CDI'

2011-05-17 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Errors running builder 'CDI'"

To view the discussion, visit: http://community.jboss.org/message/605608#605608

--
That's a bug for sure but may be we have already fixed it. Could you attach the 
exception from Eclipse Log?
--

Reply to this message by going to Community
[http://community.jboss.org/message/605608#605608]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Adding new pallete to jboss tools xhtml editor

2011-05-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Adding new pallete to jboss tools xhtml editor"

To view the discussion, visit: http://community.jboss.org/message/604291#604291

--
Well, if you are using tag files instead of TLD/Facelet libs then you can't 
import it to JBoss Tools Pallete but you can add your tags manually. See  
http://docs.jboss.org/tools/3.1.0.GA/en/jsf/html/palette.html#PaletteEditor 
http://docs.jboss.org/tools/3.1.0.GA/en/jsf/html/palette.html#PaletteEditor
But this won't make the visual editor render your tags from Pallete. You will 
have the DnD feature available only. Please try  
http://docs.jboss.org/tools/3.1.0.GA/en/jsf/html_single/index.html#vpe_templating
 
http://docs.jboss.org/tools/3.1.0.GA/en/jsf/html_single/index.html#vpe_templating
 for your case.
--

Reply to this message by going to Community
[http://community.jboss.org/message/604291#604291]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Adding new pallete to jboss tools xhtml editor

2011-05-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Adding new pallete to jboss tools xhtml editor"

To view the discussion, visit: http://community.jboss.org/message/604281#604281

--
Hi Emerson,
Do you want to have your tags rendered in Visual tab of JBoss Tools XHTML 
editor or you mean somthing else?
--

Reply to this message by going to Community
[http://community.jboss.org/message/604281#604281]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Wrong warning detection for CDI injection point

2011-05-06 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Wrong warning detection for CDI injection point"

To view the discussion, visit: http://community.jboss.org/message/603976#603976

--
So, I can reproduce this issue (see  https://issues.jboss.org/browse/JBIDE-8872 
https://issues.jboss.org/browse/JBIDE-8872) but I'm not sure that I caught the 
same bug.
Gregoire, could you check if Logger class in your Project1 and Project2 are 
from the same jar?
For example if I add JBoss AS6 to classpath of Project1 but I use another copy 
of AS6 for Project2 then Logger imported in Project1 and Logger imported in 
Project2 are different IType's in Eclipse JDT model. I think we can fix this 
issue and resolve such injections even if the projects are not configured 
absolutely correctly but please check the paths of Logger's jars to make sure 
you got the same issue.
--

Reply to this message by going to Community
[http://community.jboss.org/message/603976#603976]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Wrong warning detection for CDI injection point

2011-05-06 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Wrong warning detection for CDI injection point"

To view the discussion, visit: http://community.jboss.org/message/603956#603956

--
Yes, this is a bug of CDI Tools. I've created an issue  
https://issues.jboss.org/browse/JBIDE-8872 
https://issues.jboss.org/browse/JBIDE-8872
Thank you.
--

Reply to this message by going to Community
[http://community.jboss.org/message/603956#603956]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Visual Editor: Template file is not found

2011-04-11 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Visual Editor: Template file is not found"

To view the discussion, visit: http://community.jboss.org/message/599389#599389

--
http://community.jboss.org/servlet/JiveServlet/showImage/2-599389-16126/screen.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-599389-16126/450-279/screen.png
 
 
http://community.jboss.org/servlet/JiveServlet/showImage/2-599389-16127/screen2.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-599389-16127/450-268/screen2.png
--

Reply to this message by going to Community
[http://community.jboss.org/message/599389#599389]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: How to create seam web project programmatically?

2011-03-29 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: How to create seam web project programmatically?"

To view the discussion, visit: http://community.jboss.org/message/596315#596315

--
You should use model of Seam facet instead of Seam wizard:
> ...
>  Set actions = 
> wizard.getFacetedProjectWorkingCopy().getProjectFacetActions();
> for (Action action : actions) {
>    
> if(ISeamFacetDataModelProperties.SEAM_FACET_ID.equals(action.getProjectFacetVersion().getProjectFacet().getId()))
>  {
>     IDataModel seamFacetModel = (IDataModel)action.getConfig();
>     ejbProjectName = 
> seamFacetModel.getStringProperty(ISeamFacetDataModelProperties.SEAM_EJB_PROJECT);
>     break;
>    }
> }
>
--

Reply to this message by going to Community
[http://community.jboss.org/message/596315#596315]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: How to create seam web project programmatically?

2011-03-28 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: How to create seam web project programmatically?"

To view the discussion, visit: http://community.jboss.org/message/596010#596010

--
Just create a Java project using JDT API and then enable Seam support for the 
project:

> IProject project = ...;  // Your Java project.
> 
>  
> org.jboss.tools.common.model.util.EclipseResourceUtil.addNatureToProject(project,
>  org.jboss.tools.seam.core.ISeamProject.NATURE_ID);  // Enables Seam builder 
> and nature.
>       
> if(!project.hasNature(org.jboss.tools.jst.web.kb.IKbProject.NATURE_ID)) {
>     
> org.jboss.tools.common.model.util.EclipseResourceUtil.addNatureToProject(project,
>  org.jboss.tools.jst.web.kb.IKbProject.NATURE_ID); // Enables JBoss Tools 
> KnowledgeBase builder/nature required by Seam/JSF code 
> completion/validation/hyperlinks.
>       }
>       
> org.jboss.tools.common.model.util.EclipseResourceUtil.addBuilderToProject(project,
>  
> org.eclipse.wst.validation.internal.plugin.ValidationPlugin.VALIDATION_BUILDER_ID); 
>  // Enables WST validation which is required by Seam validation.
Or you can create a WTP dynamic web project instead of plain Java project if 
you want a full JSF support on XHTML/JSPs.
--

Reply to this message by going to Community
[http://community.jboss.org/message/596010#596010]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: My issues (or missunderstandings) with Jboss Tools

2011-03-21 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: My issues (or missunderstandings) with Jboss Tools"

To view the discussion, visit: http://community.jboss.org/message/594629#594629

--
Could you copy your project folder, remove all the source files except some 
simple ones and attach this project to JIRA for example. We will try to 
reproduce the problem.
--

Reply to this message by going to Community
[http://community.jboss.org/message/594629#594629]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: My issues (or missunderstandings) with Jboss Tools

2011-03-21 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: My issues (or missunderstandings) with Jboss Tools"

To view the discussion, visit: http://community.jboss.org/message/594619#594619

--
Have you tried steps #1,2?
--

Reply to this message by going to Community
[http://community.jboss.org/message/594619#594619]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: My issues (or missunderstandings) with Jboss Tools

2011-03-21 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: My issues (or missunderstandings) with Jboss Tools"

To view the discussion, visit: http://community.jboss.org/message/594571#594571

--
> No, the builder is not in the .project file. What does this builder do? What 
> process should put it in there?
> 
org.jboss.tools.jst.web.kb.kbbuilder is JBoss Knowledgeable builder. This 
builder gethers information for code assist. Without this builder you will 
still have code assist working but some info won't be updated if you change 
resources. It's exactly what you have (see the problem with updated attributes 
in your XSDs). This builder is added when you enable Seam support or add JSF 
capability to the project.

You should be asked only once when you open any xhtml from the project without 
enabled JSF capability in case you had choose to install it.
Looking at your error log I guess you tried to add JSF capability and it failed 
to install Eclipse WTP Web facet to the project. Probably the structure of the 
project couses such an error. WTP can't handle it. So what I suggest you to do:

1. Desable Seam support for the project. It will remove Seam/KB 
builders/natures.
2. Enable Seam support again. It will add Seam and KB builders/natures to the 
project.
3. When you open any XHTML and see the dialog again, use the check box to avoid 
seeing it again. Without WTP web facet and JSF nature you won't have some minor 
code assist. For example code assist for 
--

Reply to this message by going to Community
[http://community.jboss.org/message/594571#594571]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: My issues (or missunderstandings) with Jboss Tools

2011-03-18 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: My issues (or missunderstandings) with Jboss Tools"

To view the discussion, visit: http://community.jboss.org/message/594165#594165

--
Tim, all the paths in Seam setting page are relatives. And Seam projects use 
names of Seam runtimes (not paths). So you can share projects and don't depend 
on local file systems. But yes, you have to configure Seam runtimes for 
particular workspaces which can be used by Seam projects. It's a common way to 
set up runtimes in Eclipse: JREs, Servers, etc. You cannot use a relative path 
because the runtime may be outside workspace.
In JSF import/configure project page you are asked to use absolute paths but 
actually only relative paths will be stored in project settings, so you can 
share JSF projects too without any need to re-configure the project in another 
workspace.

Here are some more questions:
1. Please check if the following builder is in your .project: 
org.jboss.tools.jst.web.kb.kbbuilder. Do you have such a builder 
in your .project?
2. Any errors in Error log?
3. So, finally does it work for you or code completion/refacotring/search 
doesn't work from time to time?
--

Reply to this message by going to Community
[http://community.jboss.org/message/594165#594165]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: EL expression: irregular but working or bug?

2011-03-14 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: EL expression: irregular but working or bug?"

To view the discussion, visit: http://community.jboss.org/message/593136#593136

--
It'ss a bug. Please create an issue in JIRA. Thank you.
--

Reply to this message by going to Community
[http://community.jboss.org/message/593136#593136]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: My issues (or missunderstandings) with Jboss Tools

2011-03-11 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: My issues (or missunderstandings) with Jboss Tools"

To view the discussion, visit: http://community.jboss.org/message/592769#592769

--
> 
> So, not to be out done I add the seam builder to my .project file manually. 
> BOOM! All my Seam Beans now appear in the Seam Component view and auto 
> complete in my EL expressions now shows my Seam beans. OK, making progress.
> 
> But, I don't get any of the features that I was hoping to get. Thinks like 
> finding all usages of a method in my xhtml.
You have to add the following builders, natures to .project to enable all the 
features you are interested:

 
  ...
    
  org.jboss.tools.jst.web.kb.kbbuilder
  
  
    
  
  org.jboss.tools.seam.core.seambuilder
  
  
    

 
   ...
    org.jboss.tools.jst.web.kb.kbnature
    org.jboss.tools.seam.core.seamnature


But again, these builders/natures should be added if you enable Projest 
Properties->Seam Support.
--

Reply to this message by going to Community
[http://community.jboss.org/message/592769#592769]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: My issues (or missunderstandings) with Jboss Tools

2011-03-11 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: My issues (or missunderstandings) with Jboss Tools"

To view the discussion, visit: http://community.jboss.org/message/592766#592766

--
When you enable Seam support via Project Properties page then Seam 
builder/nature should be added to the project. It looks like a bug if it is 
not. Do you have any errors in Eclipse log?
--

Reply to this message by going to Community
[http://community.jboss.org/message/592766#592766]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Eclipse Helios - Content Assist seamtags

2011-02-25 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Eclipse Helios - Content Assist seamtags"

To view the discussion, visit: http://community.jboss.org/message/589775#589775

--
If you create a new workspace for 3.6 and create a new Seam project there, does 
it work?
If you create a new worspace and import your old project there, does it work?
--

Reply to this message by going to Community
[http://community.jboss.org/message/589775#589775]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Eclipse Helios - Content Assist seamtags

2011-02-24 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Eclipse Helios - Content Assist seamtags"

To view the discussion, visit: http://community.jboss.org/message/589651#589651

--
Is there anything in Eclipse log?
--

Reply to this message by going to Community
[http://community.jboss.org/message/589651#589651]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Tools: Seam: build/clean error

2011-02-23 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Tools: Seam: build/clean error"

To view the discussion, visit: http://community.jboss.org/message/589319#589319

--
Hi,
The simplest way to build Seam Tools via maven is to do the following steps:
1) cd 
2) mvn clean install -f build/parent/pom.xml -P helios-no-target 
3) mvn clean install -f build/pom.xml -Dmaven.test.skip -P 
helios-no-target,seam-bootstrap 

Make sure you are using Maven 3 !
--

Reply to this message by going to Community
[http://community.jboss.org/message/589319#589319]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JSF Project, 1.2 with facelets, ri appl

2011-02-13 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: JSF Project, 1.2 with facelets, ri appl"

To view the discussion, visit: http://community.jboss.org/message/587127#587127

--
See  https://issues.jboss.org/browse/JBIDE-885 
https://issues.jboss.org/browse/JBIDE-885
--

Reply to this message by going to Community
[http://community.jboss.org/message/587127#587127]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JSF Project, 1.2 with facelets, ri appl

2011-02-13 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: JSF Project, 1.2 with facelets, ri appl"

To view the discussion, visit: http://community.jboss.org/message/587125#587125

--
This template was created for Tomcat 5.5 mostly. If you want to use this 
template for Tomcat 6 then please remove el-api.jar and el-impl.jar from 
/WebContent/WEB-INF/lib.
--

Reply to this message by going to Community
[http://community.jboss.org/message/587125#587125]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: HTML Tag proposals for jsf2 is missing

2011-02-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586475#586475

--
> I use rftools 3.2rc1. I have jsf-api-2.0.0-RC.jar on my classpath provided my 
> maven dependency.
> 
But JSF tag libs are not in jsf-api-*.jars. They are placed in jsf-impl-*.jar.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586475#586475]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: HTML Tag proposals for jsf2 is missing

2011-02-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586474#586474

--
JBT support code completion for all the tags from all the tag libs but only if 
jars with those tag libs are available in project class path. It seems that 
your project classpath doesn't have JSF2 jars with tag libs. In this case JBT 
uses build-in JSF 1.2 libs.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586474#586474]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: HTML Tag proposals for jsf2 is missing

2011-02-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586464#586464

--
Could you give us more details? How did you create your project? Do you have 
jsf tag libs in the project class path? Does the page work in Runtime?
--

Reply to this message by going to Community
[http://community.jboss.org/message/586464#586464]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Tools 3.2 CR1 @Inject Warnings

2011-01-31 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Tools 3.2 CR1 @Inject Warnings"

To view the discussion, visit: http://community.jboss.org/message/584308#584308

--
It seems that some Eclipse WTP (Web Tools) plugins are missing. What 
destribution of Eclipse are you using? Eclipse for EE developers or just plain 
Eclipse + JBoss Tools + required dependencies installed from update site?
See  https://issues.jboss.org/browse/JBIDE-8225 
https://issues.jboss.org/browse/JBIDE-8225 for details of this issue.
--

Reply to this message by going to Community
[http://community.jboss.org/message/584308#584308]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss Tools 3.2 CR1 @Inject Warnings

2011-01-31 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss Tools 3.2 CR1 @Inject Warnings"

To view the discussion, visit: http://community.jboss.org/message/584281#584281

--
Is it a Weld 1.1 project?
Could you show the import declaration too?
Does this project work when you deploy it?
CDI validator may show warnings for correct injections. We just need to have 
more details to reproduce it.
--

Reply to this message by going to Community
[http://community.jboss.org/message/584281#584281]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Overview of Context Dependency Injection Tools

2011-01-31 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] modified the blog 
post:

"Overview of Context Dependency Injection Tools"

To view the blog post, visit: 
http://community.jboss.org/community/tools/blog/2011/01/31/overview-of-context-dependency-injection-tools

--
The very first version of Context Dependency Injection (CDI) Tools was 
introduced as a part of JBoss Tools 3.1.0. But now JBoss Tools 3.2 is moving to 
its first stable release. Let's have some review of main features of the 
improved and up coming CDI Tools in JBoss Tools 3.2.
h3. *Enabling CDI support*
First at all we need to enable CDI support for the project. If you already have 
some CDI project and don't want to start from scratch then just go to+Project 
Properties->CDI->CDI support+ to enable all the features.

 
http://community.jboss.org/servlet/JiveServlet/showImage/38-3559-11251/00enableCDI.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-3559-11251/450-340/00enableCDI.png
 


If your project is Maven-based and the pom.xml references the CDI api jars CDI 
support will be enabled automatically. If you want to create a brand new WTP 
project with CDI support, just add a CDI facet to the list of installing facets.

See Max's blog  
http://community.jboss.org/community/tools/blog/2010/12/10/simple-cdi-hello-world-in-eclipse
 Simple CDI Hello World with Eclipse and JBoss Tools for details.

Make sure you have CDI support enabled for all the related projects. For 
instance if you have a web project (is to deployed as WAR) which uses some Java 
project (JAR) then both projects should have CDI support enabled.

If you are interested in Weld examples (Weld is the reference implementation of 
CDI spec.) you can download it from JBoss Tools example site.+Help->Project 
Examples->Weld 1.0.1+
+
+
 
+http://community.jboss.org/servlet/JiveServlet/showImage/38-3559-11252/01examples.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-3559-11252/421-600/01examples.png
 
+

h3. *CDI Wizards*

There are a set of CDI Wizards to help you to create basic CDI artifacts. The 
wizards are available in +File->New->Other...->CDI+
+
+
 
http://community.jboss.org/servlet/JiveServlet/showImage/38-3559-11253/02wizards.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-3559-11253/450-436/02wizards.png
 

 
http://community.jboss.org/servlet/JiveServlet/showImage/38-3559-11254/03newStereotype.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-3559-11254/450-486/03newStereotype.png
 

h3. *CDI validation*

CDI validation covers most of the rules declared in the JSR-299 specification. 
There are 100+ validation rules including definition errors and deployment 
problems. You can see the full list in the CDI Preferences, where you can also 
control which rules you want to be Errors, Warnings or simply Ignored.

 
*http://community.jboss.org/servlet/JiveServlet/showImage/38-3559-11255/04validation.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-3559-11255/450-434/04validation.png
 
*


The CDI validator checks for problems in java source files, JSP, XHTML and 
beans.xml files.
Some of the validation problems can be fixed via Quick Fixes menu (Ctrl+1):

 
http://community.jboss.org/servlet/JiveServlet/showImage/38-3559-11256/05nonBusinessProducer.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-3559-11256/450-160/05nonBusinessProducer.png
 
h3. *Code completion*

Another useful feature is a code completion. CDI tools provides two types of 
code completion. Code completion for @Named beans and their members which are 
available in EL expressions:

 
http://community.jboss.org/servlet/JiveServlet/showImage/38-3559-11257/06elca.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-3559-11257/450-228/06elca.png
 


And code completion for the relevant types/annotations in beans.xml:

 
http://community.jboss.org/servlet/JiveServlet/showImage/38-3559-11258/07beansXmlCA.gif
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-3559-11258/450-280/07beansXmlCA.gif
 


h3. *Hyperlinks (OpenOns)*

Hyperlinks help you to navigate between source files. For example Ctrl+Click or 
F3 on any EL will navigate you to the corresponding java source.

For Injection's it is a bit more tricky. The built-in Java hyperlink for its 
declared type will open the type. But for Injection there are additional 
relevant items to navigate to. CDI Tools offers you an alternative navigation 
to the actual bean which is to be injected.

 
http://community.jboss.org/servlet/JiveServlet/showImage/38-3559-11259/08openOnInj.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-3559-11259/450-196/08openOnInj.png
 


If  the injection has multiple eligible beans, you can see a full list of these 
beans. Btw. you can fi

[jboss-user] [JBoss Tools] - Re: JSF 2.0 and other issues in Visual Editor

2011-01-29 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: JSF 2.0 and other issues in Visual Editor"

To view the discussion, visit: http://community.jboss.org/message/584081#584081

--
> EL methods with parameters
This is a bug of Eclipse WTP JST Tools. You can disable Eclipse facet validator 
in Windows->Preferences->Validation->Facelet HTML Validator.
> Annotated managed beans
Unfortunately, JBoss Tools still doesn't support annotated managed beans. See  
https://issues.jboss.org/browse/JBIDE-5045 
https://issues.jboss.org/browse/JBIDE-5045
> Implicit EL Objects
JBoss Tools doesn't provides code completion (and navigation) for implicit EL 
objects. This functionality came from Eclipse WTP JSF Tools. And I agree that 
it has mentioned bugs. Anyway please feel free to create a feature request in  
https://issues.jboss.org/browse/JBIDE https://issues.jboss.org/browse/JBIDE 
against JBoss Tools. It seems that we should start covering this too to avoid 
WTP's bugs.
> Duplicate tag suggestions
Looks like a bug but I can't reproduce it. Could you create an issue in JIRA 
and describe the steps to reproduce it.
> I hope this feedback will be valuable to you
> 
Thank you for the feedback!
--

Reply to this message by going to Community
[http://community.jboss.org/message/584081#584081]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: jsf-tags breaks wtp-capibilites

2011-01-25 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: jsf-tags breaks wtp-capibilites"

To view the discussion, visit: http://community.jboss.org/message/583015#583015

--
> In generally, Jboss Tools should be aware of JSF-Tags and involve them nicely 
> so that the capabilites of WTP are not cut.
Sure.
>  I have created a future request  https://issues.jboss.org/browse/JBIDE-8216 
> https://issues.jboss.org/browse/JBIDE-8216.

Thanks!
--

Reply to this message by going to Community
[http://community.jboss.org/message/583015#583015]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: jsf-tags breaks wtp-capibilites

2011-01-25 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: jsf-tags breaks wtp-capibilites"

To view the discussion, visit: http://community.jboss.org/message/583008#583008

--
WTP doesn't support  either, does it?
And please, feel free to create a feature request in  
https://issues.jboss.org/browse/JBIDE https://issues.jboss.org/browse/JBIDE to 
support  in JBT.
--

Reply to this message by going to Community
[http://community.jboss.org/message/583008#583008]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Tools & JSF 2.0

2011-01-23 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: Tools & JSF 2.0"

To view the discussion, visit: http://community.jboss.org/message/582620#582620

--
Hello,

Yes, this is a bug of Seam. It's incompatible with jsf2 facelets.
See  https://issues.jboss.org/browse/JBSEAM-4637 
https://issues.jboss.org/browse/JBSEAM-4637 and  
https://issues.jboss.org/browse/JBIDE-6878 
https://issues.jboss.org/browse/JBIDE-6878
--

Reply to this message by going to Community
[http://community.jboss.org/message/582620#582620]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: How to replace RicfFaces4.0M4 with RichFaces4.0M5 in JBoss tools?

2011-01-17 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: How to replace RicfFaces4.0M4 with RichFaces4.0M5 in JBoss tools?"

To view the discussion, visit: http://community.jboss.org/message/581298#581298

--
Please open Package Explorer or Navigator view (Windows->Show View->...). Then 
please replace the libs in /WebContent/WEB-INF/lib. BTW we don't 
bundle RichFaces4 libs with JBT anymore to avoid using out-of-date libs in New 
JSF Project Wizard. See  https://issues.jboss.org/browse/JBIDE-8094 
https://issues.jboss.org/browse/JBIDE-8094
--

Reply to this message by going to Community
[http://community.jboss.org/message/581298#581298]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


  1   2   3   >