[JBoss JIRA] Created: (JBIDE-1475) NPE opening html file if JBossTools installed with Local Site
by Joseph Sondow (JIRA)
NPE opening html file if JBossTools installed with Local Site
-------------------------------------------------------------
Key: JBIDE-1475
URL: http://jira.jboss.com/jira/browse/JBIDE-1475
Project: JBoss Tools
Issue Type: Bug
Components: JBoss Tools Core
Affects Versions: 2.0.0.CR1
Environment: WinXP SP2
Eclipse 3.3.1.1 for Java EE
Reporter: Joseph Sondow
Attachments: eclipse-error.txt
JBossTools plugin installation has a bug where some editors throw a NullPointerException if the plugin is installed using Local Site.
Steps to reproduce:
1. Install Eclipse 3.3.1.1 JEE using eclipse-jee-europa-fall2-win32.zip by unzipping to C:\eclipse
2. Unzip JBossTools-2.0.0.CR1-ALL-win32.zip to C:\jbosstoolsinstall
3. Start Eclipse with eclipse.exe -clean
4. Help > Software Updates > Find and Install > Search for new features to install > Next
5. New Local SIte > C:\jbosstoolsinstall
6. Finish plugin installation by following prompts. Quit Eclipse and restart it with eclipse.exe -clean
7. Create a new empty simple project. Create an html file. It opens automatically with the JBoss Tools HTML Editor, immediately throwing a NullPointerException (See attached error log). The same happens if you create an XHTML or JSP file, or try to open an existing file of type HTML, XHTML, or JSP.
Tested on 2 similar computers. The behavior is consistent.
Workaround:
Don't use Local Site to install JBossTools plugins. Instead, just copy the contents of the features and plugins folders into the corresponding Eclipse folders, then restart Eclipse.
--
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, 3 months
[JBoss JIRA] Created: (JBIDE-1446) "Change Timestamp" doesn't work after switching servers
by Juergen Zimmermann (JIRA)
"Change Timestamp" doesn't work after switching servers
-------------------------------------------------------
Key: JBIDE-1446
URL: http://jira.jboss.com/jira/browse/JBIDE-1446
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Environment: JDK 1.6.0_03, Eclipse 3.3.1.1, WTP 2.0.1, JBoss Tools nightly build 20071203
Reporter: Juergen Zimmermann
I've two servers configured:
1) JBoss 4.2.1
2) JBoss 4.2.2
I've an EAR project configured for the 1st server. After configuring the 2nd server this one is the default. Then I used the JBoss icon from the Eclipse toolbar to switch from the 2nd to the 1st one. Starting the server and deploying the ear project works fine.
However, when I want to click at "Change timestamp..." nothing happens. Looking at the Windows filesystem it shows that the timestamp didn't change. The only workaround I see is: undeploy and redeploy the project.
--
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, 3 months
[JBoss JIRA] Created: (JBIDE-1430) Adding EntityManger to generated Authenticator.java
by Jim Tyrrell (JIRA)
Adding EntityManger to generated Authenticator.java
---------------------------------------------------
Key: JBIDE-1430
URL: http://jira.jboss.com/jira/browse/JBIDE-1430
Project: JBoss Tools
Issue Type: Bug
Reporter: Jim Tyrrell
Trying to inject an EntityManager into the Authenticator.java results in the following error noted below:
All I add in this class src/action/org/domain/Blogging/session/Authenticator.java
is the line
@In EntityManager em;
and the import statement.
It should be noted that this then breaks the login screen from coming up.
14:40:08,837 ERROR [SeamPhaseListener] uncaught exception
java.lang.IllegalArgumentException: value of context variable is not an instance of the component bound to the context variable: userHome
at org.jboss.seam.Component.getInstance(Component.java:1655)
at org.jboss.seam.Component.getInstance(Component.java:1610)
at org.jboss.seam.Component.getValueToInject(Component.java:1885)
at org.jboss.seam.Component.injectAttributes(Component.java:1368)
at org.jboss.seam.Component.inject(Component.java:1195)
at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
at org.jboss.seam.interceptors.TransactionInterceptor$1.work(TransactionInterceptor.java:32)
at org.jboss.seam.util.Work.workInTransaction(Work.java:37)
at org.jboss.seam.interceptors.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:27)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87)
at org.domain.Blogging.entity.PostHome_$$_javassist_8.clearDirty(PostHome_$$_javassist_8.java)
at org.jboss.seam.contexts.Lifecycle.isAttributeDirty(Lifecycle.java:525)
at org.jboss.seam.contexts.ServerConversationContext.flush(ServerConversationContext.java:230)
at org.jboss.seam.contexts.Lifecycle.flushAndDestroyContexts(Lifecycle.java:419)
at org.jboss.seam.contexts.Lifecycle.endRequest(Lifecycle.java:315)
at org.jboss.seam.jsf.AbstractSeamPhaseListener.afterRender(AbstractSeamPhaseListener.java:256)
at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:115)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:280)
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)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63)
at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79)
at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96)
at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220)
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:595)
--
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, 3 months
[jbosside-issues] [JBoss JIRA] Created: (JBIDE-420) Typo in eclipse doc
by Philippe Ombredanne (JIRA)
Typo in eclipse doc
-------------------
Key: JBIDE-420
URL: http://jira.jboss.com/jira/browse/JBIDE-420
Project: JBoss IDE
Issue Type: Bug
Components: JBossIDE Core
Affects Versions: 2.0.0.Beta2
Reporter: Philippe Ombredanne
Assigned To: Marshall Culpepper
Priority: Trivial
In the help tutorial:
in Procedure 7.2. Webdoclet Configuration
"Select the Web configuration.
In the lower-left area, right-click to popup the menu and choose Add Doclet.
A list of available doclets will appear. Choose webdoclet and click OK.
On the lower-right area, you see the properties of the ejbdoclet."
The last line should be instead:
"On the lower-right area, you see the properties of the webdoclet."
--
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, 3 months