[JBoss JIRA] Resolved: (RHDS-81) RHDS Installer shortcut's creation step
by Vladimir Ralev (JIRA)
[ http://jira.jboss.com/jira/browse/RHDS-81?page=all ]
Vladimir Ralev resolved RHDS-81.
--------------------------------
Resolution: Done
> RHDS Installer shortcut's creation step
> ---------------------------------------
>
> Key: RHDS-81
> URL: http://jira.jboss.com/jira/browse/RHDS-81
> Project: Red Hat Developer Studio
> Issue Type: Bug
> Components: installer
> Affects Versions: 1.0.0.beta1
> Environment: WindowsXP SP2
> rhds-win32-1.0.0.ALPHA.jar
> Red Hat Developer Studio
> Version: 1.0.0
> Build id: 1.0.0
> Reporter: Aliaksey Nis
> Assigned To: Vladimir Ralev
> Priority: Optional
> Fix For: 1.0.0.CR1
>
> Attachments: Installer.JPG
>
>
> RHDS Installer step 7
> Look at screenshot
> When disable check-box "Create shortcuts in the Start Menu", check-box "Create additional shortcuts on the desktop" disables too. So, if i wanna create shortcuts only on Desktop, i must anyway create Start menu shortcuts...
> User's selection for creating shortcuts also disabled.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Created: (JBIDE-705) Running the default seam project's startup page causes redirecting exceptions
by Marshall Culpepper (JIRA)
Running the default seam project's startup page causes redirecting exceptions
-----------------------------------------------------------------------------
Key: JBIDE-705
URL: http://jira.jboss.com/jira/browse/JBIDE-705
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.Beta3
Reporter: Marshall Culpepper
This issue happens under the following configurations (haven't tested any more yet):
- JBossAS 4.2.0.GA + Seam 1.3.0.ALPHA
- JBossAS 4.2.1.GA + Seam 2.0.0.BETA1
When I deploy a freshly created Seam project to JBoss (our adapter), the deployment happens under JBoss correctly, but when Eclipse's internal browser attempts to load the main page of the Seam application, I get the following exception repeated until the Tomcat stops the execution to avoid stack overflow:
11:55:42,551 ERROR [ExceptionFilter] exception root cause
11:55:42,555 ERROR [DebugPageHandler] redirecting to debug page
javax.servlet.ServletException: Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.NoClassDefFoundError: org/jboss/el/lang/EvaluationContext
at org.jboss.seam.jsf.SeamApplication.getExpressionFactory(SeamApplication.java:344)
at com.sun.facelets.compiler.Compiler.createExpressionFactory(Compiler.java:131)
at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:198)
at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144)
at org.jboss.seam.debug.jsf.SeamDebugPhaseListener.beforePhase(SeamDebugPhaseListener.java:44)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
... 34 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Created: (JBIDE-1016) Duplicate seam folders generated when select path not to workspace
by Aliaksey Nis (JIRA)
Duplicate seam folders generated when select path not to workspace
------------------------------------------------------------------
Key: JBIDE-1016
URL: http://jira.jboss.com/jira/browse/JBIDE-1016
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Environment: WindowsXP SP2
rhds-win32-1.0.0.beta2.jar
Red Hat Developer Studio
Version: 1.0.0 BETA2
Build: 200709272012-integration
JDK 1.5_08
Reporter: Aliaksey Nis
1. Create Seam web project wizard.
2. In wizard's first step deselect option "default path". Name project "Test".
3. Choose path like "D:\SomeMagic\Test".
4. Continue creation of project. Create ear project.
5. Look at "D:\SomeMagic\Test". You can see here content of WAR (JSF) part of project.
Look at your workspace. You can see here Test-ejb, Test-test, Test-ear folders.
Look at "D:\SomeMagic\". You can see here Test-ejb, Test-test, Test-ear folders - duplicated. When you delete project from studio folder "D:\SomeMagic\Test" will be deleted, folders in workspace will be deleted, folders in "D:\SomeMagic" - still there...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Created: (JBIDE-991) Deleting part of seam project and making a new one
by Aliaksey Nis (JIRA)
Deleting part of seam project and making a new one
--------------------------------------------------
Key: JBIDE-991
URL: http://jira.jboss.com/jira/browse/JBIDE-991
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Environment: WindowsXP SP2
rhds-win32-1.0.0.beta2.jar
Red Hat Developer Studio
Version: 1.0.0 BETA2
Build: 200709272012-integration
JDK 1.5_08
Reporter: Aliaksey Nis
Assigned To: Aliaksey Nis
1. Create deafult Seam Project, name it "test".
2. Delete it from web projects view with content (so jsf part will be deleted, but part named test-test - no)
3. Open wizard for create new Seam project, name it "test" - no warning appears.
4. Press Finish in creation wizard.
Error and exception appears.
Think that there must be check not only for name of main jsf component name, but for other (-test, -ejb, etc) too.
Logs and screenshot attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Commented: (JBIDE-727) "Browse Class" has ui issues and funny content
by Max Andersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-727?page=comments#action_12383458 ]
Max Andersen commented on JBIDE-727:
------------------------------------
yes :)
And I tried now with the JDT usage and now it at lesat doesn't list "action", but now its *much* slower - looks like its reading in all visible classes into the tree....thats *sloow*.
Could we replace it with the standarad Open type class selection for GA ? ( and bring it back if the issues gets fixed ?)
> "Browse Class" has ui issues and funny content
> ----------------------------------------------
>
> Key: JBIDE-727
> URL: http://jira.jboss.com/jira/browse/JBIDE-727
> Project: JBoss Tools
> Issue Type: Sub-task
> Reporter: Max Andersen
> Assigned To: Viacheslav Kabanovich
> Priority: Optional
> Fix For: 2.0.0.CR1
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> Click browse clas for a Class attribute.
> First thing I notice is that ".settings" and "META-INF" is there as a package; why ?
> Expand it so it gets some children and grows bigger than the list.
> layout works fine.
> Close it.
> Click browse again:
> Now the dialog fills up the whole screen (height wise)
> Select a class.
> Close it.
> Open it again:
> Recent tab is empty ?
> Search tab's "arrow down" is bigger and has pixel artifacts. Not the same as with Eclipse's Open Type dialog.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months