[JBoss JIRA] (JBSEAM-5063) Debug page broken
by Marek Novotny (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-5063?page=com.atlassian.jira.plugi... ]
Marek Novotny edited comment on JBSEAM-5063 at 12/7/12 7:57 AM:
----------------------------------------------------------------
Thanks for catching this issue, I can't recall why I removed it :(
was (Author: manaRH):
Thanks for catching this issue, I can't recall why I remove it :(
> Debug page broken
> -----------------
>
> Key: JBSEAM-5063
> URL: https://issues.jboss.org/browse/JBSEAM-5063
> Project: Seam 2
> Issue Type: Bug
> Components: Framework
> Affects Versions: 2.3.0.Final
> Environment: Seam 2.3.0.Final
> Reporter: Javier Rodriguez
> Labels: debug, page
> Fix For: 2.3.1.CR1
>
>
> Debug page's conversations table, 'destroy' link is broken. It try to access component {{org.jboss.seam.debug.jsf.debugRedirect}}, which does not exists in Seam 2.3.0.Final version...
> The result is:
> {code:title=error message}
> Exception during request processing:
> Caused by javax.servlet.ServletException with message: "/debug.xhtml @111,124 target="#{org.jboss.seam.debug.jsf.debugRedirect.viewId}": Target Unreachable, 'jsf' returned null on 'org.jboss.seam.Namespace'"
> {code}
> each time you click conversation's destroy link.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBSEAM-5063) Debug page broken
by Marek Novotny (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-5063?page=com.atlassian.jira.plugi... ]
Marek Novotny updated JBSEAM-5063:
----------------------------------
Fix Version/s: 2.3.1.CR1
Thanks for catching this issue, I can't recall why I remove it :(
> Debug page broken
> -----------------
>
> Key: JBSEAM-5063
> URL: https://issues.jboss.org/browse/JBSEAM-5063
> Project: Seam 2
> Issue Type: Bug
> Components: Framework
> Affects Versions: 2.3.0.Final
> Environment: Seam 2.3.0.Final
> Reporter: Javier Rodriguez
> Labels: debug, page
> Fix For: 2.3.1.CR1
>
>
> Debug page's conversations table, 'destroy' link is broken. It try to access component {{org.jboss.seam.debug.jsf.debugRedirect}}, which does not exists in Seam 2.3.0.Final version...
> The result is:
> {code:title=error message}
> Exception during request processing:
> Caused by javax.servlet.ServletException with message: "/debug.xhtml @111,124 target="#{org.jboss.seam.debug.jsf.debugRedirect.viewId}": Target Unreachable, 'jsf' returned null on 'org.jboss.seam.Namespace'"
> {code}
> each time you click conversation's destroy link.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBSEAM-5045) Ajax error not calling ExceptionFilter
by Marek Novotny (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-5045?page=com.atlassian.jira.plugi... ]
Marek Novotny commented on JBSEAM-5045:
---------------------------------------
Tiago,
I looked at your patch and noticed that you are using StringUtils from Apache Commons lang library. Seam is generally trying to avoid direct dependency on any Apache Commons library. Is it possible to redo the patch?
If you can provide a simple test case, it would be for me easier and faster ;-), which incorporates what is in this issue description, I will try to redo it. Definitely better to have a patched test case in a seam example to have a test for later usage too.
> Ajax error not calling ExceptionFilter
> --------------------------------------
>
> Key: JBSEAM-5045
> URL: https://issues.jboss.org/browse/JBSEAM-5045
> Project: Seam 2
> Issue Type: Bug
> Affects Versions: 2.3.0.Final
> Reporter: Tiago Peruzzo
> Assignee: Marek Novotny
> Fix For: 2.3.1.CR1
>
> Attachments: MockExternalContext.java, MockExternalContext.java, patch.zip
>
>
> Now that JSF2 now has support for Ajax errors Ajax requests are being processed by the JSF and not being thrown exceptions to the Seam ExceptionFilter capture.
> {code:xml}
> <exception log="true" log-level="fatal">
> <end-conversation before-redirect="true" root="true"/>
> <redirect view-id="/error.xhtml">
> <message severity="fatal">Unexpected error, please try again.</message>
> </redirect>
> </exception>
> {code}
> {code:xml}
> <h:form>
> <h:commandButton action="#{xxxx.xxxxx}" value="Submit"/>
> <h:commandButton action="#{xxxx.xxxxx}" value="Ajax Submit">
> <f:ajax />
> </h:commandButton>
> </h:form>
> {code}
> I even did a patch that still support the redirection to the error pages in AJAX requests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBSEAM-5063) Debug page broken
by Javier Rodriguez (JIRA)
Javier Rodriguez created JBSEAM-5063:
----------------------------------------
Summary: Debug page broken
Key: JBSEAM-5063
URL: https://issues.jboss.org/browse/JBSEAM-5063
Project: Seam 2
Issue Type: Bug
Components: Framework
Affects Versions: 2.3.0.Final
Environment: Seam 2.3.0.Final
Reporter: Javier Rodriguez
Debug page's conversations table, 'destroy' link is broken. It try to access component {{org.jboss.seam.debug.jsf.debugRedirect}}, which does not exists in Seam 2.3.0.Final version...
The result is:
{code:title=error message}
Exception during request processing:
Caused by javax.servlet.ServletException with message: "/debug.xhtml @111,124 target="#{org.jboss.seam.debug.jsf.debugRedirect.viewId}": Target Unreachable, 'jsf' returned null on 'org.jboss.seam.Namespace'"
{code}
each time you click conversation's destroy link.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBSEAM-5020) Binding component does not restore conversation
by Marek Novotny (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-5020?page=com.atlassian.jira.plugi... ]
Marek Novotny resolved JBSEAM-5020.
-----------------------------------
Assignee: Marek Novotny
Resolution: Done
fixed in JBSEAM-4976, Changed SeamViewHandler with addition of 3 methods for including conversation id into request URL
> Binding component does not restore conversation
> -----------------------------------------------
>
> Key: JBSEAM-5020
> URL: https://issues.jboss.org/browse/JBSEAM-5020
> Project: Seam 2
> Issue Type: Bug
> Affects Versions: 2.3.0.BETA2
> Environment: 2.3.0.BETA2 or 2.3.0.CR1-SNAPSHOT
> Reporter: Tiago Peruzzo
> Assignee: Marek Novotny
> Fix For: 2.3.1.CR1
>
> Attachments: Contexts.java
>
>
> Here is a simple scenario that demonstrates that when a binding is done in some component of view the conversation is no longer restored, if removed binding that conversation is restored with success.
> {code:xml}
> <h:form>
> <h:outputText value="ConversationId: #{conversation.id}"/>
> <br/>
> <h:inputText value="#{myComponent.value}" binding="#{myBackingBean.input}"/>
> <br/>
> <h:commandButton action="test" value="Submit" />
> </h:form>
> {code}
> {code:title=MyComponent.java}
> @Scope(ScopeType.CONVERSATION)
> @Name("myComponent")
> public class MyComponent implements Serializable {
>
> private static final long serialVersionUID = 1L;
>
> public String value;
>
> @Create
> @Begin()
> public void begin(){
>
> }
> public String getValue() {
> return value;
> }
>
> public void setValue(String value) {
> this.value = value;
> }
>
> }
> {code}
> {code:title=MyBackingBean.java}
> @Scope(ScopeType.EVENT)
> @Name("myBackingBean")
> public class MyBackingBean implements Serializable {
>
> private UIInput input;
> public UIInput getInput() {
> return input;
> }
>
> public void setInput(UIInput input) {
> this.input = input;
> }
> }
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBSEAM-4976) Conversation id not restored from page context
by Marek Novotny (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-4976?page=com.atlassian.jira.plugi... ]
Marek Novotny resolved JBSEAM-4976.
-----------------------------------
Resolution: Done
SeamViewHandler has got now 3 new methods to put conversation id into request.
> Conversation id not restored from page context
> ----------------------------------------------
>
> Key: JBSEAM-4976
> URL: https://issues.jboss.org/browse/JBSEAM-4976
> Project: Seam 2
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.3.0.BETA2, 2.3.0.Final
> Environment: AS 7.1.2, Seam 2.3.0.CR1-SNAPSHOT
> Reporter: Marek Schmidt
> Assignee: Marek Novotny
> Fix For: 2.3.1.CR1
>
> Attachments: debug-log-noconversation-id.log
>
>
> The numberguess example doesn't work, as the conversation is apparently not restored during postback.
> The debug log excerpt during clicking the guess button several times:
> {noformat}
> 17:31:52,504 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) >>> Begin JSF request for /seam-numberguess/numberGuess.seam
> 17:31:52,504 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RESTORE_VIEW 1
> 17:31:52,504 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:52,507 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) isPageContextActive is null
> 17:31:52,507 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) Page Context will be lazilly created
> 17:31:52,507 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) No stored conversation
> 17:31:52,559 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: INVOKE_APPLICATION 5
> 17:31:52,559 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:52,559 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RENDER_RESPONSE 6
> 17:31:52,559 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:52,560 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Beginning long-running conversation
> 17:31:52,560 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) beginning pageflow: numberGuess
> 17:31:52,560 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) new pageflow instance for definition: numberGuess
> 17:31:52,578 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: RENDER_RESPONSE 6
> 17:31:52,578 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:52,579 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Storing conversation state: 2
> 17:31:52,579 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) After render response, destroying contexts
> 17:31:52,579 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying business process context
> 17:31:52,579 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing server-side conversation context
> 17:31:52,579 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing session context
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying event context
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.conversationPropagation
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.transaction
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: com.sun.faces.context.ExternalContextFactoryImpl_KEY
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.manager
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.faces.validation
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.synchronizations
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.servletContexts
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestContextPath
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.events
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestServletPath
> 17:31:52,580 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) <<< End JSF request for /seam-numberguess/numberGuess.seam
> 17:31:54,468 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) >>> Begin JSF request for /seam-numberguess/numberGuess.seam
> 17:31:54,469 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RESTORE_VIEW 1
> 17:31:54,469 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:54,472 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) isPageContextActive is null
> 17:31:54,472 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) Page Context will be lazilly created
> 17:31:54,472 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) No stored conversation
> 17:31:54,495 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: INVOKE_APPLICATION 5
> 17:31:54,496 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:54,496 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RENDER_RESPONSE 6
> 17:31:54,496 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:54,496 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Beginning long-running conversation
> 17:31:54,496 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) beginning pageflow: numberGuess
> 17:31:54,497 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) new pageflow instance for definition: numberGuess
> 17:31:54,509 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: RENDER_RESPONSE 6
> 17:31:54,509 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:54,510 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Storing conversation state: 3
> 17:31:54,510 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) After render response, destroying contexts
> 17:31:54,510 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying business process context
> 17:31:54,510 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing server-side conversation context
> 17:31:54,510 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing session context
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying event context
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.conversationPropagation
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.transaction
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: com.sun.faces.context.ExternalContextFactoryImpl_KEY
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.manager
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.faces.validation
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.synchronizations
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.servletContexts
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestContextPath
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.events
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestServletPath
> 17:31:54,511 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) <<< End JSF request for /seam-numberguess/numberGuess.seam
> 17:31:55,160 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) >>> Begin JSF request for /seam-numberguess/numberGuess.seam
> 17:31:55,161 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RESTORE_VIEW 1
> 17:31:55,161 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:55,164 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) isPageContextActive is null
> 17:31:55,165 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) Page Context will be lazilly created
> 17:31:55,165 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) No stored conversation
> 17:31:55,182 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: INVOKE_APPLICATION 5
> 17:31:55,182 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:55,182 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RENDER_RESPONSE 6
> 17:31:55,183 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:55,183 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Beginning long-running conversation
> 17:31:55,183 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) beginning pageflow: numberGuess
> 17:31:55,183 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) new pageflow instance for definition: numberGuess
> 17:31:55,195 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: RENDER_RESPONSE 6
> 17:31:55,195 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:55,196 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Storing conversation state: 4
> 17:31:55,196 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) After render response, destroying contexts
> 17:31:55,196 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying business process context
> 17:31:55,196 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing server-side conversation context
> 17:31:55,196 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing session context
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying event context
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.conversationPropagation
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.transaction
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: com.sun.faces.context.ExternalContextFactoryImpl_KEY
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.manager
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.faces.validation
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.synchronizations
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.servletContexts
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestContextPath
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.events
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestServletPath
> 17:31:55,197 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) <<< End JSF request for /seam-numberguess/numberGuess.seam
> 17:31:55,782 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) >>> Begin JSF request for /seam-numberguess/numberGuess.seam
> 17:31:55,783 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RESTORE_VIEW 1
> 17:31:55,783 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:55,786 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) isPageContextActive is null
> 17:31:55,786 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) Page Context will be lazilly created
> 17:31:55,786 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) No stored conversation
> 17:31:55,801 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: INVOKE_APPLICATION 5
> 17:31:55,801 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:55,801 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RENDER_RESPONSE 6
> 17:31:55,801 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:55,802 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Beginning long-running conversation
> 17:31:55,802 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) beginning pageflow: numberGuess
> 17:31:55,802 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) new pageflow instance for definition: numberGuess
> 17:31:55,815 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: RENDER_RESPONSE 6
> 17:31:55,815 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:55,815 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Storing conversation state: 5
> 17:31:55,815 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) After render response, destroying contexts
> 17:31:55,816 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying business process context
> 17:31:55,816 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing server-side conversation context
> 17:31:55,816 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing session context
> 17:31:55,816 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying event context
> 17:31:55,816 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.conversationPropagation
> 17:31:55,816 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.transaction
> 17:31:55,816 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: com.sun.faces.context.ExternalContextFactoryImpl_KEY
> 17:31:55,817 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.manager
> 17:31:55,817 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.faces.validation
> 17:31:55,817 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.synchronizations
> 17:31:55,817 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.servletContexts
> 17:31:55,817 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestContextPath
> 17:31:55,817 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.events
> 17:31:55,817 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestServletPath
> 17:31:55,817 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) <<< End JSF request for /seam-numberguess/numberGuess.seam
> 17:31:56,379 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) >>> Begin JSF request for /seam-numberguess/numberGuess.seam
> 17:31:56,380 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RESTORE_VIEW 1
> 17:31:56,380 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:56,384 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) isPageContextActive is null
> 17:31:56,384 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) Page Context will be lazilly created
> 17:31:56,384 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) No stored conversation
> 17:31:56,400 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: INVOKE_APPLICATION 5
> 17:31:56,400 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:56,400 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RENDER_RESPONSE 6
> 17:31:56,401 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:56,401 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Beginning long-running conversation
> 17:31:56,401 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) beginning pageflow: numberGuess
> 17:31:56,401 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) new pageflow instance for definition: numberGuess
> 17:31:56,414 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: RENDER_RESPONSE 6
> 17:31:56,414 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:56,414 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Storing conversation state: 6
> 17:31:56,414 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) After render response, destroying contexts
> 17:31:56,415 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying business process context
> 17:31:56,415 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing server-side conversation context
> 17:31:56,415 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing session context
> 17:31:56,415 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying event context
> 17:31:56,415 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.conversationPropagation
> 17:31:56,415 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.transaction
> 17:31:56,416 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: com.sun.faces.context.ExternalContextFactoryImpl_KEY
> 17:31:56,416 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.manager
> 17:31:56,416 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.faces.validation
> 17:31:56,416 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.synchronizations
> 17:31:56,416 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.servletContexts
> 17:31:56,416 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestContextPath
> 17:31:56,416 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.events
> 17:31:56,416 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestServletPath
> 17:31:56,416 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) <<< End JSF request for /seam-numberguess/numberGuess.seam
> 17:31:56,922 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) >>> Begin JSF request for /seam-numberguess/numberGuess.seam
> 17:31:56,923 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RESTORE_VIEW 1
> 17:31:56,925 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:56,928 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) isPageContextActive is null
> 17:31:56,928 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) Page Context will be lazilly created
> 17:31:56,928 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) No stored conversation
> 17:31:56,946 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: INVOKE_APPLICATION 5
> 17:31:56,947 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:56,947 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RENDER_RESPONSE 6
> 17:31:56,947 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:56,951 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Beginning long-running conversation
> 17:31:56,951 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) beginning pageflow: numberGuess
> 17:31:56,951 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) new pageflow instance for definition: numberGuess
> 17:31:56,960 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: RENDER_RESPONSE 6
> 17:31:56,960 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:56,960 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Storing conversation state: 7
> 17:31:56,960 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) After render response, destroying contexts
> 17:31:56,960 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying business process context
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing server-side conversation context
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing session context
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying event context
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.conversationPropagation
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.transaction
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: com.sun.faces.context.ExternalContextFactoryImpl_KEY
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.manager
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.faces.validation
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.synchronizations
> 17:31:56,961 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.servletContexts
> 17:31:56,962 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestContextPath
> 17:31:56,962 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.events
> 17:31:56,962 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestServletPath
> 17:31:56,962 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) <<< End JSF request for /seam-numberguess/numberGuess.seam
> 17:31:57,534 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) >>> Begin JSF request for /seam-numberguess/numberGuess.seam
> 17:31:57,535 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RESTORE_VIEW 1
> 17:31:57,535 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:57,539 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) isPageContextActive is null
> 17:31:57,539 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) Page Context will be lazilly created
> 17:31:57,540 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) No stored conversation
> 17:31:57,550 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: INVOKE_APPLICATION 5
> 17:31:57,551 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:57,551 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) beginning transaction prior to phase: RENDER_RESPONSE 6
> 17:31:57,551 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) beginning JTA transaction
> 17:31:57,551 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Beginning long-running conversation
> 17:31:57,551 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) beginning pageflow: numberGuess
> 17:31:57,551 DEBUG [org.jboss.seam.pageflow.Pageflow] (http-/127.0.0.1:8080-1) new pageflow instance for definition: numberGuess
> 17:31:57,563 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] (http-/127.0.0.1:8080-1) committing transaction after phase: RENDER_RESPONSE 6
> 17:31:57,563 DEBUG [org.jboss.seam.transaction.UTTransaction] (http-/127.0.0.1:8080-1) committing JTA transaction
> 17:31:57,564 DEBUG [org.jboss.seam.core.Manager] (http-/127.0.0.1:8080-1) Storing conversation state: 8
> 17:31:57,564 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) After render response, destroying contexts
> 17:31:57,564 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying business process context
> 17:31:57,564 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing server-side conversation context
> 17:31:57,564 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) flushing session context
> 17:31:57,564 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying event context
> 17:31:57,564 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.conversationPropagation
> 17:31:57,564 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.transaction
> 17:31:57,565 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: com.sun.faces.context.ExternalContextFactoryImpl_KEY
> 17:31:57,565 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.manager
> 17:31:57,565 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.faces.validation
> 17:31:57,565 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.transaction.synchronizations
> 17:31:57,565 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.servletContexts
> 17:31:57,565 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestContextPath
> 17:31:57,565 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.core.events
> 17:31:57,565 DEBUG [org.jboss.seam.contexts.Contexts] (http-/127.0.0.1:8080-1) destroying: org.jboss.seam.web.requestServletPath
> 17:31:57,565 DEBUG [org.jboss.seam.contexts.FacesLifecycle] (http-/127.0.0.1:8080-1) <<< End JSF request for /seam-numberguess/numberGuess.seam
> 17:32:12,380 INFO [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011908: Unregister module: Module "deployment.seam-numberguess.ear.numberguess-ejb.jar:main" from Service Module Loader
> 17:32:12,382 INFO [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011908: Unregister module: Module "deployment.seam-numberguess.ear.jboss-seam.jar:main" from Service Module Loader
> 17:32:12,396 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Pausing Coyote HTTP/1.1 on http-/127.0.0.1:8080
> 17:32:12,410 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Stopping Coyote HTTP/1.1 on http-/127.0.0.1:8080
> {noformat}
> (note that the problem is demonstrated in the numberguess example, which uses pageflow, but the problem can be reproduced even without pageflow)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (SEAMPERSIST-76) Forge: Build fails when adding seam-persistence-plugin
by Tobias Boehnert (Created) (JIRA)
Forge: Build fails when adding seam-persistence-plugin
------------------------------------------------------
Key: SEAMPERSIST-76
URL: https://issues.jboss.org/browse/SEAMPERSIST-76
Project: Seam Persistence
Issue Type: Bug
Environment: Win 7 64bit, JDK 1.6.0_29 32bit, Forge 1.0.0.Beta4
Reporter: Tobias Boehnert
When trying to install seam-persistence within a JBoss Forge project, build fails.
Already opened in Forge-Jira, but I was sent over here ;-)
https://issues.jboss.org/browse/FORGE-410
{quote}
[foo] Person.java $ forge install-plugin seam-persistence
Connecting to remote repository https://raw.github.com/forge/plugin-repository/master/repository.yaml... connected!
**INFO** Preparing to install plugin: seam-persistence
**INFO** Checking out plugin source files to [C:\/Users/Tobias/AppData/Local/Temp/forgetemp8058076038030878076/repo] via 'git'
**INFO** Invoking build with underlying build system.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building plugin-seam-persistence 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — maven-clean-plugin:2.4.1:clean (default-clean) @ plugin-seam-persiste
nce —
[INFO]
[INFO] — maven-resources-plugin:2.4.3:resources (default-resources) @ plugin-seam-persistence —
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] — maven-compiler-plugin:2.3.2:compile (default-compile) @ plugin-seam-persistence —
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 1 source file to C:\Users\Tobias\AppData\Local\Temp\forgetemp8058076038030878076\repo\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \Users\Tobias\AppData\Local\Temp\forgetemp8058076038030878076\repo\src\main\java\org\jboss\forge\seam\persistence\SeamPersistencePlugin.java:[136,26] cannot find symbol
symbol : method hasDependency(org.jboss.forge.project.dependencies.DependencyBuilder)
location: interface org.jboss.forge.project.facets.DependencyFacet
[ERROR] \Users\Tobias\AppData\Local\Temp\forgetemp8058076038030878076\repo\src\main\java\org\jboss\forge\seam\persistence\SeamPersistencePlugin.java:[147,24] cannot find symbol
symbol : method addDependency(org.jboss.forge.project.dependencies.DependencyBuilder)
location: interface org.jboss.forge.project.facets.DependencyFacet
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.125s
[INFO] Finished at: Sun Dec 18 23:01:14 CET 2011
[INFO] Final Memory: 8M/22M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project plugin-seam-persistence: Compilation failure: Compilation failure:
[ERROR] \Users\Tobias\AppData\Local\Temp\forgetemp8058076038030878076\repo\src\main\java\org\jboss\forge\seam\persistence\SeamPersistencePlugin.java:[136,26] cannot find symbol
[ERROR] symbol : method hasDependency(org.jboss.forge.project.dependencies.Depe
ndencyBuilder)
[ERROR] location: interface org.jboss.forge.project.facets.DependencyFacet
[ERROR] \Users\Tobias\AppData\Local\Temp\forgetemp8058076038030878076\repo\src\main\java\org\jboss\forge\seam\persistence\SeamPersistencePlugin.java:[147,24] cannot find symbol
[ERROR] symbol : method addDependency(org.jboss.forge.project.dependencies.DependencyBuilder)
[ERROR] location: interface org.jboss.forge.project.facets.DependencyFacet
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
**ERROR** [forge install-plugin] Build failed.
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years