<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-205</id>
	<title>Nabble - Struts - Dev</title>
	<updated>2009-11-26T08:50:13Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Struts---Dev-f205.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Struts---Dev-f205.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26532143</id>
	<title>[jira] Commented: (WW-3342) FilterDispatcher URL Pattren</title>
	<published>2009-11-26T08:50:13Z</published>
	<updated>2009-11-26T08:50:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47117#action_47117&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47117#action_47117&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Lukasz Lenart commented on WW-3342:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;Please ask question on Struts User Group - &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26532143&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;and you can use following mapping:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;filter-mapping&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;struts2&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url-pattern&amp;gt;*.action&amp;lt;/url-pattern&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/filter-mapping&amp;gt;
&lt;br&gt;&lt;br&gt;but please then remember to extract static files from struts-core.jar (the struts folder)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;--
&lt;br&gt;Lukasz
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; FilterDispatcher URL Pattren
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3342
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3342&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3342&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Task
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Dispatch Filter
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Weblogic 10.3
&lt;br&gt;&amp;gt; ICEFaces 1.8.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: kishore kumar
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Blocker
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; Is there a way to change the FilterDispatcher URL Pattren other than /*?
&lt;br&gt;&amp;gt; I am using ICEFaces and struts2 togeather but due to struts2 URL Pattren ICEFaces requests are being ignored.
&lt;br&gt;&amp;gt; Can i use url-pattren /*.action &amp;nbsp;?
&lt;br&gt;&amp;gt; As per the struts documentation it says to use following
&lt;br&gt;&amp;gt; &amp;lt;filter&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;struts2&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-class&amp;gt;org.apache.struts2.dispatcher.FilterDispatcher&amp;lt;/filter-class&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/filter&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;filter-mapping&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;struts2&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url-pattern&amp;gt;/*&amp;lt;/url-pattern&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/filter-mapping&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3342%29-FilterDispatcher-URL-Pattren-tp26530529p26532143.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26532144</id>
	<title>[jira] Closed: (WW-3342) FilterDispatcher URL Pattren</title>
	<published>2009-11-26T08:50:13Z</published>
	<updated>2009-11-26T08:50:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Lukasz Lenart closed WW-3342.
&lt;br&gt;-----------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Not A Problem
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Lukasz Lenart
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; FilterDispatcher URL Pattren
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3342
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3342&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3342&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Task
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Dispatch Filter
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Weblogic 10.3
&lt;br&gt;&amp;gt; ICEFaces 1.8.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: kishore kumar
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Blocker
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; Is there a way to change the FilterDispatcher URL Pattren other than /*?
&lt;br&gt;&amp;gt; I am using ICEFaces and struts2 togeather but due to struts2 URL Pattren ICEFaces requests are being ignored.
&lt;br&gt;&amp;gt; Can i use url-pattren /*.action &amp;nbsp;?
&lt;br&gt;&amp;gt; As per the struts documentation it says to use following
&lt;br&gt;&amp;gt; &amp;lt;filter&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;struts2&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-class&amp;gt;org.apache.struts2.dispatcher.FilterDispatcher&amp;lt;/filter-class&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/filter&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;filter-mapping&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;struts2&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url-pattern&amp;gt;/*&amp;lt;/url-pattern&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/filter-mapping&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3342%29-FilterDispatcher-URL-Pattren-tp26530529p26532144.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26530529</id>
	<title>[jira] Created: (WW-3342) FilterDispatcher URL Pattren</title>
	<published>2009-11-26T06:52:13Z</published>
	<updated>2009-11-26T06:52:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">FilterDispatcher URL Pattren
&lt;br&gt;----------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: WW-3342
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3342&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3342&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Struts 2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: Dispatch Filter
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 2.1.6
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Environment: Weblogic 10.3
&lt;br&gt;ICEFaces 1.8.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: kishore kumar
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Blocker
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Is there a way to change the FilterDispatcher URL Pattren other than /*?
&lt;br&gt;I am using ICEFaces and struts2 togeather but due to struts2 URL Pattren ICEFaces requests are being ignored.
&lt;br&gt;&lt;br&gt;Can i use url-pattren /*.action &amp;nbsp;?
&lt;br&gt;&lt;br&gt;As per the struts documentation it says to use following
&lt;br&gt;&lt;br&gt;&amp;lt;filter&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;struts2&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-class&amp;gt;org.apache.struts2.dispatcher.FilterDispatcher&amp;lt;/filter-class&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/filter&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;filter-mapping&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;struts2&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url-pattern&amp;gt;/*&amp;lt;/url-pattern&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/filter-mapping&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3342%29-FilterDispatcher-URL-Pattren-tp26530529p26530529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26527296</id>
	<title>Using model or action's hashcode as ETag in REST plugin</title>
	<published>2009-11-26T02:26:32Z</published>
	<updated>2009-11-26T02:26:32Z</updated>
	<author>
		<name>Unmesh joshi</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;Rest plugin's DefaultHttpHeaders class uses hashCode of the model object (if the action is model driven) or hascode of the action object.I guess its a wrong assumption to make that two different objects will have different hashcodes. So we can have same hashcode even if model objects are not equal and that will wrongly send 304 response even if resource is changed. Is this a known bug in REST plugin?
&lt;br&gt;Thanks,Unmesh 		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;_________________________________________________________________
&lt;br&gt;Windows 7: Simplify what you do everyday. Find the right PC for you.
&lt;br&gt;&lt;a href=&quot;http://windows.microsoft.com/shop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://windows.microsoft.com/shop&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OSS-Bamboo--Struts-2-SVN---Main-Build-build-1260-has-FAILED-%280-tests-failed%29.-Change-made-by-lukaszlenart-tp26525742p26527296.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526355</id>
	<title>[jira] Commented: (WW-3308) javassist trouble on JBoss 5.1</title>
	<published>2009-11-26T01:00:13Z</published>
	<updated>2009-11-26T01:00:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47116#action_47116&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47116#action_47116&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Mykyta Kostovskyy commented on WW-3308:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Well, I am using struts with JBoss 5 and new version of xworks contains javassist which is also included in the JBoss itself. So on one of the places it has to be removed to avoid the conflict.
&lt;br&gt;&lt;br&gt;let me know if you have any questions and I would be glad to help.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; javassist trouble on JBoss 5.1
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3308
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3308&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3308&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Other
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: JBoss 5.1 GA, Struts 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Mykyta Kostovskyy
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While deploying application that contains Struts 2.1.8 get the following error:
&lt;br&gt;&amp;gt; 17:28:34,437 ERROR [BasicLazyInitializer] Javassist Enhancement failed: hello.Message
&lt;br&gt;&amp;gt; java.lang.RuntimeException: java.lang.IllegalArgumentException: Can not set static javassist.util.proxy.MethodFilter field hello.Message_$$_javassist_14._method_filter to org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer$1
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.setField(ProxyFactory.java:358)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:341)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:314)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:273)
&lt;br&gt;&amp;gt; 	at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.getProxyFactory(JavassistLazyInitializer.java:162)
&lt;br&gt;&amp;gt; 	at org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.postInstantiate(JavassistProxyFactory.java:66)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:183)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.AbstractEntityTuplizer.&amp;lt;init&amp;gt;(AbstractEntityTuplizer.java:158)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.PojoEntityTuplizer.&amp;lt;init&amp;gt;(PojoEntityTuplizer.java:76)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.&amp;lt;init&amp;gt;(EntityEntityModeToTuplizerMapping.java:80)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.EntityMetamodel.&amp;lt;init&amp;gt;(EntityMetamodel.java:325)
&lt;br&gt;&amp;gt; 	at org.hibernate.persister.entity.AbstractEntityPersister.&amp;lt;init&amp;gt;(AbstractEntityPersister.java:457)
&lt;br&gt;&amp;gt; 	at org.hibernate.persister.entity.SingleTableEntityPersister.&amp;lt;init&amp;gt;(SingleTableEntityPersister.java:131)
&lt;br&gt;&amp;gt; 	at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:84)
&lt;br&gt;&amp;gt; 	at org.hibernate.impl.SessionFactoryImpl.&amp;lt;init&amp;gt;(SessionFactoryImpl.java:261)
&lt;br&gt;&amp;gt; 	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1327)
&lt;br&gt;&amp;gt; 	at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867)
&lt;br&gt;&amp;gt; 	at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:669)
&lt;br&gt;&amp;gt; 	at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:132)
&lt;br&gt;&amp;gt; 	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:224)
&lt;br&gt;&amp;gt; 	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:291)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&lt;br&gt;&amp;gt; 	at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
&lt;br&gt;&amp;gt; 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
&lt;br&gt;&amp;gt; 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
&lt;br&gt;&amp;gt; 	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
&lt;br&gt;&amp;gt; 	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
&lt;br&gt;&amp;gt; 	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
&lt;br&gt;&amp;gt; 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
&lt;br&gt;&amp;gt; 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
&lt;br&gt;&amp;gt; 	at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
&lt;br&gt;&amp;gt; 	at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
&lt;br&gt;&amp;gt; 	at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
&lt;br&gt;&amp;gt; 	at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
&lt;br&gt;&amp;gt; 	at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
&lt;br&gt;&amp;gt; 	at sun.reflect.GeneratedMethodAccessor381.invoke(Unknown Source)
&lt;br&gt;&amp;gt; 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;gt; 	at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
&lt;br&gt;&amp;gt; 	at $Proxy38.start(Unknown Source)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
&lt;br&gt;&amp;gt; 	at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
&lt;br&gt;&amp;gt; 	at org.jboss.system.ServiceController.start(ServiceController.java:460)
&lt;br&gt;&amp;gt; 	at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
&lt;br&gt;&amp;gt; 	at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
&lt;br&gt;&amp;gt; 	at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
&lt;br&gt;&amp;gt; 	at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
&lt;br&gt;&amp;gt; 	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
&lt;br&gt;&amp;gt; 	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
&lt;br&gt;&amp;gt; 	at java.lang.Thread.run(Thread.java:619)
&lt;br&gt;&amp;gt; Caused by: java.lang.IllegalArgumentException: Can not set static javassist.util.proxy.MethodFilter field hello.Message_$$_javassist_14._method_filter to org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer$1
&lt;br&gt;&amp;gt; 	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:146)
&lt;br&gt;&amp;gt; 	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:150)
&lt;br&gt;&amp;gt; 	at sun.reflect.UnsafeStaticObjectFieldAccessorImpl.set(UnsafeStaticObjectFieldAccessorImpl.java:61)
&lt;br&gt;&amp;gt; 	at java.lang.reflect.Field.set(Field.java:657)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.setField(ProxyFactory.java:354)
&lt;br&gt;&amp;gt; 	... 100 more
&lt;br&gt;&amp;gt; This is due to the fact, that xworks-core-2.1.6.jar that is a part of Struts 2.1.8 is delivered with javassist code inside, that conflicts with the one inside of JBoss.
&lt;br&gt;&amp;gt; Please help to resolve the problem, since Struts 2.1.8 does not work with previous versions of xworks.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3308%29-javassist-trouble-on-JBoss-5.1-tp26133162p26526355.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526145</id>
	<title>[jira] Commented: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-26T00:44:13Z</published>
	<updated>2009-11-26T00:44:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47115#action_47115&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47115#action_47115&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Andrei Ivanov commented on WW-3340:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;Please don't forget about the ognl version that's being used and its blocker issue.
&lt;br&gt;It seems that ognl doesn't have an active maintainer anymore.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26526145.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525808</id>
	<title>Re: [OSS Bamboo] Struts 2 SVN - Main Build build 1260 has FAILED (0  tests failed). Change made by lukaszlenart</title>
	<published>2009-11-26T00:15:01Z</published>
	<updated>2009-11-26T00:15:01Z</updated>
	<author>
		<name>Lukasz Lenart</name>
	</author>
	<content type="html">What is the problem with those missing dependencies?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;-- 
&lt;br&gt;Lukasz
&lt;br&gt;&lt;a href=&quot;http://www.lenart.org.pl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lenart.org.pl/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/11/26 Atlassian Open Source Bamboo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525808&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bamboo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;STRUTS-MAIN-1260&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; failed.
&lt;br&gt;&amp;gt; Code has been updated by lukaszlenart&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/author/lukaszlenart&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/author/lukaszlenart&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No failed tests found, a possible compilation error.
&lt;br&gt;&amp;gt; &amp;nbsp; Code Changes&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/commit&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/commit&lt;/a&gt;&amp;gt; &amp;nbsp;See
&lt;br&gt;&amp;gt; full change details&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/commit&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/commit&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; lukaszlenart&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/author/lukaszlenart&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/author/lukaszlenart&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Removed javassist exclusion from ognl &amp;nbsp;(884452)
&lt;br&gt;&amp;gt; &amp;nbsp; Error Summary&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/log&lt;/a&gt;&amp;gt; &amp;nbsp;See
&lt;br&gt;&amp;gt; full build log&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/log&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[INFO]
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;nbsp; [ERROR] BUILD ERROR
&lt;br&gt;&amp;gt; &amp;nbsp; [INFO]
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;nbsp; [INFO] Failed to resolve artifact.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; Missing:
&lt;br&gt;&amp;gt; &amp;nbsp; ----------
&lt;br&gt;&amp;gt; &amp;nbsp; 1) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Try downloading the file manually from the project website.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Then, install it using the command:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=org.apache.struts
&lt;br&gt;&amp;gt; -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt; -Dpackaging=jar -Dfile=/path/to/file
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Alternatively, if you host your own repository you can deploy the file
&lt;br&gt;&amp;gt; there:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=org.apache.struts
&lt;br&gt;&amp;gt; -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt; -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Path to dependency:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2)
&lt;br&gt;&amp;gt; org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Try downloading the file manually from the project website.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Then, install it using the command:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=org.apache.struts
&lt;br&gt;&amp;gt; -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt; -Dpackaging=jar -Dfile=/path/to/file
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Alternatively, if you host your own repository you can deploy the file
&lt;br&gt;&amp;gt; there:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=org.apache.struts
&lt;br&gt;&amp;gt; -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt; -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Path to dependency:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2)
&lt;br&gt;&amp;gt; org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; ----------
&lt;br&gt;&amp;gt; &amp;nbsp; 2 required artifacts are missing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; for artifact:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; from the specified remote repositories:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; apache.snapshots (&lt;a href=&quot;http://people.apache.org/repo/m2-snapshot-repository&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.apache.org/repo/m2-snapshot-repository&lt;/a&gt;&lt;br&gt;&amp;gt; ),
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; central (&lt;a href=&quot;https://m2proxy.atlassian.com/repository/public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://m2proxy.atlassian.com/repository/public&lt;/a&gt;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; [INFO]
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;nbsp; [INFO] For more information, run Maven with the -e switch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Email generated by Atlassian Bamboo&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com&lt;/a&gt;&amp;gt;- if you wish to stop receiving these emails edit your user
&lt;br&gt;&amp;gt; profile&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/profile/userNotifications.action&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/profile/userNotifications.action&lt;/a&gt;&amp;gt;or notify
&lt;br&gt;&amp;gt; your administrator&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/viewAdministrators.action&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/viewAdministrators.action&lt;/a&gt;&amp;gt; &amp;nbsp;Want
&lt;br&gt;&amp;gt; this information in your IDE?&amp;lt;&lt;a href=&quot;http://www.atlassian.com/software/ideconnector/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/ideconnector/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Actions
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;View Online&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add Comments&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/comment&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/comment&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; View Artifacts&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/artifact&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/artifact&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Download Logs&amp;lt;&lt;a href=&quot;http://opensource.bamboo.atlassian.com/download/STRUTS-MAIN/build_logs/STRUTS-MAIN-1260.log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensource.bamboo.atlassian.com/download/STRUTS-MAIN/build_logs/STRUTS-MAIN-1260.log&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OSS-Bamboo--Struts-2-SVN---Main-Build-build-1260-has-FAILED-%280-tests-failed%29.-Change-made-by-lukaszlenart-tp26525742p26525808.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525742</id>
	<title>[OSS Bamboo] Struts 2 SVN - Main Build build 1260 has FAILED (0 tests failed). Change made by lukaszlenart</title>
	<published>2009-11-26T00:08:31Z</published>
	<updated>2009-11-26T00:08:31Z</updated>
	<author>
		<name>Atlassian Open Source Bamboo</name>
	</author>
	<content type="html">&lt;div&gt;

&lt;font size=&quot;2&quot; color=&quot;black&quot; face=&quot;Arial, Helvetica, sans-serif&quot; style=&quot;font-family: Arial, sans-serif;font-size: 13px;color:#000&quot;&gt;
&lt;table align=&quot;center&quot; border=&quot;0&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; width=&quot;98%&quot;&gt;
&lt;tr&gt;
	&lt;td style=&quot;vertical-align:top&quot;&gt;
                &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ffe6e7;border-top:1px solid #eec0c0;border-bottom:1px solid #eec0c0;color:#d62829;&quot;&gt;
        &lt;tr&gt;
        &lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
            &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
        &lt;/td&gt;
        &lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#d62829;padding:5px 10px&quot;&gt;
            &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#d62829&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;STRUTS-MAIN-1260&lt;/a&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 14px;&quot;&gt;failed.&lt;/span&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;&quot;&gt;
            &lt;br /&gt;Code has been updated by &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/author/lukaszlenart&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lukaszlenart&lt;/a&gt;.
                &lt;br /&gt;No failed tests found, a possible compilation error.
            &lt;/span&gt;
        &lt;/td&gt;
        &lt;/tr&gt;
        &lt;/table&gt;
        &lt;br&gt;

       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/commit&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Code Changes&lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/commit&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full change details&lt;/a&gt;&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
       &lt;/table&gt;
       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
                    &lt;tr&gt;&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:10px 0 0px 10px&quot;&gt;
                            &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/businessman.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
                        &lt;/td&gt;
                        &lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px&quot;&gt;
                            &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/author/lukaszlenart&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
                               lukaszlenart&lt;/a&gt;&lt;br&gt;
                            Removed javassist exclusion from ognl
                        &lt;/td&gt;
                        &lt;td width=&quot;60&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px&quot;&gt;
                             (884452)
                        &lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;&lt;br&gt;


            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
                &lt;tr&gt;
                    &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/log&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Error Summary&lt;/a&gt;
                    &lt;/td&gt;
                    &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full build log&lt;/a&gt;
                        &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                    &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;

            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f2f2f2;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;color:#000;margin-top:5px;padding:10px&quot;&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [ERROR] BUILD ERROR&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] Failed to resolve artifact.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    Missing:&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    ----------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    1) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Try downloading the file manually from the project website.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Then, install it using the command: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Alternatively, if you host your own repository you can deploy the file there: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Path to dependency: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Try downloading the file manually from the project website.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Then, install it using the command: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Alternatively, if you host your own repository you can deploy the file there: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Path to dependency: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    ----------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    2 required artifacts are missing.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    for artifact: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    from the specified remote repositories:&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; central (https://m2proxy.atlassian.com/repository/public)&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] For more information, run Maven with the -e switch&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;
            &lt;br /&gt;

        &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top;padding:20px;padding-bottom:10px&quot;&gt;
                Email generated by &lt;a href=&quot;http://opensource.bamboo.atlassian.com&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Atlassian Bamboo&lt;/a&gt; - if you wish to stop receiving these emails edit your  &lt;a href=&quot;http://opensource.bamboo.atlassian.com/profile/userNotifications.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user profile&lt;/a&gt; or &lt;a href=&quot;http://opensource.bamboo.atlassian.com/viewAdministrators.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;notify your administrator&lt;/a&gt;
            &lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top&quot;&gt;
                &lt;a href=&quot;http://www.atlassian.com/software/ideconnector/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Want this information in your IDE?&lt;/a&gt;
            &lt;/td&gt;&lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
    &lt;td width=&quot;150&quot; style=&quot;vertical-align:top&quot;&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px&quot;&gt;
                    Actions
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f5f9fc;border-bottom:1px solid #bbd0e5;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Ariel, sans-serif; font-size: 13px; color:#036;vertical-align:top;padding:5px 10px;line-height:1.7&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Online&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/comment&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Add Comments&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1260/artifact&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Artifacts&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/download/STRUTS-MAIN/build_logs/STRUTS-MAIN-1260.log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Download Logs&lt;/a&gt;
                    &lt;br&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
&lt;tr&gt;
&lt;/table&gt;
&lt;/font&gt;
&lt;/div&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OSS-Bamboo--Struts-2-SVN---Main-Build-build-1260-has-FAILED-%280-tests-failed%29.-Change-made-by-lukaszlenart-tp26525742p26525742.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525724</id>
	<title>[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 1023 has FAILED (0 tests failed). Change made by lukaszlenart</title>
	<published>2009-11-26T00:06:02Z</published>
	<updated>2009-11-26T00:06:02Z</updated>
	<author>
		<name>Atlassian Open Source Bamboo</name>
	</author>
	<content type="html">&lt;div&gt;

&lt;font size=&quot;2&quot; color=&quot;black&quot; face=&quot;Arial, Helvetica, sans-serif&quot; style=&quot;font-family: Arial, sans-serif;font-size: 13px;color:#000&quot;&gt;
&lt;table align=&quot;center&quot; border=&quot;0&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; width=&quot;98%&quot;&gt;
&lt;tr&gt;
	&lt;td style=&quot;vertical-align:top&quot;&gt;
                &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ffe6e7;border-top:1px solid #eec0c0;border-bottom:1px solid #eec0c0;color:#d62829;&quot;&gt;
        &lt;tr&gt;
        &lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
            &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
        &lt;/td&gt;
        &lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#d62829;padding:5px 10px&quot;&gt;
            &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#d62829&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;STRUTS-MAINJ6-1023&lt;/a&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 14px;&quot;&gt;failed.&lt;/span&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;&quot;&gt;
            &lt;br /&gt;Code has been updated by &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/author/lukaszlenart&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lukaszlenart&lt;/a&gt;.
                &lt;br /&gt;No failed tests found, a possible compilation error.
            &lt;/span&gt;
        &lt;/td&gt;
        &lt;/tr&gt;
        &lt;/table&gt;
        &lt;br&gt;

       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/commit&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Code Changes&lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/commit&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full change details&lt;/a&gt;&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
       &lt;/table&gt;
       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
                    &lt;tr&gt;&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:10px 0 0px 10px&quot;&gt;
                            &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/businessman.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
                        &lt;/td&gt;
                        &lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px&quot;&gt;
                            &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/author/lukaszlenart&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
                               lukaszlenart&lt;/a&gt;&lt;br&gt;
                            Removed javassist exclusion from ognl
                        &lt;/td&gt;
                        &lt;td width=&quot;60&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px&quot;&gt;
                             (884452)
                        &lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;&lt;br&gt;
            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
                &lt;tr&gt;
                    &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tests&lt;/a&gt;
                    &lt;/td&gt;
                    &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full test details&lt;/a&gt;&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                    &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;
            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;


                    &lt;tr&gt;
                        &lt;td colspan=&quot;2&quot; width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000;vertical-align:top;padding:10px 0 0 10px&quot;&gt;
                            Fixed Tests (11)
                        &lt;/td&gt;
                    &lt;/tr&gt;
&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:test200&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;200&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:test404&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;404&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testActionMappingLookup&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Action mapping lookup&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testStaticExecute&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static execute&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testStaticFallthrough&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static fallthrough&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testUriPatternExclusion&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Uri pattern exclusion&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:test200&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;200&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:test404&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;404&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:testFilterInMiddle&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Filter in middle&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:testStaticExecute&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static execute&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:testStaticFallthrough&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static fallthrough&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;            &lt;/table&gt;&lt;br&gt;


            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
                &lt;tr&gt;
                    &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/log&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Error Summary&lt;/a&gt;
                    &lt;/td&gt;
                    &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full build log&lt;/a&gt;
                        &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                    &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;

            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f2f2f2;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;color:#000;margin-top:5px;padding:10px&quot;&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [ERROR] BUILD ERROR&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] Failed to resolve artifact.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    Missing:&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    ----------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    1) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Try downloading the file manually from the project website.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Then, install it using the command: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Alternatively, if you host your own repository you can deploy the file there: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Path to dependency: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Try downloading the file manually from the project website.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Then, install it using the command: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Alternatively, if you host your own repository you can deploy the file there: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Path to dependency: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    ----------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    2 required artifacts are missing.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    for artifact: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    from the specified remote repositories:&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; central (https://m2proxy.atlassian.com/repository/public)&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] For more information, run Maven with the -e switch&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;
            &lt;br /&gt;

        &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top;padding:20px;padding-bottom:10px&quot;&gt;
                Email generated by &lt;a href=&quot;http://opensource.bamboo.atlassian.com&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Atlassian Bamboo&lt;/a&gt; - if you wish to stop receiving these emails edit your  &lt;a href=&quot;http://opensource.bamboo.atlassian.com/profile/userNotifications.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user profile&lt;/a&gt; or &lt;a href=&quot;http://opensource.bamboo.atlassian.com/viewAdministrators.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;notify your administrator&lt;/a&gt;
            &lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top&quot;&gt;
                &lt;a href=&quot;http://www.atlassian.com/software/ideconnector/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Want this information in your IDE?&lt;/a&gt;
            &lt;/td&gt;&lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
    &lt;td width=&quot;150&quot; style=&quot;vertical-align:top&quot;&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px&quot;&gt;
                    Actions
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f5f9fc;border-bottom:1px solid #bbd0e5;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Ariel, sans-serif; font-size: 13px; color:#036;vertical-align:top;padding:5px 10px;line-height:1.7&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Online&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/comment&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Add Comments&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1023/artifact&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Artifacts&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/download/STRUTS-MAINJ6/build_logs/STRUTS-MAINJ6-1023.log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Download Logs&lt;/a&gt;
                    &lt;br&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
&lt;tr&gt;
&lt;/table&gt;
&lt;/font&gt;
&lt;/div&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OSS-Bamboo--Struts-2-SVN---Main-Build-%28Java-6%29-build-1023-has-FAILED-%280-tests-failed%29.-Change-made-by-lukaszlenart-tp26525724p26525724.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525671</id>
	<title>svn commit: r884452 - /struts/struts2/trunk/core/pom.xml</title>
	<published>2009-11-26T00:01:34Z</published>
	<updated>2009-11-26T00:01:34Z</updated>
	<author>
		<name>lukaszlenart</name>
	</author>
	<content type="html">Author: lukaszlenart
&lt;br&gt;Date: Thu Nov 26 08:01:33 2009
&lt;br&gt;New Revision: 884452
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=884452&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=884452&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;Removed javassist exclusion from ognl
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; struts/struts2/trunk/core/pom.xml
&lt;br&gt;&lt;br&gt;Modified: struts/struts2/trunk/core/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=884452&amp;r1=884451&amp;r2=884452&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=884452&amp;r1=884451&amp;r2=884452&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- struts/struts2/trunk/core/pom.xml (original)
&lt;br&gt;+++ struts/struts2/trunk/core/pom.xml Thu Nov 26 08:01:33 2009
&lt;br&gt;@@ -261,12 +261,6 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;ognl&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;ognl&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.7.3&amp;lt;/version&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;exclusions&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;exclusion&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;jboss&amp;lt;/groupId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;javassist&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/exclusion&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/exclusions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- Velocity --&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r884452----struts-struts2-trunk-core-pom.xml-tp26525671p26525671.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524312</id>
	<title>[jira] Updated: (WW-3341) Dispatcher catches Exceptions silently since 2.1.1</title>
	<published>2009-11-25T20:46:14Z</published>
	<updated>2009-11-25T20:46:14Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Nicolas Berthet updated WW-3341:
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Description: 
&lt;br&gt;Trying to migrate from 2.0.x to 2.1.8.1, I noticed that the exception handling from the Dispatcher changed.
&lt;br&gt;&lt;br&gt;Before :
&lt;br&gt;The dispatcher threw a ServletException and it was propagated through the stack
&lt;br&gt;&lt;br&gt;Since 2.1.1 :
&lt;br&gt;The dispatcher catch all Exceptions and call sendError
&lt;br&gt;&lt;br&gt;The problem is that the exception will not go up through the stack as it was the case before, so nobody in the stack (j2ee filters) will notice this exception (unless checking requests attributes, which is not a good way).
&lt;br&gt;&lt;br&gt;If you use a javax.servlet.Filter for things such as open-session-in-view, you will not notice the exception, and maybe fail to rollback your current transaction, same for exception tracing filters, etc...
&lt;br&gt;&lt;br&gt;It is a severe non-backward-compatible change, it was not mentionned in any of the changelogs. It seems it has introduced by revision 602665, seems to be related to the fix for WW-218.
&lt;br&gt;&lt;br&gt;From Dispatcher.serviceAction javadoc...
&lt;br&gt;&amp;quot;All other errors are reported by throwing a ServletException.&amp;quot;
&lt;br&gt;&lt;br&gt;The exception handling has to be clarified, I think propagating a ServletException is more correct as it relies on the container and allow filters to take it into account. 
&lt;br&gt;&lt;br&gt;&amp;nbsp; was:
&lt;br&gt;Trying to migrate from 2.0.x to 2.1.8.1, I noticed that the exception handling from the Dispatcher changed.
&lt;br&gt;&lt;br&gt;Before :
&lt;br&gt;The dispatcher threw a ServletException and it was propagated through the stack
&lt;br&gt;&lt;br&gt;Since 2.1.1 :
&lt;br&gt;The dispatcher catch all Exceptions and call sendError
&lt;br&gt;&lt;br&gt;The problem is that the exception will not go up through the stack as it was the case before, so nobody in the stack (j2ee filters) will notice this exception (unless checking requests attributes, which is not a good way).
&lt;br&gt;&lt;br&gt;If you use a javax.servlet.Filter for things such as open-session-in-view, you will not notice the exception, and maybe fail to rollback your current transaction, same for exception tracing filters, etc...
&lt;br&gt;&lt;br&gt;It is a severe non-backward-compatible change, it was not mentionned in any of the changelogs. It seems it has introduced by revision 602665, seems to be related to the fix for WW-218.
&lt;br&gt;&lt;br&gt;The exception handling has to be clarified, I think propagating a ServletException is more correct as it relies on the container and allow filters to take it into account.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dispatcher catches Exceptions silently since 2.1.1
&lt;br&gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3341
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3341&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3341&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Nicolas Berthet
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Trying to migrate from 2.0.x to 2.1.8.1, I noticed that the exception handling from the Dispatcher changed.
&lt;br&gt;&amp;gt; Before :
&lt;br&gt;&amp;gt; The dispatcher threw a ServletException and it was propagated through the stack
&lt;br&gt;&amp;gt; Since 2.1.1 :
&lt;br&gt;&amp;gt; The dispatcher catch all Exceptions and call sendError
&lt;br&gt;&amp;gt; The problem is that the exception will not go up through the stack as it was the case before, so nobody in the stack (j2ee filters) will notice this exception (unless checking requests attributes, which is not a good way).
&lt;br&gt;&amp;gt; If you use a javax.servlet.Filter for things such as open-session-in-view, you will not notice the exception, and maybe fail to rollback your current transaction, same for exception tracing filters, etc...
&lt;br&gt;&amp;gt; It is a severe non-backward-compatible change, it was not mentionned in any of the changelogs. It seems it has introduced by revision 602665, seems to be related to the fix for WW-218.
&lt;br&gt;&amp;gt; From Dispatcher.serviceAction javadoc...
&lt;br&gt;&amp;gt; &amp;quot;All other errors are reported by throwing a ServletException.&amp;quot;
&lt;br&gt;&amp;gt; The exception handling has to be clarified, I think propagating a ServletException is more correct as it relies on the container and allow filters to take it into account. 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3341%29-Dispatcher-catches-Exceptions-silently-since-2.1.1-tp26524102p26524312.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524102</id>
	<title>[jira] Created: (WW-3341) Dispatcher catches Exceptions silently since 2.1.1</title>
	<published>2009-11-25T20:08:13Z</published>
	<updated>2009-11-25T20:08:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">Dispatcher catches Exceptions silently since 2.1.1
&lt;br&gt;--------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: WW-3341
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3341&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3341&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Struts 2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 2.1.8, 2.1.6, 2.1.5, 2.1.4, 2.1.3, 2.1.2, 2.1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Nicolas Berthet
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Critical
&lt;br&gt;&lt;br&gt;&lt;br&gt;Trying to migrate from 2.0.x to 2.1.8.1, I noticed that the exception handling from the Dispatcher changed.
&lt;br&gt;&lt;br&gt;Before :
&lt;br&gt;The dispatcher threw a ServletException and it was propagated through the stack
&lt;br&gt;&lt;br&gt;Since 2.1.1 :
&lt;br&gt;The dispatcher catch all Exceptions and call sendError
&lt;br&gt;&lt;br&gt;The problem is that the exception will not go up through the stack as it was the case before, so nobody in the stack (j2ee filters) will notice this exception (unless checking requests attributes, which is not a good way).
&lt;br&gt;&lt;br&gt;If you use a javax.servlet.Filter for things such as open-session-in-view, you will not notice the exception, and maybe fail to rollback your current transaction, same for exception tracing filters, etc...
&lt;br&gt;&lt;br&gt;It is a severe non-backward-compatible change, it was not mentionned in any of the changelogs. It seems it has introduced by revision 602665, seems to be related to the fix for WW-218.
&lt;br&gt;&lt;br&gt;The exception handling has to be clarified, I think propagating a ServletException is more correct as it relies on the container and allow filters to take it into account.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3341%29-Dispatcher-catches-Exceptions-silently-since-2.1.1-tp26524102p26524102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26523572</id>
	<title>Re: Pretty mapping of actions</title>
	<published>2009-11-25T18:33:23Z</published>
	<updated>2009-11-25T18:33:23Z</updated>
	<author>
		<name>Alex Siman</name>
	</author>
	<content type="html">Hi there!
&lt;br&gt;&lt;br&gt;Anyone interested? Any thoughts?
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Alex Siman wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I have found some pretty RESTful approaches to map actions. I think Struts 2 must borrowed these ideas.
&lt;br&gt;&lt;br&gt;From V|Raptor:
&lt;br&gt;&lt;a href=&quot;http://vraptor.caelum.com.br/documentation/vraptor3-ten-minutes-guide/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://vraptor.caelum.com.br/documentation/vraptor3-ten-minutes-guide/&lt;/a&gt;&lt;br&gt;&lt;br&gt;public class ProductsController {
&lt;br&gt;&amp;nbsp; &amp;nbsp; //...
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Get
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Path(&amp;quot;/products&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public List&amp;lt;Product&amp;gt; list() {...}
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Post
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Path(&amp;quot;/products&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void add(Product product) {...}
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Get
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Path(&amp;quot;/products/{product.id}&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void view(Product product) {...}
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Put
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Path(&amp;quot;/products/{product.id}&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void update(Product product) {...}
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Delete
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Path(&amp;quot;/products/{product.id}&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void remove(Product product) {...}
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;From Spring MVC 3:
&lt;br&gt;&lt;a href=&quot;http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch15s03.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch15s03.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;@Controller
&lt;br&gt;@RequestMapping(&amp;quot;/appointments&amp;quot;)
&lt;br&gt;public class AppointmentsController {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; private final AppointmentBook appointmentBook;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Autowired
&lt;br&gt;&amp;nbsp; &amp;nbsp; public AppointmentsController(AppointmentBook appointmentBook) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.appointmentBook = appointmentBook;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @RequestMapping(method = RequestMethod.GET)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public Map&amp;lt;String, Appointment&amp;gt; get() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return appointmentBook.getAppointmentsForToday();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @RequestMapping(value=&amp;quot;/{day}&amp;quot;, method = RequestMethod.GET)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public Map&amp;lt;String, Appointment&amp;gt; getForDay(@PathVariable @DateTimeFormat(iso=ISO.DATE) Date day, Model model) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return appointmentBook.getAppointmentsForDay(day);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @RequestMapping(value=&amp;quot;/new&amp;quot;, method = RequestMethod.GET)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public AppointmentForm getNewForm() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return new AppointmentForm();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @RequestMapping(method = RequestMethod.POST)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String add(@Valid AppointmentForm appointment, BindingResult result) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (result.hasErrors()) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return &amp;quot;appointments/new&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; appointmentBook.addAppointment(appointment);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return &amp;quot;redirect:/appointments&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;And about Struts 2 RESTful plugin: I found it not so good as it could be. It is not flexible enough. Maybe it can be rewritten to allow map actions like in examples above?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pretty-mapping-of-actions-tp26382540p26523572.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522475</id>
	<title>[CONF] Confluence Changes in the last 24 hours</title>
	<published>2009-11-25T16:02:00Z</published>
	<updated>2009-11-25T16:02:00Z</updated>
	<author>
		<name>confluence-2</name>
	</author>
	<content type="html">This is a daily summary of all recent changes in Confluence.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Updated Spaces:
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache Camel (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Quickfix created by &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522475&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmoulliard@...&lt;/a&gt; (11:01 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/Quickfix&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/Quickfix&lt;/a&gt;&lt;br&gt;&lt;br&gt;Camel 2.0.0 Release edited by &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522475&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmoulliard@...&lt;/a&gt; &amp;nbsp;(01:50 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0.0+Release&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0.0+Release&lt;/a&gt;&lt;br&gt;&lt;br&gt;Camel 2.0-M2 Release edited by &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522475&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmoulliard@...&lt;/a&gt; &amp;nbsp;(01:50 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0-M2+Release&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0-M2+Release&lt;/a&gt;&lt;br&gt;&lt;br&gt;Component List edited by &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522475&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmoulliard@...&lt;/a&gt; &amp;nbsp;(01:50 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/Component+List&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/Component+List&lt;/a&gt;&lt;br&gt;&lt;br&gt;Camel 2.1.0 Release edited by &amp;nbsp;davsclaus &amp;nbsp;(08:34 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.1.0+Release&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.1.0+Release&lt;/a&gt;&lt;br&gt;&lt;br&gt;gmail edited by &amp;nbsp;mrt1nz &amp;nbsp;(08:27 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/gmail&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/gmail&lt;/a&gt;&lt;br&gt;&lt;br&gt;gtask edited by &amp;nbsp;mrt1nz &amp;nbsp;(08:27 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/gtask&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/gtask&lt;/a&gt;&lt;br&gt;&lt;br&gt;ghttp edited by &amp;nbsp;mrt1nz &amp;nbsp;(08:26 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/ghttp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/ghttp&lt;/a&gt;&lt;br&gt;&lt;br&gt;Apache Camel 1.6.2 Release created by hzbarcea (01:54 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/2009/11/25/Apache+Camel+1.6.2+Release&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/2009/11/25/Apache+Camel+1.6.2+Release&lt;/a&gt;&lt;br&gt;&lt;br&gt;Xml Reference edited by &amp;nbsp;hzbarcea &amp;nbsp;(01:49 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/Xml+Reference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/Xml+Reference&lt;/a&gt;&lt;br&gt;&lt;br&gt;Download edited by &amp;nbsp;hzbarcea &amp;nbsp;(01:48 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/Download&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/Download&lt;/a&gt;&lt;br&gt;&lt;br&gt;Camel 1.6.2 Release created by hzbarcea (01:26 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/CAMEL/Camel+1.6.2+Release&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/CAMEL/Camel+1.6.2+Release&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Community Development Site (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/COMDEVxSITE&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/COMDEVxSITE&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Index edited by &amp;nbsp;rgardler &amp;nbsp;(08:32 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/COMDEVxSITE/Index&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/COMDEVxSITE/Index&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache ESME (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/ESME&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/ESME&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Akibot Use Case description created by richardhirsch (08:01 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/ESME/Akibot+Use+Case+description&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/ESME/Akibot+Use+Case+description&lt;/a&gt;&lt;br&gt;&lt;br&gt;Collaboration with Akibot edited by &amp;nbsp;richardhirsch &amp;nbsp;(08:03 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/ESME/Collaboration+with+Akibot&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/ESME/Collaboration+with+Akibot&lt;/a&gt;&lt;br&gt;&lt;br&gt;Akibot Use Case created by richardhirsch (07:59 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/ESME/Akibot+Use+Case&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/ESME/Akibot+Use+Case&lt;/a&gt;&lt;br&gt;&lt;br&gt;Google Analytics edited by &amp;nbsp;richardhirsch &amp;nbsp;(04:49 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/ESME/Google+Analytics&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/ESME/Google+Analytics&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Comments
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/ESME/Collaboration+with+Akibot&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/ESME/Collaboration+with+Akibot&lt;/a&gt;&amp;nbsp;(1)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/ESME/Akibot+Use+Case+description&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/ESME/Akibot+Use+Case+description&lt;/a&gt;&amp;nbsp;(2)
&lt;br&gt;&lt;br&gt;Apache Jackrabbit (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/JCR&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/JCR&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Welcome to Apache Jackrabbit edited by &amp;nbsp;jukka &amp;nbsp;(11:30 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/JCR/Welcome+to+Apache+Jackrabbit&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/JCR/Welcome+to+Apache+Jackrabbit&lt;/a&gt;&lt;br&gt;&lt;br&gt;Downloads edited by &amp;nbsp;jukka &amp;nbsp;(11:24 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/JCR/Downloads&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/JCR/Downloads&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache Maven (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/MAVEN&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/MAVEN&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Maven 3.x Compatibility Notes edited by &amp;nbsp;olamy &amp;nbsp;(09:00 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache Qpid (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/qpid&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/qpid&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Persistent Cluster Restart Design Note edited by &amp;nbsp;aconway &amp;nbsp;(07:30 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/qpid/Persistent+Cluster+Restart+Design+Note&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/qpid/Persistent+Cluster+Restart+Design+Note&lt;/a&gt;&lt;br&gt;&lt;br&gt;Getting Started edited by &amp;nbsp;cctrieloff &amp;nbsp;(02:01 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/qpid/Getting+Started&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/qpid/Getting+Started&lt;/a&gt;&lt;br&gt;&lt;br&gt;0.6 Release edited by &amp;nbsp;astitcher &amp;nbsp;(05:20 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/qpid/0.6+Release&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/qpid/0.6+Release&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Struts2NewDocDraft (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/S2NewDocDraft&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/S2NewDocDraft&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Development mode edited by &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522475&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bphillips@...&lt;/a&gt; &amp;nbsp;(04:34 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Development+mode&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Development+mode&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache Sling (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/SLING&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/SLING&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Sling Initial Content Loader - JSON Descriptor Files created by sadhakim (12:30 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/SLING/Sling+Initial+Content+Loader+-+JSON+Descriptor+Files&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/SLING/Sling+Initial+Content+Loader+-+JSON+Descriptor+Files&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache Stonehenge (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/STONEHENGE&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/STONEHENGE&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;November 2009 Report edited by &amp;nbsp;nickh &amp;nbsp;(06:15 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/STONEHENGE/November+2009+Report&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/STONEHENGE/November+2009+Report&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Traffic Server (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/TS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/TS&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Releases created by bcall (03:22 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/TS/Releases&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/TS/Releases&lt;/a&gt;&lt;br&gt;&lt;br&gt;Traffic Server edited by &amp;nbsp;bcall &amp;nbsp;(03:21 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/TS/Traffic+Server&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/TS/Traffic+Server&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Tuscany Wiki (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/TUSCANYWIKI&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/TUSCANYWIKI&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Conformance Testing edited by &amp;nbsp;slaws &amp;nbsp;(03:22 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Conformance+Testing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Conformance+Testing&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache VCL (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/VCL&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/VCL&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Example - Granting Two Sets of Users Access to Two Different Sets of Images edited by &amp;nbsp;jfthomps &amp;nbsp;(04:35 PM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/VCL/Example+-+Granting+Two+Sets+of+Users+Access+to+Two+Different+Sets+of+Images&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/VCL/Example+-+Granting+Two+Sets+of+Users+Access+to+Two+Different+Sets+of+Images&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache Wookie (&lt;a href=&quot;http://cwiki.apache.org/confluence/display/WOOKIE&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/WOOKIE&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pages
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Downloading and Installing Wookie edited by &amp;nbsp;scottbw &amp;nbsp;(11:32 AM)
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/WOOKIE/Downloading+and+Installing+Wookie&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/WOOKIE/Downloading+and+Installing+Wookie&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Change your notification preferences: &lt;a href=&quot;http://cwiki.apache.org/confluence/users/viewnotifications.action&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/users/viewnotifications.action&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-CONF--Confluence-Changes-in-the-last-24-hours-tp26522475p26522475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521333</id>
	<title>[jira] Commented: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T14:24:13Z</published>
	<updated>2009-11-25T14:24:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47114#action_47114&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47114#action_47114&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Lukasz Lenart commented on WW-3340:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;Yes, you're right! I excluded javassist from xwork and included it in struts2
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;--
&lt;br&gt;Lukasz
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26521333.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521304</id>
	<title>[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 1022 has FAILED (116 tests failed)</title>
	<published>2009-11-25T14:22:00Z</published>
	<updated>2009-11-25T14:22:00Z</updated>
	<author>
		<name>Atlassian Open Source Bamboo</name>
	</author>
	<content type="html">&lt;div&gt;

&lt;font size=&quot;2&quot; color=&quot;black&quot; face=&quot;Arial, Helvetica, sans-serif&quot; style=&quot;font-family: Arial, sans-serif;font-size: 13px;color:#000&quot;&gt;
&lt;table align=&quot;center&quot; border=&quot;0&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; width=&quot;98%&quot;&gt;
&lt;tr&gt;
	&lt;td style=&quot;vertical-align:top&quot;&gt;
                &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ffe6e7;border-top:1px solid #eec0c0;border-bottom:1px solid #eec0c0;color:#d62829;&quot;&gt;
        &lt;tr&gt;
        &lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
            &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
        &lt;/td&gt;
        &lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#d62829;padding:5px 10px&quot;&gt;
            &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#d62829&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;STRUTS-MAINJ6-1022&lt;/a&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 14px;&quot;&gt;failed.&lt;/span&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;&quot;&gt;
            &lt;br /&gt;    This build occured because it is a dependant of &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/XWORK-MAIN-440&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;XWORK-MAIN-440&lt;/a&gt;.
                &lt;br /&gt;&lt;strong&gt;116/541&lt;/strong&gt; tests failed.
            &lt;/span&gt;
        &lt;/td&gt;
        &lt;/tr&gt;
        &lt;/table&gt;
        &lt;br&gt;

       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/commit&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Code Changes&lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
       &lt;/table&gt;
       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
             &lt;tr&gt;&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px&quot;&gt;
                     This build does not have any commits.
             &lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;&lt;br&gt;
            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
                &lt;tr&gt;
                    &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tests&lt;/a&gt;
                    &lt;/td&gt;
                    &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full test details&lt;/a&gt;&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                    &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;
            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;


                    &lt;tr&gt;
                        &lt;td colspan=&quot;2&quot; width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000;vertical-align:top;padding:10px 0 0 10px&quot;&gt;
                            Failed Tests (116)
                        &lt;/td&gt;
                    &lt;/tr&gt;
&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.SelectTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SelectTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.SelectTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.OptGroupTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;OptGroupTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.OptGroupTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.freemarker.FreeMarkerResultTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarkerResultTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.freemarker.FreeMarkerResultTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.DivTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;DivTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.DivTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.FieldErrorTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FieldErrorTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.FieldErrorTagTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:test200&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;200&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:test404&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;404&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testActionMappingLookup&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Action mapping lookup&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testStaticExecute&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static execute&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testStaticFallthrough&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static fallthrough&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testUriPatternExclusion&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Uri pattern exclusion&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ElseTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ElseTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ElseTagTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.CheckboxListTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;CheckboxListTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.CheckboxListTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.DispatcherTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;DispatcherTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.DispatcherTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.interceptor.TokenSessionStoreInterceptorTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TokenSessionStoreInterceptorTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.interceptor.TokenSessionStoreInterceptorTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.ComponentTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ComponentTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.ComponentTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ServletDispatcherResultTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ServletDispatcherResultTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.ServletDispatcherResultTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.StreamResultTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StreamResultTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.dispatcher.StreamResultTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.HiddenTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;HiddenTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.HiddenTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.TooltipTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TooltipTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.TooltipTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.TooltipTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TooltipTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.ui.TooltipTest:tearDown&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tear down&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.IteratorTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IteratorTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.IteratorTagTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.IteratorTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IteratorTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.IteratorTagTest:tearDown&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tear down&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.interceptor.CookieInterceptorTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;CookieInterceptorTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.interceptor.CookieInterceptorTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.AnchorTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AnchorTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test/org.apache.struts2.views.jsp.AnchorTagTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;                &lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;font-family: Arial, sans-serif; vertical-align:top;padding:10px 0 0 10px&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/test&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;More tests...&lt;/a&gt;
                &lt;/td&gt;&lt;/tr&gt;
            &lt;/table&gt;&lt;br&gt;


            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
                &lt;tr&gt;
                    &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/log&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Error Summary&lt;/a&gt;
                    &lt;/td&gt;
                    &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full build log&lt;/a&gt;
                        &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                    &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;

            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f2f2f2;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;color:#000;margin-top:5px;padding:10px&quot;&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [ERROR] BUILD FAILURE&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] There are test failures.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] For more information, run Maven with the -e switch&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;
            &lt;br /&gt;

        &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top;padding:20px;padding-bottom:10px&quot;&gt;
                Email generated by &lt;a href=&quot;http://opensource.bamboo.atlassian.com&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Atlassian Bamboo&lt;/a&gt; - if you wish to stop receiving these emails edit your  &lt;a href=&quot;http://opensource.bamboo.atlassian.com/profile/userNotifications.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user profile&lt;/a&gt; or &lt;a href=&quot;http://opensource.bamboo.atlassian.com/viewAdministrators.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;notify your administrator&lt;/a&gt;
            &lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top&quot;&gt;
                &lt;a href=&quot;http://www.atlassian.com/software/ideconnector/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Want this information in your IDE?&lt;/a&gt;
            &lt;/td&gt;&lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
    &lt;td width=&quot;150&quot; style=&quot;vertical-align:top&quot;&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px&quot;&gt;
                    Actions
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f5f9fc;border-bottom:1px solid #bbd0e5;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Ariel, sans-serif; font-size: 13px; color:#036;vertical-align:top;padding:5px 10px;line-height:1.7&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Online&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/comment&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Add Comments&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1022/artifact&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Artifacts&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/download/STRUTS-MAINJ6/build_logs/STRUTS-MAINJ6-1022.log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Download Logs&lt;/a&gt;
                    &lt;br&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
&lt;tr&gt;
&lt;/table&gt;
&lt;/font&gt;
&lt;/div&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OSS-Bamboo--Struts-2-SVN---Main-Build-%28Java-6%29-build-1022-has-FAILED-%28116-tests-failed%29-tp26521304p26521304.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521043</id>
	<title>[jira] Commented: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T14:02:13Z</published>
	<updated>2009-11-25T14:02:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47113#action_47113&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47113#action_47113&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Musachy Barroso commented on WW-3340:
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;ognl is already excluded from shading in xwork core pom.xml, but javassist is not
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26521043.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521017</id>
	<title>[jira] Commented: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T14:00:15Z</published>
	<updated>2009-11-25T14:00:15Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47112#action_47112&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47112#action_47112&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Musachy Barroso commented on WW-3340:
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;It is there in 2.1.8:
&lt;br&gt;&lt;br&gt;&amp;nbsp;unzip -l xwork-core-2.1.6.jar | grep javassist
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1510 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/ByteArrayClassPath.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2231 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CannotCompileException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1355 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/ClassClassPath.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2101 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/ClassMap.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 307 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/ClassPath.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 460 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/ClassPathList.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1193 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/ClassPool$1.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 12341 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/ClassPool.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5157 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/ClassPoolTail.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 610 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CodeConverter$ArrayAccessReplacementMethodNames.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2097 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CodeConverter$DefaultArrayAccessReplacementMethodNames.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5916 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CodeConverter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2032 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtArray.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 19300 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtBehavior.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1096 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtClass$1.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1366 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtClass$DelayedFileOutputStream.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 14880 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtClass.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 35960 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtClassType.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7703 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtConstructor.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1885 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$ArrayInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1399 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$CodeInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2951 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$CodeInitializer0.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2088 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$DoubleInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2084 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$FloatInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5150 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$Initializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2040 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$IntInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2078 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$LongInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2653 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$MethodInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1883 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$MultiArrayInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2820 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$NewInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1945 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$ParamInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1146 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$PtreeInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1988 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField$StringInitializer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;8763 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtField.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2930 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtMember$Cache.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2339 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtMember.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1655 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtMethod$ConstParameter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1013 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtMethod$IntConstParameter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1016 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtMethod$LongConstParameter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1087 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtMethod$StringConstParameter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5942 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtMethod.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3058 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtNewClass.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4033 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtNewConstructor.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7835 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtNewMethod.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2255 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtNewNestedClass.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3682 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtNewWrappedConstructor.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7058 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtNewWrappedMethod.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1519 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/CtPrimitiveType.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1866 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/DirClassPath.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 632 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/FieldInitLink.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2143 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/JarClassPath.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 880 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/JarDirClassPath$1.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1555 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/JarDirClassPath.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6617 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/Loader.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1548 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/LoaderClassPath.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2516 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/Modifier.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 722 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/NotFoundException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 853 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/SerialVersionUID$1.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 967 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/SerialVersionUID$2.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1034 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/SerialVersionUID$3.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5157 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/SerialVersionUID.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 324 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/Translator.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3299 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/URLClassPath.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1756 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/AccessFlag.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 314 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/AlignmentException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3093 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/AnnotationDefaultAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3124 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/AnnotationsAttribute$Copier.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5070 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/AnnotationsAttribute$Parser.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2877 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/AnnotationsAttribute$Walker.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4568 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/AnnotationsAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6028 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/AttributeInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 685 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/BadBytecode.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1103 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ByteArray.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1656 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ByteVector.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 16107 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/Bytecode.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 13898 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ClassFile.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5110 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ClassFileWriter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3326 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ClassInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5112 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/CodeAnalyzer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 504 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/CodeAttribute$RuntimeCopyException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7836 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/CodeAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 10875 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/CodeIterator.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1557 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ConstInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1112 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ConstInfoPadding.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 14637 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ConstPool.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1494 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ConstantAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1039 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/DeprecatedAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1467 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/Descriptor$Iterator.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1450 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/Descriptor$PrettyPrinter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;9388 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/Descriptor.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1563 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/DoubleInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 411 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/DuplicateMemberException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2620 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/EnclosingMethodAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4612 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ExceptionTable.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 554 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ExceptionTableEntry.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3284 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ExceptionsAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5103 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/FieldInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1033 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/FieldrefInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1555 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/FloatInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4108 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/InnerClassesAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1542 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/IntegerInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1067 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/InterfaceMethodrefInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1033 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/LdcEntry.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 441 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/LineNumberAttribute$Pc.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2809 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/LineNumberAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4067 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/LocalVariableAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1549 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/LongInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1409 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/LongVector.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2001 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/MemberrefInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;9308 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/MethodInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1037 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/MethodrefInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4015 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/Mnemonic.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2593 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/NameAndTypeInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7663 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/Opcode.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3440 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/ParameterAnnotationsAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 243 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$1.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1343 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$ArrayType.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1019 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$BaseType.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2131 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$ClassSignature.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2425 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$ClassType.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1060 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$Cursor.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2438 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$MethodSignature.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1160 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$NestedClassType.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 467 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$ObjectType.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 878 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$Type.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1406 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$TypeArgument.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2278 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$TypeParameter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 864 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute$TypeVariable.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;9258 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SignatureAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1521 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SourceFileAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1138 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StackMapTable$Copier.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1331 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StackMapTable$NewRemover.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3118 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StackMapTable$Printer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 504 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StackMapTable$RuntimeCopyException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2866 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StackMapTable$Shifter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1910 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StackMapTable$SimpleCopy.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3625 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StackMapTable$Walker.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2459 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StackMapTable$Writer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3426 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StackMapTable.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1625 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/StringInfo.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1035 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/SyntheticAttribute.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1707 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/Utf8Info.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 490 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/Annotation$Pair.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7444 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/Annotation.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7384 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/AnnotationImpl.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2754 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/AnnotationMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3994 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/AnnotationsWriter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3806 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/ArrayMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2436 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/BooleanMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2409 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/ByteMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2377 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/CharMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3563 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/ClassMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2425 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/DoubleMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3415 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/EnumMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2417 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/FloatMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2426 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/IntegerMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2409 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/LongMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1233 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/MemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1279 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/MemberValueVisitor.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2415 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/ShortMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2569 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/annotation/StringMemberValue.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 699 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/BasicBlock$Catch.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7990 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/BasicBlock$Maker.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1255 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/BasicBlock$Mark.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2488 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/BasicBlock.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6438 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/Liveness.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 10262 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/MapMaker.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 15651 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/Tracer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2070 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypeData$ArrayElement.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2172 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypeData$BasicType.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 777 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypeData$ClassName.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1563 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypeData$NullType.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4880 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypeData$TypeName.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2425 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypeData$UninitData.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1032 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypeData$UninitThis.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1984 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypeData.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 670 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypeTag.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 783 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypedBlock$Maker.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6174 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/bytecode/stackmap/TypedBlock.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7006 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/AccessorMaker.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 958 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/CodeGen$1.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 676 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/CodeGen$ReturnHook.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 34893 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/CodeGen.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1489 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/CompileError.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2152 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/Javac$1.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2122 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/Javac$2.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1785 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/Javac$3.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 914 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/Javac$CtFieldWithInit.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 12457 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/Javac.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 15551 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/JvstCodeGen.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7191 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/JvstTypeChecker.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 834 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/KeywordTable.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;8251 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/Lex.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1980 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/MemberCodeGen$JsrHook.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1348 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/MemberCodeGen$JsrHook2.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 23744 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/MemberCodeGen.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 854 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/MemberResolver$Method.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 10749 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/MemberResolver.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 937 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/NoFieldException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 23610 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/Parser.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 410 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ProceedHandler.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1176 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/SymbolTable.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 702 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/SyntaxError.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 423 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/Token.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3407 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/TokenId.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 22874 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/TypeChecker.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3513 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/ASTList.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1470 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/ASTree.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 827 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/ArrayInit.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1149 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/AssignExpr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1124 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/BinExpr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1637 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/CallExpr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2113 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/CastExpr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1667 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/CondExpr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3822 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/Declarator.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2272 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/DoubleConst.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2718 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/Expr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1309 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/FieldDecl.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1376 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/InstanceOfExpr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2646 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/IntConst.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1036 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/Keyword.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 940 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/Member.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1980 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/MethodDecl.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2619 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/NewExpr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1626 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/Pair.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2170 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/Stmnt.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1019 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/StringL.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 881 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/Symbol.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1333 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/Variable.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3967 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/compiler/ast/Visitor.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4297 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/TransformAccessArrayField.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1251 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/TransformAfter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3901 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/TransformBefore.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4003 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/TransformCall.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2421 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/TransformFieldAccess.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2929 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/TransformNew.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3408 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/TransformReadField.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2544 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/TransformWriteField.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1116 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/convert/Transformer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1765 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/Cast$ProceedForCast.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4116 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/Cast.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1303 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/ConstructorCall.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;8089 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/Expr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 769 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/ExprEditor$LoopContext.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 597 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/ExprEditor$NewOp.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6440 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/ExprEditor.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2003 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/FieldAccess$ProceedForRead.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2293 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/FieldAccess$ProceedForWrite.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5556 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/FieldAccess.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4139 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/Handler.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1781 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/Instanceof$ProceedForInstanceof.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4190 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/Instanceof.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6299 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/MethodCall.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2016 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/NewArray$ProceedForArray.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6226 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/NewArray.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1918 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/NewExpr$ProceedForNew.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5139 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/expr/NewExpr.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/runtime/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 610 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/runtime/Cflow$Depth.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 754 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/runtime/Cflow.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2966 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/runtime/Desc.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 626 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/runtime/DotClass.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 276 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/runtime/Inner.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/scopedpool/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5636 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/scopedpool/ScopedClassPool.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 418 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/scopedpool/ScopedClassPoolFactory.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1114 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/scopedpool/ScopedClassPoolFactoryImpl.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 739 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/scopedpool/ScopedClassPoolRepository.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4479 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/scopedpool/ScopedClassPoolRepositoryImpl.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1058 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/scopedpool/SoftValueHashMap$SoftValueRef.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2737 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/scopedpool/SoftValueHashMap.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1426 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/Dump.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 719 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/CannotCreateException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1534 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/CannotInvokeException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 415 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/CannotReflectException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;7147 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/ClassMetaobject.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 391 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/CompiledClass.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3262 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/Compiler.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1292 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/Loader.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 322 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/Metalevel.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4321 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/Metaobject.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;8525 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/Reflection.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1693 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/reflect/Sample.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6272 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/AppletServer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 416 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/ExportedObject.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5916 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/ObjectImporter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 801 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/ObjectNotFoundException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 140 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/Proxy.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 727 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/RemoteException.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 577 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/RemoteRef.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 894 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/Sample.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6964 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/rmi/StubGenerator.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/web/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 597 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/web/BadHttpRequest.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 746 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/web/ServiceThread.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4384 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/web/Viewer.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;8775 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/tools/web/Webserver.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1649 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/HotSwapper$1.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;6048 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/HotSwapper.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 345 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/Trigger.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5883 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/FactoryHelper.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 178 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/MethodFilter.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 305 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/MethodHandler.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 738 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/ProxyFactory$1.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1844 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/ProxyFactory$CacheKey.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 315 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/ProxyFactory$ClassLoaderProvider.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; 23260 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/ProxyFactory.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 187 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/ProxyObject.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 989 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/RuntimeSupport$DefaultMethodHandler.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4769 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/RuntimeSupport.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2488 &amp;nbsp;09-19-09 09:23 &amp;nbsp; javassist/util/proxy/SerializedProxy.class
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26521017.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520864</id>
	<title>[jira] Commented: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T13:48:13Z</published>
	<updated>2009-11-25T13:48:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47111#action_47111&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47111#action_47111&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Lukasz Lenart commented on WW-3340:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;I didn't find anything and even better, there is exclusion for javassist in struts2-core so it isn't issue
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;--
&lt;br&gt;Lukasz
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26520864.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520713</id>
	<title>[jira] Commented: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T13:36:13Z</published>
	<updated>2009-11-25T13:36:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47110#action_47110&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47110#action_47110&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Musachy Barroso commented on WW-3340:
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;it is in 2.1.8 I think, it has the ognl classes and javassist classes inside the xwork jar
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26520713.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520690</id>
	<title>[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 1021 has FAILED (0 tests failed)</title>
	<published>2009-11-25T13:34:24Z</published>
	<updated>2009-11-25T13:34:24Z</updated>
	<author>
		<name>Atlassian Open Source Bamboo</name>
	</author>
	<content type="html">&lt;div&gt;

&lt;font size=&quot;2&quot; color=&quot;black&quot; face=&quot;Arial, Helvetica, sans-serif&quot; style=&quot;font-family: Arial, sans-serif;font-size: 13px;color:#000&quot;&gt;
&lt;table align=&quot;center&quot; border=&quot;0&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; width=&quot;98%&quot;&gt;
&lt;tr&gt;
	&lt;td style=&quot;vertical-align:top&quot;&gt;
                &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ffe6e7;border-top:1px solid #eec0c0;border-bottom:1px solid #eec0c0;color:#d62829;&quot;&gt;
        &lt;tr&gt;
        &lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
            &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
        &lt;/td&gt;
        &lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#d62829;padding:5px 10px&quot;&gt;
            &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#d62829&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;STRUTS-MAINJ6-1021&lt;/a&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 14px;&quot;&gt;failed.&lt;/span&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;&quot;&gt;
            &lt;br /&gt;    This build occured because it is a dependant of &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/XWORK-MAIN-439&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;XWORK-MAIN-439&lt;/a&gt;.
                &lt;br /&gt;No failed tests found, a possible compilation error.
            &lt;/span&gt;
        &lt;/td&gt;
        &lt;/tr&gt;
        &lt;/table&gt;
        &lt;br&gt;

       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/commit&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Code Changes&lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
       &lt;/table&gt;
       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
             &lt;tr&gt;&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px&quot;&gt;
                     This build does not have any commits.
             &lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;&lt;br&gt;
            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
                &lt;tr&gt;
                    &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tests&lt;/a&gt;
                    &lt;/td&gt;
                    &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full test details&lt;/a&gt;&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                    &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;
            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;


                    &lt;tr&gt;
                        &lt;td colspan=&quot;2&quot; width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000;vertical-align:top;padding:10px 0 0 10px&quot;&gt;
                            Fixed Tests (11)
                        &lt;/td&gt;
                    &lt;/tr&gt;
&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:test200&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;200&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:test404&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;404&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testActionMappingLookup&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Action mapping lookup&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testStaticExecute&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static execute&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testStaticFallthrough&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static fallthrough&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testUriPatternExclusion&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Uri pattern exclusion&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:test200&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;200&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:test404&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;404&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:testFilterInMiddle&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Filter in middle&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:testStaticExecute&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static execute&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_passed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TwoFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/test/org.apache.struts2.dispatcher.ng.TwoFilterIntegrationTest:testStaticFallthrough&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static fallthrough&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;            &lt;/table&gt;&lt;br&gt;


            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
                &lt;tr&gt;
                    &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/log&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Error Summary&lt;/a&gt;
                    &lt;/td&gt;
                    &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full build log&lt;/a&gt;
                        &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                    &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;

            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f2f2f2;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;color:#000;margin-top:5px;padding:10px&quot;&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [ERROR] BUILD ERROR&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] Failed to resolve artifact.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    Missing:&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    ----------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    1) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Try downloading the file manually from the project website.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Then, install it using the command: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Alternatively, if you host your own repository you can deploy the file there: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Path to dependency: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Try downloading the file manually from the project website.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Then, install it using the command: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Alternatively, if you host your own repository you can deploy the file there: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; Path to dependency: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    ----------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    2 required artifacts are missing.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    for artifact: &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    from the specified remote repositories:&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &amp;nbsp; central (https://m2proxy.atlassian.com/repository/public)&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    &lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] For more information, run Maven with the -e switch&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;
            &lt;br /&gt;

        &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top;padding:20px;padding-bottom:10px&quot;&gt;
                Email generated by &lt;a href=&quot;http://opensource.bamboo.atlassian.com&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Atlassian Bamboo&lt;/a&gt; - if you wish to stop receiving these emails edit your  &lt;a href=&quot;http://opensource.bamboo.atlassian.com/profile/userNotifications.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user profile&lt;/a&gt; or &lt;a href=&quot;http://opensource.bamboo.atlassian.com/viewAdministrators.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;notify your administrator&lt;/a&gt;
            &lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top&quot;&gt;
                &lt;a href=&quot;http://www.atlassian.com/software/ideconnector/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Want this information in your IDE?&lt;/a&gt;
            &lt;/td&gt;&lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
    &lt;td width=&quot;150&quot; style=&quot;vertical-align:top&quot;&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px&quot;&gt;
                    Actions
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f5f9fc;border-bottom:1px solid #bbd0e5;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Ariel, sans-serif; font-size: 13px; color:#036;vertical-align:top;padding:5px 10px;line-height:1.7&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Online&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/comment&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Add Comments&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1021/artifact&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Artifacts&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/download/STRUTS-MAINJ6/build_logs/STRUTS-MAINJ6-1021.log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Download Logs&lt;/a&gt;
                    &lt;br&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
&lt;tr&gt;
&lt;/table&gt;
&lt;/font&gt;
&lt;/div&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OSS-Bamboo--Struts-2-SVN---Main-Build-%28Java-6%29-build-1021-has-FAILED-%280-tests-failed%29-tp26520690p26520690.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520521</id>
	<title>[jira] Commented: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T13:22:13Z</published>
	<updated>2009-11-25T13:22:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47109#action_47109&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47109#action_47109&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Lukasz Lenart commented on WW-3340:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;xwork-core-2.1.6.jar doesn't contain any jars, also Ognl is excluded in shade plugin and javassist is Ognl core dependency. The next thing I didn't notice javassist in struts-2.1.8.1-all.zip. In xwork-core there are some classes connected with Ognl but &amp;nbsp;nothing else.
&lt;br&gt;&lt;br&gt;javassist is also core dependency for Hibernate, please check that.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;--
&lt;br&gt;Lukasz
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26520521.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520501</id>
	<title>[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 1020 has FAILED (116 tests failed)</title>
	<published>2009-11-25T13:20:46Z</published>
	<updated>2009-11-25T13:20:46Z</updated>
	<author>
		<name>Atlassian Open Source Bamboo</name>
	</author>
	<content type="html">&lt;div&gt;

&lt;font size=&quot;2&quot; color=&quot;black&quot; face=&quot;Arial, Helvetica, sans-serif&quot; style=&quot;font-family: Arial, sans-serif;font-size: 13px;color:#000&quot;&gt;
&lt;table align=&quot;center&quot; border=&quot;0&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; width=&quot;98%&quot;&gt;
&lt;tr&gt;
	&lt;td style=&quot;vertical-align:top&quot;&gt;
                &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ffe6e7;border-top:1px solid #eec0c0;border-bottom:1px solid #eec0c0;color:#d62829;&quot;&gt;
        &lt;tr&gt;
        &lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
            &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
        &lt;/td&gt;
        &lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#d62829;padding:5px 10px&quot;&gt;
            &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#d62829&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;STRUTS-MAINJ6-1020&lt;/a&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 14px;&quot;&gt;failed.&lt;/span&gt;
            &lt;span class=&quot;failed&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;&quot;&gt;
            &lt;br /&gt;    This build occured because it is a dependant of &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/XWORK-MAIN-438&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;XWORK-MAIN-438&lt;/a&gt;.
                &lt;br /&gt;&lt;strong&gt;116/541&lt;/strong&gt; tests failed.
            &lt;/span&gt;
        &lt;/td&gt;
        &lt;/tr&gt;
        &lt;/table&gt;
        &lt;br&gt;

       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/commit&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Code Changes&lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
       &lt;/table&gt;
       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
             &lt;tr&gt;&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px&quot;&gt;
                     This build does not have any commits.
             &lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;&lt;br&gt;
            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
                &lt;tr&gt;
                    &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tests&lt;/a&gt;
                    &lt;/td&gt;
                    &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full test details&lt;/a&gt;&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                    &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;
            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;


                    &lt;tr&gt;
                        &lt;td colspan=&quot;2&quot; width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000;vertical-align:top;padding:10px 0 0 10px&quot;&gt;
                            Failed Tests (116)
                        &lt;/td&gt;
                    &lt;/tr&gt;
&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.SelectTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SelectTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.SelectTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.OptGroupTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;OptGroupTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.OptGroupTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.freemarker.FreeMarkerResultTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarkerResultTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.freemarker.FreeMarkerResultTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.DivTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;DivTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.DivTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.FieldErrorTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FieldErrorTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.FieldErrorTagTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:test200&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;200&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:test404&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;404&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testActionMappingLookup&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Action mapping lookup&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testStaticExecute&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static execute&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testStaticFallthrough&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Static fallthrough&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StrutsPrepareAndExecuteFilterIntegrationTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ng.StrutsPrepareAndExecuteFilterIntegrationTest:testUriPatternExclusion&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Uri pattern exclusion&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ElseTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ElseTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ElseTagTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.CheckboxListTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;CheckboxListTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.CheckboxListTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.DispatcherTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;DispatcherTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.DispatcherTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.interceptor.TokenSessionStoreInterceptorTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TokenSessionStoreInterceptorTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.interceptor.TokenSessionStoreInterceptorTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.ComponentTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ComponentTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.ComponentTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ServletDispatcherResultTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ServletDispatcherResultTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.ServletDispatcherResultTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.StreamResultTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;StreamResultTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.dispatcher.StreamResultTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.HiddenTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;HiddenTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.HiddenTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.TooltipTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TooltipTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.TooltipTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.TooltipTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TooltipTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.ui.TooltipTest:tearDown&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tear down&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.IteratorTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IteratorTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.IteratorTagTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.IteratorTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IteratorTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.IteratorTagTest:tearDown&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tear down&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.interceptor.CookieInterceptorTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;CookieInterceptorTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.interceptor.CookieInterceptorTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td width=&quot;20&quot; style=&quot;vertical-align:top;padding:5px 0 5px 10px&quot;&gt;
&lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/jt/icn_plan_failed.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;
&lt;/td&gt;
&lt;td width=&quot;100%&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:5px 10px&quot;&gt;
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.AnchorTagTest&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AnchorTagTest&lt;/a&gt; :
&lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test/org.apache.struts2.views.jsp.AnchorTagTest:setUp&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#000&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Set up&lt;/a&gt;
&lt;span style=&quot;color:#999&quot;&gt;(New)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;                &lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;font-family: Arial, sans-serif; vertical-align:top;padding:10px 0 0 10px&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/test&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;More tests...&lt;/a&gt;
                &lt;/td&gt;&lt;/tr&gt;
            &lt;/table&gt;&lt;br&gt;


            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
                &lt;tr&gt;
                    &lt;td width=&quot;60%&quot; style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/log&quot; style=&quot;text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Error Summary&lt;/a&gt;
                    &lt;/td&gt;
                    &lt;td width=&quot;40%&quot; style=&quot;font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px&quot;&gt;
                        &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px;color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;See full build log&lt;/a&gt;
                        &lt;img src=&quot;http://opensource.bamboo.atlassian.com/images/icons/more.gif&quot; width=&quot;15&quot; height=&quot;15&quot; style=&quot;vertical-align:middle;padding:2px&quot;&gt;
                    &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;

            &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f2f2f2;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;color:#000;margin-top:5px;padding:10px&quot;&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [ERROR] BUILD FAILURE&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] There are test failures.&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] ------------------------------------------------------------------------&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
               &lt;tr&gt;
                &lt;td width=&quot;100%&quot; style=&quot;font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top&quot;&gt;
                    [INFO] For more information, run Maven with the -e switch&lt;br /&gt;
                &lt;/td&gt;
                &lt;/tr&gt;
            &lt;/table&gt;
            &lt;br /&gt;

        &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top;padding:20px;padding-bottom:10px&quot;&gt;
                Email generated by &lt;a href=&quot;http://opensource.bamboo.atlassian.com&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Atlassian Bamboo&lt;/a&gt; - if you wish to stop receiving these emails edit your  &lt;a href=&quot;http://opensource.bamboo.atlassian.com/profile/userNotifications.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user profile&lt;/a&gt; or &lt;a href=&quot;http://opensource.bamboo.atlassian.com/viewAdministrators.action&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;notify your administrator&lt;/a&gt;
            &lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;center&quot; style=&quot;font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top&quot;&gt;
                &lt;a href=&quot;http://www.atlassian.com/software/ideconnector/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11px; color:#999&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Want this information in your IDE?&lt;/a&gt;
            &lt;/td&gt;&lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
    &lt;td width=&quot;150&quot; style=&quot;vertical-align:top&quot;&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px&quot;&gt;
                    Actions
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
        &lt;table width=&quot;150&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color:#f5f9fc;border-bottom:1px solid #bbd0e5;&quot;&gt;
            &lt;tr&gt;
                &lt;td style=&quot;font-family: Ariel, sans-serif; font-size: 13px; color:#036;vertical-align:top;padding:5px 10px;line-height:1.7&quot;&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Online&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/comment&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Add Comments&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1020/artifact&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;View Artifacts&lt;/a&gt;
                    &lt;br&gt;
                    &lt;a href=&quot;http://opensource.bamboo.atlassian.com/download/STRUTS-MAINJ6/build_logs/STRUTS-MAINJ6-1020.log&quot; style=&quot;font-family: Arial, sans-serif; font-size: 13px; color:#036&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Download Logs&lt;/a&gt;
                    &lt;br&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
    &lt;/td&gt;
&lt;tr&gt;
&lt;/table&gt;
&lt;/font&gt;
&lt;/div&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OSS-Bamboo--Struts-2-SVN---Main-Build-%28Java-6%29-build-1020-has-FAILED-%28116-tests-failed%29-tp26520501p26520501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520429</id>
	<title>[jira] Assigned: (WW-3308) javassist trouble on JBoss 5.1</title>
	<published>2009-11-25T13:16:13Z</published>
	<updated>2009-11-25T13:16:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Lukasz Lenart reassigned WW-3308:
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Assignee: Lukasz Lenart
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; javassist trouble on JBoss 5.1
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3308
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3308&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3308&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Other
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: JBoss 5.1 GA, Struts 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Mykyta Kostovskyy
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While deploying application that contains Struts 2.1.8 get the following error:
&lt;br&gt;&amp;gt; 17:28:34,437 ERROR [BasicLazyInitializer] Javassist Enhancement failed: hello.Message
&lt;br&gt;&amp;gt; java.lang.RuntimeException: java.lang.IllegalArgumentException: Can not set static javassist.util.proxy.MethodFilter field hello.Message_$$_javassist_14._method_filter to org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer$1
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.setField(ProxyFactory.java:358)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:341)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:314)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:273)
&lt;br&gt;&amp;gt; 	at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.getProxyFactory(JavassistLazyInitializer.java:162)
&lt;br&gt;&amp;gt; 	at org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.postInstantiate(JavassistProxyFactory.java:66)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:183)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.AbstractEntityTuplizer.&amp;lt;init&amp;gt;(AbstractEntityTuplizer.java:158)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.PojoEntityTuplizer.&amp;lt;init&amp;gt;(PojoEntityTuplizer.java:76)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.&amp;lt;init&amp;gt;(EntityEntityModeToTuplizerMapping.java:80)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.EntityMetamodel.&amp;lt;init&amp;gt;(EntityMetamodel.java:325)
&lt;br&gt;&amp;gt; 	at org.hibernate.persister.entity.AbstractEntityPersister.&amp;lt;init&amp;gt;(AbstractEntityPersister.java:457)
&lt;br&gt;&amp;gt; 	at org.hibernate.persister.entity.SingleTableEntityPersister.&amp;lt;init&amp;gt;(SingleTableEntityPersister.java:131)
&lt;br&gt;&amp;gt; 	at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:84)
&lt;br&gt;&amp;gt; 	at org.hibernate.impl.SessionFactoryImpl.&amp;lt;init&amp;gt;(SessionFactoryImpl.java:261)
&lt;br&gt;&amp;gt; 	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1327)
&lt;br&gt;&amp;gt; 	at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867)
&lt;br&gt;&amp;gt; 	at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:669)
&lt;br&gt;&amp;gt; 	at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:132)
&lt;br&gt;&amp;gt; 	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:224)
&lt;br&gt;&amp;gt; 	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:291)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&lt;br&gt;&amp;gt; 	at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
&lt;br&gt;&amp;gt; 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
&lt;br&gt;&amp;gt; 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
&lt;br&gt;&amp;gt; 	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
&lt;br&gt;&amp;gt; 	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
&lt;br&gt;&amp;gt; 	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
&lt;br&gt;&amp;gt; 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
&lt;br&gt;&amp;gt; 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
&lt;br&gt;&amp;gt; 	at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
&lt;br&gt;&amp;gt; 	at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
&lt;br&gt;&amp;gt; 	at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
&lt;br&gt;&amp;gt; 	at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
&lt;br&gt;&amp;gt; 	at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
&lt;br&gt;&amp;gt; 	at sun.reflect.GeneratedMethodAccessor381.invoke(Unknown Source)
&lt;br&gt;&amp;gt; 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;gt; 	at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
&lt;br&gt;&amp;gt; 	at $Proxy38.start(Unknown Source)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
&lt;br&gt;&amp;gt; 	at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
&lt;br&gt;&amp;gt; 	at org.jboss.system.ServiceController.start(ServiceController.java:460)
&lt;br&gt;&amp;gt; 	at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
&lt;br&gt;&amp;gt; 	at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
&lt;br&gt;&amp;gt; 	at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
&lt;br&gt;&amp;gt; 	at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
&lt;br&gt;&amp;gt; 	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
&lt;br&gt;&amp;gt; 	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
&lt;br&gt;&amp;gt; 	at java.lang.Thread.run(Thread.java:619)
&lt;br&gt;&amp;gt; Caused by: java.lang.IllegalArgumentException: Can not set static javassist.util.proxy.MethodFilter field hello.Message_$$_javassist_14._method_filter to org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer$1
&lt;br&gt;&amp;gt; 	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:146)
&lt;br&gt;&amp;gt; 	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:150)
&lt;br&gt;&amp;gt; 	at sun.reflect.UnsafeStaticObjectFieldAccessorImpl.set(UnsafeStaticObjectFieldAccessorImpl.java:61)
&lt;br&gt;&amp;gt; 	at java.lang.reflect.Field.set(Field.java:657)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.setField(ProxyFactory.java:354)
&lt;br&gt;&amp;gt; 	... 100 more
&lt;br&gt;&amp;gt; This is due to the fact, that xworks-core-2.1.6.jar that is a part of Struts 2.1.8 is delivered with javassist code inside, that conflicts with the one inside of JBoss.
&lt;br&gt;&amp;gt; Please help to resolve the problem, since Struts 2.1.8 does not work with previous versions of xworks.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3308%29-javassist-trouble-on-JBoss-5.1-tp26133162p26520429.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520036</id>
	<title>[jira] Commented: (WW-3308) javassist trouble on JBoss 5.1</title>
	<published>2009-11-25T12:48:14Z</published>
	<updated>2009-11-25T12:48:14Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47108#action_47108&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47108#action_47108&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Lukasz Lenart commented on WW-3308:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;Are you using Hibernate also?
&lt;br&gt;&lt;br&gt;jboss:javassist is Ognl core dependency so it can't be removed from xwork or struts itself, then it breaks other non-jboss users applications
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; javassist trouble on JBoss 5.1
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3308
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3308&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3308&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Other
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: JBoss 5.1 GA, Struts 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Mykyta Kostovskyy
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While deploying application that contains Struts 2.1.8 get the following error:
&lt;br&gt;&amp;gt; 17:28:34,437 ERROR [BasicLazyInitializer] Javassist Enhancement failed: hello.Message
&lt;br&gt;&amp;gt; java.lang.RuntimeException: java.lang.IllegalArgumentException: Can not set static javassist.util.proxy.MethodFilter field hello.Message_$$_javassist_14._method_filter to org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer$1
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.setField(ProxyFactory.java:358)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:341)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:314)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:273)
&lt;br&gt;&amp;gt; 	at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.getProxyFactory(JavassistLazyInitializer.java:162)
&lt;br&gt;&amp;gt; 	at org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.postInstantiate(JavassistProxyFactory.java:66)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:183)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.AbstractEntityTuplizer.&amp;lt;init&amp;gt;(AbstractEntityTuplizer.java:158)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.PojoEntityTuplizer.&amp;lt;init&amp;gt;(PojoEntityTuplizer.java:76)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.&amp;lt;init&amp;gt;(EntityEntityModeToTuplizerMapping.java:80)
&lt;br&gt;&amp;gt; 	at org.hibernate.tuple.entity.EntityMetamodel.&amp;lt;init&amp;gt;(EntityMetamodel.java:325)
&lt;br&gt;&amp;gt; 	at org.hibernate.persister.entity.AbstractEntityPersister.&amp;lt;init&amp;gt;(AbstractEntityPersister.java:457)
&lt;br&gt;&amp;gt; 	at org.hibernate.persister.entity.SingleTableEntityPersister.&amp;lt;init&amp;gt;(SingleTableEntityPersister.java:131)
&lt;br&gt;&amp;gt; 	at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:84)
&lt;br&gt;&amp;gt; 	at org.hibernate.impl.SessionFactoryImpl.&amp;lt;init&amp;gt;(SessionFactoryImpl.java:261)
&lt;br&gt;&amp;gt; 	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1327)
&lt;br&gt;&amp;gt; 	at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867)
&lt;br&gt;&amp;gt; 	at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:669)
&lt;br&gt;&amp;gt; 	at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:132)
&lt;br&gt;&amp;gt; 	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:224)
&lt;br&gt;&amp;gt; 	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:291)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&lt;br&gt;&amp;gt; 	at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&lt;br&gt;&amp;gt; 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
&lt;br&gt;&amp;gt; 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
&lt;br&gt;&amp;gt; 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
&lt;br&gt;&amp;gt; 	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
&lt;br&gt;&amp;gt; 	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
&lt;br&gt;&amp;gt; 	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
&lt;br&gt;&amp;gt; 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
&lt;br&gt;&amp;gt; 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
&lt;br&gt;&amp;gt; 	at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
&lt;br&gt;&amp;gt; 	at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
&lt;br&gt;&amp;gt; 	at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
&lt;br&gt;&amp;gt; 	at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
&lt;br&gt;&amp;gt; 	at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
&lt;br&gt;&amp;gt; 	at sun.reflect.GeneratedMethodAccessor381.invoke(Unknown Source)
&lt;br&gt;&amp;gt; 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;gt; 	at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
&lt;br&gt;&amp;gt; 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
&lt;br&gt;&amp;gt; 	at $Proxy38.start(Unknown Source)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
&lt;br&gt;&amp;gt; 	at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
&lt;br&gt;&amp;gt; 	at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
&lt;br&gt;&amp;gt; 	at org.jboss.system.ServiceController.start(ServiceController.java:460)
&lt;br&gt;&amp;gt; 	at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
&lt;br&gt;&amp;gt; 	at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
&lt;br&gt;&amp;gt; 	at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
&lt;br&gt;&amp;gt; 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
&lt;br&gt;&amp;gt; 	at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
&lt;br&gt;&amp;gt; 	at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
&lt;br&gt;&amp;gt; 	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
&lt;br&gt;&amp;gt; 	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
&lt;br&gt;&amp;gt; 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
&lt;br&gt;&amp;gt; 	at java.lang.Thread.run(Thread.java:619)
&lt;br&gt;&amp;gt; Caused by: java.lang.IllegalArgumentException: Can not set static javassist.util.proxy.MethodFilter field hello.Message_$$_javassist_14._method_filter to org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer$1
&lt;br&gt;&amp;gt; 	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:146)
&lt;br&gt;&amp;gt; 	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:150)
&lt;br&gt;&amp;gt; 	at sun.reflect.UnsafeStaticObjectFieldAccessorImpl.set(UnsafeStaticObjectFieldAccessorImpl.java:61)
&lt;br&gt;&amp;gt; 	at java.lang.reflect.Field.set(Field.java:657)
&lt;br&gt;&amp;gt; 	at javassist.util.proxy.ProxyFactory.setField(ProxyFactory.java:354)
&lt;br&gt;&amp;gt; 	... 100 more
&lt;br&gt;&amp;gt; This is due to the fact, that xworks-core-2.1.6.jar that is a part of Struts 2.1.8 is delivered with javassist code inside, that conflicts with the one inside of JBoss.
&lt;br&gt;&amp;gt; Please help to resolve the problem, since Struts 2.1.8 does not work with previous versions of xworks.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3308%29-javassist-trouble-on-JBoss-5.1-tp26133162p26520036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516249</id>
	<title>Re: Request Rights To New Struts 2 Documentation Wiki</title>
	<published>2009-11-25T08:52:17Z</published>
	<updated>2009-11-25T08:52:17Z</updated>
	<author>
		<name>Musachy Barroso</name>
	</author>
	<content type="html">Pick anything that you are comfortable with, new or existing.
&lt;br&gt;&lt;br&gt;musachy
&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 8:45 AM, phillips1021 &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516249&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bphillips@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wes/Musachy - thanks that login worked.  I made a minor edit to development
&lt;br&gt;&amp;gt; mode wiki page.  See:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Index&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Index&lt;/a&gt;&lt;br&gt;&amp;gt; so everything is working.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'll pick out a documentation area that needs work and start on in this
&lt;br&gt;&amp;gt; weekend.  If there is a specific area you want me to work on just let me
&lt;br&gt;&amp;gt; know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bruce
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bruce,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't see a bphillips login in confluence. There is a
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516249&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bphillips@...&lt;/a&gt;, is that you? If so, try using that as your login,
&lt;br&gt;&amp;gt; then you should be able to edit pages on the new space.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Wes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26516112.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26516112.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Struts - Dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516249&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516249&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516249&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516249&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26516249.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516112</id>
	<title>Re: Request Rights To New Struts 2 Documentation Wiki</title>
	<published>2009-11-25T08:45:09Z</published>
	<updated>2009-11-25T08:45:09Z</updated>
	<author>
		<name>phillips1021</name>
	</author>
	<content type="html">Wes/Musachy - thanks that login worked. &amp;nbsp;I made a minor edit to development mode wiki page. &amp;nbsp;See: &amp;nbsp; &lt;a href=&quot;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Index&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Index&lt;/a&gt;&amp;nbsp;
&lt;br&gt;so everything is working.
&lt;br&gt;&lt;br&gt;I'll pick out a documentation area that needs work and start on in this weekend. &amp;nbsp;If there is a specific area you want me to work on just let me know.
&lt;br&gt;&lt;br&gt;Bruce
&lt;br&gt;&lt;quote author=&quot;Wes Wannemacher&quot;&gt;&lt;br&gt;Bruce,
&lt;br&gt;&lt;br&gt;I don't see a bphillips login in confluence. There is a
&lt;br&gt;bphillips@ku.edu, is that you? If so, try using that as your login,
&lt;br&gt;then you should be able to edit pages on the new space.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;-Wes
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26516112.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515827</id>
	<title>Re: Request Rights To New Struts 2 Documentation Wiki</title>
	<published>2009-11-25T08:28:07Z</published>
	<updated>2009-11-25T08:28:07Z</updated>
	<author>
		<name>Wes Wannemacher</name>
	</author>
	<content type="html">Bruce,
&lt;br&gt;&lt;br&gt;I don't see a bphillips login in confluence. There is a
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bphillips@...&lt;/a&gt;, is that you? If so, try using that as your login,
&lt;br&gt;then you should be able to edit pages on the new space.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;-Wes
&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 11:21 AM, phillips1021 &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bphillips@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Musachy - I'm not sure where we are in the process of getting me access so
&lt;br&gt;&amp;gt; that I can edit/create pages in  the new documentation wiki space.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd like to help, but I don't know have a login that lets me edit this wiki.
&lt;br&gt;&amp;gt; When I login with my normal Apache confluence username (bphillips) I don't
&lt;br&gt;&amp;gt; have rights to edit the wiki.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bruce Phillips
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Musachy Barroso wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I created a new space to work on reorganizing the docs:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Home&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Home&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 16, 2009 at 10:48 AM, Martin Cooper &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martinc@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 16, 2009 at 10:05 AM, Musachy Barroso &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;musachy@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have given the &amp;quot;asf-cla&amp;quot; the same rights in the draft docs, so
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; anyone with a CLA should have the same rights.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm not sure I understand. AFAIK, I had already set that up. Which
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; space are we talking about?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Martin Cooper
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; thanks
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; musachy
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 16, 2009 at 9:57 AM, Martin Cooper &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martinc@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 16, 2009 at 9:50 AM, Musachy Barroso &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;musachy@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Martin, please check the CLA and grant Bruce rights to the wiki and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; let us know, so I can give him rights to the draft space.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yep, I saw it, and I saw the iCLA recorded just now. Bruce now has
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; access to the docs space.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Martin Cooper
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; thanks
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; musachy
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 16, 2009 at 6:35 AM, phillips1021 &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bphillips@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I fax'd my CLA to Apache Foundation this morning.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bruce Phillips
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Musachy Barroso wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...when you fax the CLA, send an email to the dev@ list asking for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; rights to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the wiki, and Martin Cooper will give you karma...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26372987.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26372987.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Struts - Dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26515672.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26515672.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Struts - Dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Wes Wannemacher
&lt;br&gt;&lt;br&gt;Head Engineer, WanTii, Inc.
&lt;br&gt;Need Training? Struts, Spring, Maven, Tomcat...
&lt;br&gt;Ask me for a quote!
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515827&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26515827.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515672</id>
	<title>Re: Request Rights To New Struts 2 Documentation Wiki</title>
	<published>2009-11-25T08:21:17Z</published>
	<updated>2009-11-25T08:21:17Z</updated>
	<author>
		<name>phillips1021</name>
	</author>
	<content type="html">Musachy - I'm not sure where we are in the process of getting me access so that I can edit/create pages in &amp;nbsp;the new documentation wiki space.
&lt;br&gt;&lt;br&gt;I'd like to help, but I don't know have a login that lets me edit this wiki. &amp;nbsp;When I login with my normal Apache confluence username (bphillips) I don't have rights to edit the wiki.
&lt;br&gt;&lt;br&gt;Bruce Phillips
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Musachy Barroso wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I created a new space to work on reorganizing the docs:
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Home&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/S2NewDocDraft/Home&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 16, 2009 at 10:48 AM, Martin Cooper &amp;lt;martinc@apache.org&amp;gt; wrote:
&lt;br&gt;&amp;gt; On Mon, Nov 16, 2009 at 10:05 AM, Musachy Barroso &amp;lt;musachy@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have given the &amp;quot;asf-cla&amp;quot; the same rights in the draft docs, so
&lt;br&gt;&amp;gt;&amp;gt; anyone with a CLA should have the same rights.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm not sure I understand. AFAIK, I had already set that up. Which
&lt;br&gt;&amp;gt; space are we talking about?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Martin Cooper
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; thanks
&lt;br&gt;&amp;gt;&amp;gt; musachy
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 16, 2009 at 9:57 AM, Martin Cooper &amp;lt;martinc@apache.org&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 16, 2009 at 9:50 AM, Musachy Barroso &amp;lt;musachy@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Martin, please check the CLA and grant Bruce rights to the wiki and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; let us know, so I can give him rights to the draft space.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Yep, I saw it, and I saw the iCLA recorded just now. Bruce now has
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; access to the docs space.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Martin Cooper
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; thanks
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; musachy
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 16, 2009 at 6:35 AM, phillips1021 &amp;lt;bphillips@ku.edu&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I fax'd my CLA to Apache Foundation this morning.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bruce Phillips
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Musachy Barroso wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...when you fax the CLA, send an email to the dev@ list asking for rights to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the wiki, and Martin Cooper will give you karma...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26372987.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26372987.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Struts - Dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: dev-help@struts.apache.org
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: dev-help@struts.apache.org
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: dev-help@struts.apache.org
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: dev-help@struts.apache.org
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
&lt;br&gt;&amp;gt; For additional commands, e-mail: dev-help@struts.apache.org
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
&lt;br&gt;For additional commands, e-mail: dev-help@struts.apache.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Request-Rights-To-New-Struts-2-Documentation-Wiki-tp26372987p26515672.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515456</id>
	<title>[jira] Assigned: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T08:09:13Z</published>
	<updated>2009-11-25T08:09:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Lukasz Lenart reassigned WW-3340:
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Assignee: Lukasz Lenart
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Lukasz Lenart
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26515456.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515458</id>
	<title>[jira] Commented: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T08:09:13Z</published>
	<updated>2009-11-25T08:09:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47107#action_47107&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47107#action_47107&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Lukasz Lenart commented on WW-3340:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;Here &lt;a href=&quot;http://jira.opensymphony.com/browse/XW-732&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/XW-732&lt;/a&gt;&amp;nbsp;so I have work to do ;-)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26515458.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515279</id>
	<title>[jira] Updated: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T07:59:13Z</published>
	<updated>2009-11-25T07:59:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Musachy Barroso updated WW-3340:
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 2.2.0
&lt;br&gt;&lt;br&gt;we have a ticket for the javassist and ognl duplicated binaries somewhere
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ognl-2.7.3 has a blocker issue
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3340
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Andrei Ivanov
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&amp;gt; Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&amp;gt; It also contains relocated classes from commons-lang and asm.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26515279.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513082</id>
	<title>[jira] Updated: (WW-3339) Form data lost (null) when using post method with Internet Explorer 7.  Get method works fine and post works fine with Firefox.</title>
	<published>2009-11-25T05:58:13Z</published>
	<updated>2009-11-25T05:58:13Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Bryan Tartt updated WW-3339:
&lt;br&gt;----------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Description: 
&lt;br&gt;Every form that I have created has a problem retrieving data (returns null) in the Action when using Internet Explorer 6 and form method is post. &amp;nbsp;I have not tested against other versions of IE but FireFox works without any problems. &amp;nbsp;When I use get as the form method, the data is passed in IE and FireFox. &amp;nbsp;I don't know if this is an IE and ISeries issue or a Struts configuration (Interceptors) problem. &amp;nbsp;I have been searching for an answer on this problem for weeks without any luck. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;form
&lt;br&gt;&lt;br&gt;&amp;lt;%@ page language=&amp;quot;java&amp;quot; contentType=&amp;quot;text/html; charset=UTF-8&amp;quot; pageEncoding=&amp;quot;UTF-8&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%@ page import=&amp;quot;com.expensereport.*&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%--@ page errorPage=&amp;quot;/ExpRepErrorHandler.jsp&amp;quot; --%&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib prefix=&amp;quot;c&amp;quot; uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/core&lt;/a&gt;&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib prefix=&amp;quot;fmt&amp;quot; uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/fmt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/fmt&lt;/a&gt;&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib prefix=&amp;quot;s&amp;quot; uri=&amp;quot;/struts-tags&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib prefix=&amp;quot;sx&amp;quot; uri=&amp;quot;/struts-dojo-tags&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href=&quot;http://www.w3.org/TR/html4/loose.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;Expense Reports&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sx:head /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;HeaderScript.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;s:url value=&amp;quot;styles/ExpRepStyles.css&amp;quot;/&amp;gt;&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=UTF-8&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/head&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;body topmargin=0 leftmargin=0 bgproperties=&amp;quot;fixed&amp;quot; onLoad=&amp;quot;checkBrowser()&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;s:fielderror /&amp;gt;
&lt;br&gt;&amp;lt;s:form name=&amp;quot;ReceiptForm&amp;quot; id=&amp;quot;ReceiptForm&amp;quot; action=&amp;quot;Receipt_upload&amp;quot; method=&amp;quot;POST&amp;quot; validate=&amp;quot;true&amp;quot; enctype=&amp;quot;multipart/form-data&amp;quot; theme=&amp;quot;simple&amp;quot; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr bgcolor=&amp;quot;#003366&amp;quot;&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;color:white&amp;quot;&amp;gt;Receipt Upload&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;			
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;s:if test='%{#session.er.erh.reportID eq &amp;quot;&amp;quot;}'&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;s:file name=&amp;quot;receipt&amp;quot; id=&amp;quot;receipt&amp;quot; size=&amp;quot;30&amp;quot; disabled=&amp;quot;true&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;s:submit name=&amp;quot;submit&amp;quot; id=&amp;quot;submit&amp;quot; value=&amp;quot;Upload Receipt&amp;quot; disabled=&amp;quot;true&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/s:if&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;s:else&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;s:file id=&amp;quot;receipt&amp;quot; name=&amp;quot;receipt&amp;quot; size=&amp;quot;30&amp;quot;/&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;s:submit name=&amp;quot;submit&amp;quot; id=&amp;quot;submit&amp;quot; value=&amp;quot;Upload Receipt&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/s:else&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/table&amp;gt;
&lt;br&gt;&amp;lt;/s:form&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;struts.xml
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE struts PUBLIC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;&lt;a href=&quot;http://struts.apache.org/dtds/struts-2.1.7.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://struts.apache.org/dtds/struts-2.1.7.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;struts&amp;gt;&amp;lt;!-- Configuration for the default package. --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;package name=&amp;quot;expensereport&amp;quot; extends=&amp;quot;struts-default&amp;quot;&amp;gt;	
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;default-interceptor-ref name=&amp;quot;defaultStack&amp;quot;/&amp;gt; 		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- &amp;nbsp;Global results --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;global-results&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;result name=&amp;quot;bad&amp;quot;&amp;gt;/ExpRepBadQueue.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;result name=&amp;quot;login&amp;quot;&amp;gt;/index.html&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;result name=&amp;quot;error&amp;quot;&amp;gt;/ExpRepBadQueue.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/global-results&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;global-exception-mappings&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;exception-mapping exception=&amp;quot;java.lang.Exception&amp;quot; result=&amp;quot;bad&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/global-exception-mappings&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- actions --&amp;gt;		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;Receipt_upload&amp;quot; class=&amp;quot;com.expensereport.ReceiptUpload&amp;quot;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;interceptor-ref name=&amp;quot;fileUploadStack&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;interceptor-ref name=&amp;quot;basicStack&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/ExpRepEntry.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result name=&amp;quot;input&amp;quot;&amp;gt;/ExpRepEntry.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;ModifyReport&amp;quot; class=&amp;quot;com.expensereport.ExpenseReportModify&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/ExpRepEntry.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;ReportDelete&amp;quot; class=&amp;quot;com.expensereport.ReportDelete&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result name=&amp;quot;confirm&amp;quot;&amp;gt;/ExpRepDeleteConfirmation.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result name=&amp;quot;success&amp;quot; type=&amp;quot;redirectAction&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;param name=&amp;quot;actionName&amp;quot;&amp;gt;/ReportQueue&amp;lt;/param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;param name=&amp;quot;queueOwner&amp;quot;&amp;gt;EMPLOYEE&amp;lt;/param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;param name=&amp;quot;queueType&amp;quot;&amp;gt;ALL&amp;lt;/param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;AttendeeInfo&amp;quot; class=&amp;quot;com.expensereport.AttendeeInfo&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/AttendeeInput.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;AjaxRemoteForm&amp;quot; class=&amp;quot;com.expensereport.AjaxRemoteForm&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/AjaxRemoteForm.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/package&amp;gt;	
&lt;br&gt;&amp;lt;/struts&amp;gt;
&lt;br&gt;&lt;br&gt;Action
&lt;br&gt;&lt;br&gt;package com.expensereport;
&lt;br&gt;&lt;br&gt;import java.io.BufferedReader;
&lt;br&gt;import java.io.File;
&lt;br&gt;import java.io.FileInputStream;
&lt;br&gt;import java.io.FileNotFoundException;
&lt;br&gt;import java.io.FileOutputStream;
&lt;br&gt;import java.io.FileWriter;
&lt;br&gt;import java.io.IOException;
&lt;br&gt;import java.util.HashMap;
&lt;br&gt;import java.util.Iterator;
&lt;br&gt;import java.util.List;
&lt;br&gt;import java.util.Map;
&lt;br&gt;&lt;br&gt;import javax.servlet.http.HttpServletRequest;
&lt;br&gt;import javax.servlet.http.HttpServletResponse;
&lt;br&gt;&lt;br&gt;import org.apache.commons.fileupload.FileItem;
&lt;br&gt;import org.apache.commons.fileupload.FileItemFactory;
&lt;br&gt;import org.apache.commons.fileupload.FileUploadException;
&lt;br&gt;import org.apache.commons.fileupload.FileUploadBase.SizeLimitExceededException;
&lt;br&gt;import org.apache.commons.fileupload.disk.DiskFileItemFactory;
&lt;br&gt;import org.apache.commons.fileupload.servlet.ServletFileUpload;
&lt;br&gt;import org.apache.commons.fileupload.servlet.ServletRequestContext;
&lt;br&gt;import org.apache.struts2.ServletActionContext;
&lt;br&gt;import org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper;
&lt;br&gt;import org.apache.struts2.interceptor.ServletRequestAware;
&lt;br&gt;import org.apache.struts2.interceptor.ServletResponseAware;
&lt;br&gt;import org.apache.struts2.interceptor.SessionAware;
&lt;br&gt;&lt;br&gt;import com.expensereport.EasyLog;
&lt;br&gt;import com.opensymphony.xwork2.ActionContext;
&lt;br&gt;import com.opensymphony.xwork2.ActionSupport;
&lt;br&gt;import com.opensymphony.xwork2.Preparable;
&lt;br&gt;&lt;br&gt;public class ReceiptUpload extends ActionSupport implements SessionAware, Preparable {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private static final long serialVersionUID = -2387150538575396408L;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private File file;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private String contentType;// The content type of the file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private String fileName;// The uploaded file name and path
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private Map session;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EasyLog log = new EasyLog();	
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public String execute(){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getReceiptContentType();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;receiptContentType = &amp;quot; + contentType);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getReceiptFileName();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;receiptFileName = &amp;quot; + fileName);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getReceipt();		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;Receipt getName = &amp;quot; + file.getName());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; session = ActionContext.getContext().getSession();	 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String reportID = &amp;quot;0000000&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ExpenseReport er = (ExpenseReport) session.get(&amp;quot;er&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;reportID = &amp;quot; + er.getErh().getReportID());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((er.getErh().getReportID() == null) || (er.getErh().getReportID().trim().length() &amp;lt; 1)){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; er.getErh().setReportID(reportID);		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (file != null){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;Creating a new file&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; boolean renamed = file.renameTo(new File(&amp;quot;/home/tomdev/ObjectCache/Expense Reports/&amp;quot; + fileName));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.error(&amp;quot;Attachment was null&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;return success&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return SUCCESS;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public void prepare() throws Exception {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&amp;nbsp; was:
&lt;br&gt;Every form that I have created has a problem retrieving data (returns null) in the Action when using Internet Explorer 6 and form method is post. &amp;nbsp;I have not tested against other versions of IE but FireFox works without any problems. &amp;nbsp;When I use get as the form method, the data is passed in IE and FireFox. &amp;nbsp;I don't know if this is an IE and ISeries issue or a Struts configuration (Interceptors) problem. &amp;nbsp;I have been searching for an answer on this problem for weeks without any luck. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;form
&lt;br&gt;&lt;br&gt;&amp;lt;%@ page language=&amp;quot;java&amp;quot; contentType=&amp;quot;text/html; charset=UTF-8&amp;quot; pageEncoding=&amp;quot;UTF-8&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%@ page import=&amp;quot;com.expensereport.*&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%--@ page errorPage=&amp;quot;/ExpRepErrorHandler.jsp&amp;quot; --%&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib prefix=&amp;quot;c&amp;quot; uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/core&lt;/a&gt;&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib prefix=&amp;quot;fmt&amp;quot; uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/fmt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/fmt&lt;/a&gt;&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib prefix=&amp;quot;s&amp;quot; uri=&amp;quot;/struts-tags&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib prefix=&amp;quot;sx&amp;quot; uri=&amp;quot;/struts-dojo-tags&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href=&quot;http://www.w3.org/TR/html4/loose.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;Expense Reports&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sx:head /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;HeaderScript.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;s:url value=&amp;quot;styles/ExpRepStyles.css&amp;quot;/&amp;gt;&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=UTF-8&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/head&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;body topmargin=0 leftmargin=0 bgproperties=&amp;quot;fixed&amp;quot; onLoad=&amp;quot;checkBrowser()&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;s:fielderror /&amp;gt;
&lt;br&gt;&amp;lt;s:form name=&amp;quot;ReceiptForm&amp;quot; id=&amp;quot;ReceiptForm&amp;quot; action=&amp;quot;Receipt_upload&amp;quot; method=&amp;quot;POST&amp;quot; validate=&amp;quot;true&amp;quot; enctype=&amp;quot;multipart/form-data&amp;quot; theme=&amp;quot;simple&amp;quot; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr bgcolor=&amp;quot;#003366&amp;quot;&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;color:white&amp;quot;&amp;gt;Receipt Upload&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;			
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;s:if test='%{#session.er.erh.reportID eq &amp;quot;&amp;quot;}'&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;s:file name=&amp;quot;receipt&amp;quot; id=&amp;quot;receipt&amp;quot; size=&amp;quot;30&amp;quot; disabled=&amp;quot;true&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;s:submit name=&amp;quot;submit&amp;quot; id=&amp;quot;submit&amp;quot; value=&amp;quot;Upload Receipt&amp;quot; disabled=&amp;quot;true&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/s:if&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;s:else&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;s:file id=&amp;quot;receipt&amp;quot; name=&amp;quot;receipt&amp;quot; size=&amp;quot;30&amp;quot;/&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;s:submit name=&amp;quot;submit&amp;quot; id=&amp;quot;submit&amp;quot; value=&amp;quot;Upload Receipt&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/s:else&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/table&amp;gt;
&lt;br&gt;&amp;lt;/s:form&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;struts.xml
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE struts PUBLIC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;&lt;a href=&quot;http://struts.apache.org/dtds/struts-2.1.7.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://struts.apache.org/dtds/struts-2.1.7.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;struts&amp;gt;&amp;lt;!-- Configuration for the default package. --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;package name=&amp;quot;expensereport&amp;quot; extends=&amp;quot;struts-default&amp;quot;&amp;gt;	
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;default-interceptor-ref name=&amp;quot;defaultStack&amp;quot;/&amp;gt; 		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- &amp;nbsp;Global results --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;global-results&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;result name=&amp;quot;bad&amp;quot;&amp;gt;/ExpRepBadQueue.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;result name=&amp;quot;login&amp;quot;&amp;gt;/index.html&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;result name=&amp;quot;error&amp;quot;&amp;gt;/ExpRepBadQueue.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/global-results&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;global-exception-mappings&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;exception-mapping exception=&amp;quot;java.lang.Exception&amp;quot; result=&amp;quot;bad&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/global-exception-mappings&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- actions --&amp;gt;		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;Receipt_upload&amp;quot; class=&amp;quot;com.expensereport.ReceiptUpload&amp;quot;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;interceptor-ref name=&amp;quot;fileUploadStack&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;interceptor-ref name=&amp;quot;basicStack&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/ExpRepEntry.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result name=&amp;quot;input&amp;quot;&amp;gt;/ExpRepEntry.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;ModifyReport&amp;quot; class=&amp;quot;com.expensereport.ExpenseReportModify&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/ExpRepEntry.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;ReportDelete&amp;quot; class=&amp;quot;com.expensereport.ReportDelete&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result name=&amp;quot;confirm&amp;quot;&amp;gt;/ExpRepDeleteConfirmation.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result name=&amp;quot;success&amp;quot; type=&amp;quot;redirectAction&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;param name=&amp;quot;actionName&amp;quot;&amp;gt;/ReportQueue&amp;lt;/param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;param name=&amp;quot;queueOwner&amp;quot;&amp;gt;EMPLOYEE&amp;lt;/param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;param name=&amp;quot;queueType&amp;quot;&amp;gt;ALL&amp;lt;/param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;AttendeeInfo&amp;quot; class=&amp;quot;com.expensereport.AttendeeInfo&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/AttendeeInput.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;AjaxRemoteForm&amp;quot; class=&amp;quot;com.expensereport.AjaxRemoteForm&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/AjaxRemoteForm.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/package&amp;gt;	
&lt;br&gt;&amp;lt;/struts&amp;gt;
&lt;br&gt;&lt;br&gt;Action
&lt;br&gt;&lt;br&gt;package com.expensereport;
&lt;br&gt;&lt;br&gt;import java.io.BufferedReader;
&lt;br&gt;import java.io.File;
&lt;br&gt;import java.io.FileInputStream;
&lt;br&gt;import java.io.FileNotFoundException;
&lt;br&gt;import java.io.FileOutputStream;
&lt;br&gt;import java.io.FileWriter;
&lt;br&gt;import java.io.IOException;
&lt;br&gt;import java.util.HashMap;
&lt;br&gt;import java.util.Iterator;
&lt;br&gt;import java.util.List;
&lt;br&gt;import java.util.Map;
&lt;br&gt;&lt;br&gt;import javax.servlet.http.HttpServletRequest;
&lt;br&gt;import javax.servlet.http.HttpServletResponse;
&lt;br&gt;&lt;br&gt;import org.apache.commons.fileupload.FileItem;
&lt;br&gt;import org.apache.commons.fileupload.FileItemFactory;
&lt;br&gt;import org.apache.commons.fileupload.FileUploadException;
&lt;br&gt;import org.apache.commons.fileupload.FileUploadBase.SizeLimitExceededException;
&lt;br&gt;import org.apache.commons.fileupload.disk.DiskFileItemFactory;
&lt;br&gt;import org.apache.commons.fileupload.servlet.ServletFileUpload;
&lt;br&gt;import org.apache.commons.fileupload.servlet.ServletRequestContext;
&lt;br&gt;import org.apache.struts2.ServletActionContext;
&lt;br&gt;import org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper;
&lt;br&gt;import org.apache.struts2.interceptor.ServletRequestAware;
&lt;br&gt;import org.apache.struts2.interceptor.ServletResponseAware;
&lt;br&gt;import org.apache.struts2.interceptor.SessionAware;
&lt;br&gt;&lt;br&gt;import com.expensereport.EasyLog;
&lt;br&gt;import com.opensymphony.xwork2.ActionContext;
&lt;br&gt;import com.opensymphony.xwork2.ActionSupport;
&lt;br&gt;import com.opensymphony.xwork2.Preparable;
&lt;br&gt;&lt;br&gt;public class ReceiptUpload extends ActionSupport implements SessionAware, Preparable {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private static final long serialVersionUID = -2387150538575396408L;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private File file;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private String contentType;// The content type of the file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private String fileName;// The uploaded file name and path
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private Map session;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EasyLog log = new EasyLog();	
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public String execute(){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(!validationSuccessful()){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return &amp;quot;input&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } else {			
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getReceiptContentType();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;receiptContentType = &amp;quot; + contentType);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getReceiptFileName();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;receiptFileName = &amp;quot; + fileName);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getReceipt();		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;Receipt getName = &amp;quot; + file.getName());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; session = ActionContext.getContext().getSession();	 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String reportID = &amp;quot;0000000&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ExpenseReport er = (ExpenseReport) session.get(&amp;quot;er&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;reportID = &amp;quot; + er.getErh().getReportID());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((er.getErh().getReportID() == null) || (er.getErh().getReportID().trim().length() &amp;lt; 1)){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; er.getErh().setReportID(reportID);		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (file != null){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;Creating a new file&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; boolean renamed = file.renameTo(new File(&amp;quot;/home/tomdev/ObjectCache/Expense Reports/&amp;quot; + fileName));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.error(&amp;quot;Attachment was null&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.info(&amp;quot;return success&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return SUCCESS;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public void prepare() throws Exception {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Environment: Tomcat 5.5.28 on IBM ISeries, IE 7, Struts2, Java 1.5 &amp;nbsp;(was: Tomcat 5.5.28 on IBM ISeries, IE 6, Struts2, Java 1.5)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary: Form data lost (null) when using post method with Internet Explorer 7. &amp;nbsp;Get method works fine and post works fine with Firefox. &amp;nbsp; (was: Form data lost (null) when using post method with Internet Explorer 6. &amp;nbsp;Get method works fine and post works fine with Firefox. )
&lt;br&gt;&lt;br&gt;Corrected browser version.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Form data lost (null) when using post method with Internet Explorer 7. &amp;nbsp;Get method works fine and post works fine with Firefox. 
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: WW-3339
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3339&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3339&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.1.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Tomcat 5.5.28 on IBM ISeries, IE 7, Struts2, Java 1.5
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Bryan Tartt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Every form that I have created has a problem retrieving data (returns null) in the Action when using Internet Explorer 6 and form method is post. &amp;nbsp;I have not tested against other versions of IE but FireFox works without any problems. &amp;nbsp;When I use get as the form method, the data is passed in IE and FireFox. &amp;nbsp;I don't know if this is an IE and ISeries issue or a Struts configuration (Interceptors) problem. &amp;nbsp;I have been searching for an answer on this problem for weeks without any luck. 
&lt;br&gt;&amp;gt; form
&lt;br&gt;&amp;gt; &amp;lt;%@ page language=&amp;quot;java&amp;quot; contentType=&amp;quot;text/html; charset=UTF-8&amp;quot; pageEncoding=&amp;quot;UTF-8&amp;quot; %&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%@ page import=&amp;quot;com.expensereport.*&amp;quot; %&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%--@ page errorPage=&amp;quot;/ExpRepErrorHandler.jsp&amp;quot; --%&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%@ taglib prefix=&amp;quot;c&amp;quot; uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/core&lt;/a&gt;&amp;quot; %&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%@ taglib prefix=&amp;quot;fmt&amp;quot; uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/fmt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/fmt&lt;/a&gt;&amp;quot; %&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%@ taglib prefix=&amp;quot;s&amp;quot; uri=&amp;quot;/struts-tags&amp;quot; %&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%@ taglib prefix=&amp;quot;sx&amp;quot; uri=&amp;quot;/struts-dojo-tags&amp;quot; %&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href=&quot;http://www.w3.org/TR/html4/loose.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;html&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;head&amp;gt;		
&lt;br&gt;&amp;gt; 		&amp;lt;title&amp;gt;Expense Reports&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;sx:head /&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;HeaderScript.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;s:url value=&amp;quot;styles/ExpRepStyles.css&amp;quot;/&amp;gt;&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=UTF-8&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 	&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;body topmargin=0 leftmargin=0 bgproperties=&amp;quot;fixed&amp;quot; onLoad=&amp;quot;checkBrowser()&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;s:fielderror /&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;s:form name=&amp;quot;ReceiptForm&amp;quot; id=&amp;quot;ReceiptForm&amp;quot; action=&amp;quot;Receipt_upload&amp;quot; method=&amp;quot;POST&amp;quot; validate=&amp;quot;true&amp;quot; enctype=&amp;quot;multipart/form-data&amp;quot; theme=&amp;quot;simple&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;tr bgcolor=&amp;quot;#003366&amp;quot;&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;color:white&amp;quot;&amp;gt;Receipt Upload&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;tr&amp;gt;			
&lt;br&gt;&amp;gt; 		 &amp;nbsp; &amp;lt;s:if test='%{#session.er.erh.reportID eq &amp;quot;&amp;quot;}'&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;td&amp;gt;&amp;lt;s:file name=&amp;quot;receipt&amp;quot; id=&amp;quot;receipt&amp;quot; size=&amp;quot;30&amp;quot; disabled=&amp;quot;true&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;td&amp;gt;&amp;lt;s:submit name=&amp;quot;submit&amp;quot; id=&amp;quot;submit&amp;quot; value=&amp;quot;Upload Receipt&amp;quot; disabled=&amp;quot;true&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; 		 &amp;nbsp;&amp;lt;/s:if&amp;gt;
&lt;br&gt;&amp;gt; 		 &amp;nbsp;&amp;lt;s:else&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;td&amp;gt;&amp;lt;s:file id=&amp;quot;receipt&amp;quot; name=&amp;quot;receipt&amp;quot; size=&amp;quot;30&amp;quot;/&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;td&amp;gt;&amp;lt;s:submit name=&amp;quot;submit&amp;quot; id=&amp;quot;submit&amp;quot; value=&amp;quot;Upload Receipt&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; 		 &amp;nbsp;&amp;lt;/s:else&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;/table&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/s:form&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/html&amp;gt;
&lt;br&gt;&amp;gt; struts.xml
&lt;br&gt;&amp;gt; &amp;lt;!DOCTYPE struts PUBLIC
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;quot;-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;quot;&lt;a href=&quot;http://struts.apache.org/dtds/struts-2.1.7.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://struts.apache.org/dtds/struts-2.1.7.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;struts&amp;gt;&amp;lt;!-- Configuration for the default package. --&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;package name=&amp;quot;expensereport&amp;quot; extends=&amp;quot;struts-default&amp;quot;&amp;gt;	
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 		&amp;lt;default-interceptor-ref name=&amp;quot;defaultStack&amp;quot;/&amp;gt; 		
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 		&amp;lt;!-- &amp;nbsp;Global results --&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;global-results&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;result name=&amp;quot;bad&amp;quot;&amp;gt;/ExpRepBadQueue.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;result name=&amp;quot;login&amp;quot;&amp;gt;/index.html&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;result name=&amp;quot;error&amp;quot;&amp;gt;/ExpRepBadQueue.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;/global-results&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;global-exception-mappings&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;exception-mapping exception=&amp;quot;java.lang.Exception&amp;quot; result=&amp;quot;bad&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;/global-exception-mappings&amp;gt;
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 	&amp;lt;!-- actions --&amp;gt;		
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;Receipt_upload&amp;quot; class=&amp;quot;com.expensereport.ReceiptUpload&amp;quot;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;interceptor-ref name=&amp;quot;fileUploadStack&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; 	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;interceptor-ref name=&amp;quot;basicStack&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/ExpRepEntry.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result name=&amp;quot;input&amp;quot;&amp;gt;/ExpRepEntry.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;ModifyReport&amp;quot; class=&amp;quot;com.expensereport.ExpenseReportModify&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/ExpRepEntry.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;ReportDelete&amp;quot; class=&amp;quot;com.expensereport.ReportDelete&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result name=&amp;quot;confirm&amp;quot;&amp;gt;/ExpRepDeleteConfirmation.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result name=&amp;quot;success&amp;quot; type=&amp;quot;redirectAction&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;param name=&amp;quot;actionName&amp;quot;&amp;gt;/ReportQueue&amp;lt;/param&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;param name=&amp;quot;queueOwner&amp;quot;&amp;gt;EMPLOYEE&amp;lt;/param&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;param name=&amp;quot;queueType&amp;quot;&amp;gt;ALL&amp;lt;/param&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;AttendeeInfo&amp;quot; class=&amp;quot;com.expensereport.AttendeeInfo&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/AttendeeInput.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action name=&amp;quot;AjaxRemoteForm&amp;quot; class=&amp;quot;com.expensereport.AjaxRemoteForm&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;result&amp;gt;/AjaxRemoteForm.jsp&amp;lt;/result&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/action&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;/package&amp;gt;	
&lt;br&gt;&amp;gt; &amp;lt;/struts&amp;gt;
&lt;br&gt;&amp;gt; Action
&lt;br&gt;&amp;gt; package com.expensereport;
&lt;br&gt;&amp;gt; import java.io.BufferedReader;
&lt;br&gt;&amp;gt; import java.io.File;
&lt;br&gt;&amp;gt; import java.io.FileInputStream;
&lt;br&gt;&amp;gt; import java.io.FileNotFoundException;
&lt;br&gt;&amp;gt; import java.io.FileOutputStream;
&lt;br&gt;&amp;gt; import java.io.FileWriter;
&lt;br&gt;&amp;gt; import java.io.IOException;
&lt;br&gt;&amp;gt; import java.util.HashMap;
&lt;br&gt;&amp;gt; import java.util.Iterator;
&lt;br&gt;&amp;gt; import java.util.List;
&lt;br&gt;&amp;gt; import java.util.Map;
&lt;br&gt;&amp;gt; import javax.servlet.http.HttpServletRequest;
&lt;br&gt;&amp;gt; import javax.servlet.http.HttpServletResponse;
&lt;br&gt;&amp;gt; import org.apache.commons.fileupload.FileItem;
&lt;br&gt;&amp;gt; import org.apache.commons.fileupload.FileItemFactory;
&lt;br&gt;&amp;gt; import org.apache.commons.fileupload.FileUploadException;
&lt;br&gt;&amp;gt; import org.apache.commons.fileupload.FileUploadBase.SizeLimitExceededException;
&lt;br&gt;&amp;gt; import org.apache.commons.fileupload.disk.DiskFileItemFactory;
&lt;br&gt;&amp;gt; import org.apache.commons.fileupload.servlet.ServletFileUpload;
&lt;br&gt;&amp;gt; import org.apache.commons.fileupload.servlet.ServletRequestContext;
&lt;br&gt;&amp;gt; import org.apache.struts2.ServletActionContext;
&lt;br&gt;&amp;gt; import org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper;
&lt;br&gt;&amp;gt; import org.apache.struts2.interceptor.ServletRequestAware;
&lt;br&gt;&amp;gt; import org.apache.struts2.interceptor.ServletResponseAware;
&lt;br&gt;&amp;gt; import org.apache.struts2.interceptor.SessionAware;
&lt;br&gt;&amp;gt; import com.expensereport.EasyLog;
&lt;br&gt;&amp;gt; import com.opensymphony.xwork2.ActionContext;
&lt;br&gt;&amp;gt; import com.opensymphony.xwork2.ActionSupport;
&lt;br&gt;&amp;gt; import com.opensymphony.xwork2.Preparable;
&lt;br&gt;&amp;gt; public class ReceiptUpload extends ActionSupport implements SessionAware, Preparable {
&lt;br&gt;&amp;gt; 	
&lt;br&gt;&amp;gt; 	/**
&lt;br&gt;&amp;gt; 	 * 
&lt;br&gt;&amp;gt; 	 */
&lt;br&gt;&amp;gt; 	private static final long serialVersionUID = -2387150538575396408L;
&lt;br&gt;&amp;gt; 	private File file;
&lt;br&gt;&amp;gt; 	private String contentType;// The content type of the file
&lt;br&gt;&amp;gt; 	private String fileName;// The uploaded file name and path
&lt;br&gt;&amp;gt; 	private Map session;
&lt;br&gt;&amp;gt; 	EasyLog log = new EasyLog();	
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 	
&lt;br&gt;&amp;gt; 	public String execute(){
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 				
&lt;br&gt;&amp;gt; 			getReceiptContentType();
&lt;br&gt;&amp;gt; 			log.info(&amp;quot;receiptContentType = &amp;quot; + contentType);
&lt;br&gt;&amp;gt; 			getReceiptFileName();
&lt;br&gt;&amp;gt; 			log.info(&amp;quot;receiptFileName = &amp;quot; + fileName);
&lt;br&gt;&amp;gt; 			getReceipt();		
&lt;br&gt;&amp;gt; 			log.info(&amp;quot;Receipt getName = &amp;quot; + file.getName());
&lt;br&gt;&amp;gt; 					
&lt;br&gt;&amp;gt; 			session = ActionContext.getContext().getSession();	 
&lt;br&gt;&amp;gt; 			String reportID = &amp;quot;0000000&amp;quot;;
&lt;br&gt;&amp;gt; 			
&lt;br&gt;&amp;gt; 			ExpenseReport er = (ExpenseReport) session.get(&amp;quot;er&amp;quot;);
&lt;br&gt;&amp;gt; 			log.info(&amp;quot;reportID = &amp;quot; + er.getErh().getReportID());
&lt;br&gt;&amp;gt; 			
&lt;br&gt;&amp;gt; 			if ((er.getErh().getReportID() == null) || (er.getErh().getReportID().trim().length() &amp;lt; 1)){
&lt;br&gt;&amp;gt; 				er.getErh().setReportID(reportID);		
&lt;br&gt;&amp;gt; 			}
&lt;br&gt;&amp;gt; 			
&lt;br&gt;&amp;gt; 			if (file != null){
&lt;br&gt;&amp;gt; 				log.info(&amp;quot;Creating a new file&amp;quot;);
&lt;br&gt;&amp;gt; 				boolean renamed = file.renameTo(new File(&amp;quot;/home/tomdev/ObjectCache/Expense Reports/&amp;quot; + fileName));
&lt;br&gt;&amp;gt; 			} else {
&lt;br&gt;&amp;gt; 				log.error(&amp;quot;Attachment was null&amp;quot;);
&lt;br&gt;&amp;gt; 			}
&lt;br&gt;&amp;gt; 			
&lt;br&gt;&amp;gt; 			log.info(&amp;quot;return success&amp;quot;);
&lt;br&gt;&amp;gt; 			return SUCCESS;
&lt;br&gt;&amp;gt; 	}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public void prepare() throws Exception {
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 	}
&lt;br&gt;&amp;gt; }
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3339%29-Form-data-lost-when-using-post-method-with-Internet-Explorer-6.--Get-method-works-fine-and-post-works-fine-with-Firefox.-tp26501400p26513082.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512316</id>
	<title>[jira] Created: (WW-3340) ognl-2.7.3 has a blocker issue</title>
	<published>2009-11-25T05:06:14Z</published>
	<updated>2009-11-25T05:06:14Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">ognl-2.7.3 has a blocker issue
&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: WW-3340
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/WW-3340&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/WW-3340&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Struts 2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 2.1.8
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Andrei Ivanov
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Critical
&lt;br&gt;&lt;br&gt;&lt;br&gt;Because of WW-3197, Struts2 now depends on ognl-2.7.3, which has a blocker issue: &lt;a href=&quot;http://jira.opensymphony.com/browse/OGNL-149&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/OGNL-149&lt;/a&gt;&lt;br&gt;&lt;br&gt;Also, xwork-core-2.1.6.jar from the struts-2.1.8.1-all.zip contains javaassist and ognl, so the ognl classes come from 2 jars.
&lt;br&gt;&lt;br&gt;It also contains relocated classes from commons-lang and asm.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28WW-3340%29-ognl-2.7.3-has-a-blocker-issue-tp26512316p26512316.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26507257</id>
	<title>[jira] Commented: (STR-2893) FormTag doesn't render the focus javascript compliant with xhtml</title>
	<published>2009-11-24T20:04:14Z</published>
	<updated>2009-11-24T20:04:14Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/struts/browse/STR-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47104#action_47104&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/STR-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=47104#action_47104&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Andrew Kelly commented on STR-2893:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;Any word on when 1.3.11 will be released?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; FormTag doesn't render the focus javascript compliant with xhtml
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: STR-2893
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/struts/browse/STR-2893&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/struts/browse/STR-2893&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Struts 1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Tag Libraries
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2 Family
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Windows XP SP2, IBM Think Centre
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Tedy Marcos Colombini
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Paul Benedict
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Trivial
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.3.11, 1.4.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Taking a look at the FormTag code (precisely, the renderFocusJavascript() method), I found this:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // xhtml script content shouldn't use the browser hiding trick
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!this.isXhtml()) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; results.append(&amp;quot; &amp;nbsp;&amp;lt;!--&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; results.append(lineEnd);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; I guess the if statement should be the opposite, since we need javascript code inside &amp;lt;!-- ... --&amp;gt; for xhtml compliance, don't we?
&lt;br&gt;&amp;gt; Also, the following snippet doesn't need the !this.isXhtml() check...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!this.isXhtml() &amp;&amp; this.scriptLanguage) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; results.append(&amp;quot; language=\&amp;quot;JavaScript\&amp;quot;&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; Regards, Tedy.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28STR-2893%29-%3Chtml%3Aform%3E-doesn%27t-render-the-focus-javascript-compliant-with-xhtml-tp4994996p26507257.html" />
</entry>

</feed>
