"simplex-software" wrote : Thomas,
| Just FYI, I already reported on tomahawk jira the fact that the inputSuggestAjax component doesn't seem to work in JBoss portlets. Some other guys already reported the same with other portal containers. But they assign in this moment defects registered in jan 2006 !
I just answered your question by saying that components may or may not work, I am not the one to blame... FYI i already fixed one of the Tomahawk components to be used in a portlet environment.
Since when open source is only about taking ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000041#4000041
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000041
I think this will work. Assume two war files, war1 and war2. The classes in war1 have package name org.war.one, and the classes in war2 have package name org.war.two.
Update the log4j.xml file, adding an appender for each log file (see the existing "FILE" appender as an example). Then add categories for each appender as follows:
<category name="org.war.one">
| <priority value="DEBUG"/>
| <appender-ref ref="FILE-4-WAR1"/>
| </category>
| <category name="org.war.two">
| <priority value="DEBUG"/>
| <appender-ref ref="FILE-4-WAR2"/>
| </category>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000035#4000035
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000035
OK, I was able to get past that problem by adding the option to the build.xml but now I've got another problem.
I'm getting about 100 errors like this:
[execmodules] D:\jboss-portal-2.4.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:69: cannot
resolve symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setObject(AttributeType attribute, Object value) throws NoSuchAttachmentException
[execmodules] ^
I assume I'm missing a jar? Any idea which one?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000033#4000033
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000033