The autoform in t:panelTabbedPane in tomahawk

I am using <t:panelTabbedPane>
<t:panelTabbedPane>
<t:panelTab>
<h:form id="frm1">
<t:commandButton value="add"/>
</h:frm>
</t:panelTab>
</t:panelTabbedPane>
When I load the page I get a javascript error stating that the "elements is null". This is because of the autoform that is generated when using this component.
What is the workaround for this?

I am trying to use <t:panelTabbedpane> but i am unable to use it
i am trying myfaces1.1.2 jars and tomahawk1.1.2 jars
Is this version of myfaces support <t:panelTabbedpane>
I am able to use use <t:inputDate> but unable to use <t:panelTabbedpane>
my code is :::
<t:panelTabbedPane bgcolor="#FFFFCC">
<t:panelTab label="Tab 1">
<f:verbatim><H1>Tab 1</H1></f:verbatim>
</t:panelTab>
<t:panelTab label="Tab 2">
<f:verbatim><H1>Tab 2</H1></f:verbatim>
</t:panelTab>
<t:panelTab label="Tab 3">
<f:verbatim><H1>Tab 3</H1></f:verbatim>
</t:panelTab>
</t:panelTabbedPane>
i m getting message::::
javax.faces.FacesException: org.apache.jasper.JasperException
     at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:425)
     at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
     at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
     at java.lang.Thread.run(Thread.java:534)
Pls help me by suggesting me what are the actual requirement for using this component and is the probable area of error
thanks

Similar Messages

  • Tomahawk panelTabbedPane Styles

    Hello
    I tried specifying CSS style info for activeTabStyleClass and inactiveTabStyleClass, and strangely I could change the tab label background color but not the font/size/color of the text. I have seen in the generated html that is part of a text input, but can not find how to change the format of this. (when the tab is inactive the text appears within a gray rectangle)
    Does anyone know how to change the style of this componentent?
    the code is:
    <t:panelTabbedPane serverSideTabSwitch="false" selectedIndex="#{menu.focusIndex}"
              activeTabStyleClass="activeTab"
              inactiveTabStyleClass="inactiveTab"
              tabContentStyleClass="tabxwip"     
              >
              <t:panelTab id="tab1" label="Config">
                   <h:panelGrid id="up" columns="2" styleClass="tabGrid">
                        ...and the css
    .activeTab {
         background-color: white;
         width: 120px;
         font-size: 100%;
         padding: 20px;
         text-align: center;
         font-weight: bold;
         height: 20px;
    .inactiveTab {
         background-color: #A1045F;
         width: 120px;
         font-size: 100%;
         padding: 20px;
         height: 20px;
         text-align: center;
          font-weight: bold;
    .tabGrid {
         width: 1024px;
         border: 3px;
    }

    Posting JSF source code instead of the generated HTML code doesn't help much in solving CSS (and JS) problems. And if you do so, better use a CSS forum instead of a JSF forum.

  • What is the better way to end a ajax request in JSF?

    Hi, i hav a question.
    Im working with AJAX inside JSF, using a phaseListener, when i finish my work i do:
    context.responseComplete( );But i want to save the view, i dont want lose the changes ive made in my backbeans, what can i do?
    tkz.

    Ok, ill try to explain in better way:
    AJAX goes to the server and update the model, server response xml and update the client, i hav tags in my jsp like saveState (save the state of object), its a tomahawk component, the jsf_sequence goes with AJAX, i need save the view state using that sequence, because another sequence will be back to the client.
    When client go with normal request (get, post), the server doenst restore my previous state (because i think ajax ended the lifecycle first).
    Some time ago, i did something like this:
              Map map = context.getExternalContext().getRequestMap();
              Integer sequence = (Integer) map.get(RendererUtils.SEQUENCE_PARAM);
              if (sequence == null || sequence == 1) {
                   logger.warn("JSF_SEQUENCE error");
              } else {
                   sequence--;
                   synchronized (context.getExternalContext().getSession(true)) {
                        context.getExternalContext().getSessionMap().put(
                                  RendererUtils.SEQUENCE_PARAM, sequence);
                   synchronized (map) {
                        map.put(RendererUtils.SEQUENCE_PARAM, sequence);
    context.getApplication().getStateManager().saveSerializedView(
                             context);The code back the jsf_sequence and i dont touch in the jsf_sequence on cliente, so when client post with normal away, everything is fine because faces saved the last view in that sequence. I dont wanna do that again, i wanna discover a soft way.
    tkz.
    Message was edited by:
    CasMeiron

  • Random Behaviour of the Redirect JSP(URGENT)

    I tried to create Oracle PDK java portlet that will have multiple JSP. Which i want to call one after the another in the flow.
    I did created in entry in provider.xml sas follows
    <pageParameterName>rs_next_page</pageParameterName>
    My JSP has sample code as follows
    <%@page contentType="text/html; charset=windows-1252"
    import="oracle.portal.provider.v2.render.PortletRenderRequest"
    import="oracle.portal.provider.v2.http.HttpCommonConstants"
    import="oracle.portal.provider.v2.url.UrlUtils"
    %>
    <%
    PortletRenderRequest pReq = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    %>
    <P>Hello <%= pReq.getUser().getName() %>.</P>
    <P>This is the <b><i>Show</i></b> render mode!</P>
    <form name="actItem" method="get" ACTION="<%= UrlUtils.htmlFormActionLink(pReq,UrlUtils.PAGE_LINK) %>">
    <%= UrlUtils.htmlFormHiddenFields(pReq,UrlUtils.PAGE_LINK, "actItem") %>
    <input type = hidden name = "rs_next_page" value = "/htdocs/editresources/editresourcesEditPage.jsp">
    <input type="submit" value="Submit"/>
    </form>
    But it does not work It does not give error or anything. I have 2 Oracle PDK portlet having same code it works but this does not work.
    Could you please guide me what is best approach of redirecting to another JSP in Oracle portal
    I tried next_page ad hidden field but then it overwrite the another portlet next_page parameter.
    PLEASE GUIDE ME ASAP

    I've seen some weird errors when people mix MyFaces and Sun JAR's together (although I haven't seen this one earlier).
    First try removing the Sun JSF RI JAR's (jsf-api and jsf-impl) and see if it works. If not, then try replacing the h: components by t: components (Tomahawk), that is at least replacing h:dataTable and h:column by t:dataTable and t:column.

  • PanelTabbedPane and Backing Bean issue

    I have a page with 2 components: a "save" button and a tabbedPane with serverSideTabSwitch set to "true".
    The tabbedpane contains 2 tabs and in each tab there is an inputfield whose value is linked to a backing bean.
    If the user enters a value in the input field of the first tab, then clicks the second tab, enters a value in the input field of the second tab and then clicks the "save" button, only the value entered in the last chosen tab is set in the backing bean (and thus saved)
    Is there a solution for this problem , so that the information in all tabs is set in the backing bean (and also validated) ?
    A snippet of my JSP:
    <h:form>
    <h:commandButton action="#{testtabBean.save}" value="Save" />
    </h:form>
    <t:panelTabbedPane serverSideTabSwitch="true" >
    <t:panelTab id="tab1" label="Tab1">
    <h:inputText value="#{testtabBean.text1}"></h:inputText>
    </t:panelTab>
    <t:panelTab id="tab2" label="Tab2">
    <h:inputText value="#{testtabBean.text2}"></h:inputText>
    </t:panelTab>
    </t:panelTabbedPane>
    My backing bean:
    public class TestTabBean {
    private String text1;
    private String text2;
    public String getText1() {
    return text1;
    public void setText1(String text1) {
    this.text1 = text1;
    public String getText2() {
    return text2;
    public void setText2(String text2) {
    this.text2 = text2;
    public String save() {
    return null;
    }

    3 hours later is worked out is should be false :) Fixes the issue.
    <t:panelTabbedPane serverSideTabSwitch="false"

  • ADF 10.1.3.3 - Sandbox - Tomahawk

    Hi,
    My applications are working now with ADF and Tomahawk, but I want to add Sandbox. Could anyone integrate these three technologies? I integrate but when I use tableSuggestAjax, the suggestedItemsMethod is not invoked. Please send me the web.xml if anyone could do that.
    Regards,

    Jose --
    There's a bit more to it than that. I was able to get this to work. One of the issues is ADF Faces uses the oracle.adf.core render kit, tomahawk and sandbox components just use HTML_BASIC. A dynamic render kit switcher depending on url can take care of this part. The other part is to get the ajax components to work. That requires something that will switch out the state manager on the fly. Same idea.
    This will allow you to have ADF pages, say with one extension, and tomahawk and sandbox pages with another extension.
    Hope this helps.

  • Random behaviour of the dataTable

    Hi guys,
    I can't really find the error. I have a dataTable (code below). Sometimes it's mixing up the columns for no reason. Sometimes it just does not show one column but 2 times another column.
              <h:dataTable value="#{CompanySearchBean.companies}" id="resultTable"
                   var="company" style="width: 100%;" binding="#{CompanySearchBean.companytableData}"
                   columnClasses="resultLegalName, resultCity, resultCountry, resultTreeLevel, resultGuid">
                   <h:column>
                        <f:facet name="header">
                             <h:outputText value="Name"></h:outputText>
                        </f:facet>
                        <h:commandLink value="#{company.legalName}" action="#{CompanySearchBean.showDetails}">
                             <f:param value="#{CompanySearchBean.companytableData.rowIndex}" name="row" id="row"/>
                        </h:commandLink>
                   </h:column>
                   <h:column>
                        <f:facet name="header">
                             <h:outputText value="City"></h:outputText>
                        </f:facet>
                        <h:outputText value="#{company.mainPostal.city}"></h:outputText>
                   </h:column>
                   <h:column>
                        <f:facet name="header">
                             <h:outputText value="Country"></h:outputText>
                        </f:facet>
                        <h:outputText value="#{company.mainPostal.country.description}"></h:outputText>
                   </h:column>
                   <h:column>
                        <f:facet name="header">
                             <h:outputText value="Family Tree Level"></h:outputText>
                        </f:facet>
                        <h:outputText value="#{company.info.familyTreeLevel}"></h:outputText>
                   </h:column>
                   <h:column>
                        <f:facet name="header">
                             <h:outputText value="GUID"></h:outputText>
                        </f:facet>
                        <h:outputText value="#{company.guid}"></h:outputText>
                   </h:column>                                                            
              </h:dataTable>

    I've seen some weird errors when people mix MyFaces and Sun JAR's together (although I haven't seen this one earlier).
    First try removing the Sun JSF RI JAR's (jsf-api and jsf-impl) and see if it works. If not, then try replacing the h: components by t: components (Tomahawk), that is at least replacing h:dataTable and h:column by t:dataTable and t:column.

  • Styling Panel tabs in JSF with CSS

    Hello,
    I have been struggling to find a good resource that deals with the styling of <t:panelTabbedPane> and panelTabs in CSS. It would seem that using conventional tab methods might not always work correctly since JSF tabs seem to dynamically resize themselves based on the text within the, Can anyone here point me to a good resource? Thank you!

    There are tabbed panel components available. For example the Tomahawk's [t:panelTabbedPane|http://myfaces.apache.org/tomahawk/tabbedPane.html].

  • T:tabChangeListener tag not recognized error when using in facelets

    I am trying to use tomahawk's TabChangeListener with PanelTabbedPane, but when I add the tabChangeListener tag in the body of the <t:panelTabbedPane /> , I get an error: "<t:tabChangeListener> Tag Library supports namespace: http://myfaces.apache.org/tomahawk, but no tag was defined for name: tabChangeListener". I have used many other tomahawk components with no problem. Do I have to configure my tomahawk taglib to include that tag? I am using tomahawk in facelets.
    Here is facelets source:
    <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:c="http://java.sun.com/jstl/core"
        xmlns:t="http://myfaces.apache.org/tomahawk" xmlns:fn="http://java.sun.com/jsp/jstl/functions" xmlns:fr="http://myproject.com/test/jsf">
    <t:panelTabbedPane selectedIndex="#{coverageDisplay.startIndex}" serverSideTabSwitch="#{true}">
              <t:panelTab label="#{lbls.vehCovDetailsTab1}" rendered="#{vehiclesBean.vehicles.rowCount > 0}" >
                  <fr:vehCovSummTab />
              </t:panelTab>
              <t:panelTab label="#{lbls.vehCovDetailsTab2}" rendered="#{vehiclesBean.vehicles.rowCount > 3}" >
                  <fr:vehCovSummTab />
              </t:panelTab>
              <t:panelTab label="#{lbls.vehCovDetailsTab3}" rendered="#{vehiclesBean.vehicles.rowCount > 6}" >
                  <fr:vehCovSummTab />
              </t:panelTab>
              <t:tabChangeListener type="myproject.MyTabChangeListener" />
    </t:panelTabbedPane>My tomahawk.taglib.xml:
        <tag>
            <tag-name>panelTabbedPane</tag-name>
            <component>
                <component-type>org.apache.myfaces.HtmlPanelTabbedPane</component-type>
                <renderer-type>org.apache.myfaces.TabbedPane</renderer-type>
            </component>
        </tag>My tomahawk.tld:
            <!-- panelTabbedPane -->
        <tag>
            <name>panelTabbedPane</name>
            <tag-class>org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPaneTag</tag-class>
            <body-content>JSP</body-content>
                    <!-- UIPanel attributes -->
            <!-- UIComponent attributes -->
            <attribute>
                <name>id</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <type>java.lang.String</type>
                <description>Every component may have an unique id. Automatically created if omitted.</description>
            </attribute>
            <attribute>
                <name>rendered</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <type>java.lang.String</type>
                <description>If false, this component will not be rendered.</description>
            </attribute>
            <attribute>
                <name>binding</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <type>java.lang.String</type>
                <description>Component binding.</description>
            </attribute>
            <!-- HTML 4.0 universal attributes -->
            <attribute><name>dir</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>lang</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>style</name>   <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>title</name>   <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute>
                <name>styleClass</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>Corresponds to the HTML class attribute.</description>
            </attribute>
            <!-- HTML 4.0 event-handler attributes -->
            <attribute><name>onclick</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>ondblclick</name> <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>onmousedown</name><required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>onmouseup</name>  <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>onmouseover</name><required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>onmousemove</name><required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>onmouseout</name> <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>onkeypress</name> <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>onkeydown</name>  <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>onkeyup</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <!-- HTML 4.0 table attributes -->
            <attribute><name>align</name>           <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>border</name>          <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>bgcolor</name>         <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>cellpadding</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>cellspacing</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>datafld</name>         <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>datasrc</name>         <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>dataformatas</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>frame</name>           <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>rules</name>           <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>summary</name>         <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <attribute><name>width</name>           <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
            <!-- MyFaces extension: user role attributes -->
            <attribute>
                <name>enabledOnUserRole</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>
                    If user is in given role, this component will be rendered
                    normally. If not, no hyperlink is rendered but all nested
                    tags (=body) are rendered.
                </description>
            </attribute>
            <attribute>
                <name>visibleOnUserRole</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>
                    If user is in given role, this component will be rendered
                    normally. If not, nothing is rendered and the body of this tag
                    will be skipped.
                </description>
            </attribute>
            <attribute>
                <name>selectedIndex</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>
                    Index of tab that is selected by default.
                </description>
            </attribute>
            <attribute>
                <name>activeTabStyleClass</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>
                    Style class of the active tab cell.
                </description>
            </attribute>
            <attribute>
                <name>inactiveTabStyleClass</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>
                    Style class of the inactive tab cells.
                </description>
            </attribute>
            <attribute>
                <name>disabledTabStyleClass</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>
                    Style class of the disabled tab cells.
                </description>
            </attribute>
            <attribute>
                <name>activeSubStyleClass</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>
                    Style class of the active tab sub cell.
                </description>
            </attribute>
            <attribute>
                <name>inactiveSubStyleClass</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>
                    Style class of the inactive tab sub cells.
                </description>
            </attribute>
            <attribute>
                <name>tabContentStyleClass</name>
                <required>false</required>
                <rtexprvalue>false</rtexprvalue>
                <description>
                    Style class of the active tab content cell.
                </description>
            </attribute>
        </tag>
        <!-- tab change listener -->
        <tag>
            <name>tabChangeListener</name>
            <tag-class>org.apache.myfaces.custom.tabbedpane.TabChangeListenerTag</tag-class>
            <body-content>empty</body-content>
            <attribute>
                <name>type</name>
                <required>true</required>
                <rtexprvalue>false</rtexprvalue>
            </attribute>
        </tag>Message was edited by:
    citress
    Message was edited by:
    citress

    I have the same question. Does someone have a solution for this?

  • I get errors when using tomahawak inputFileUpload component.

    Hello everyone. I am a newbie with JSF. I use netbeans 6.1 and apache myfaces and tomahawk libraries. I need to upload a file. I use <t:inputFileUpload /> component of tomahawk but cant put it to work. When i choose the file from the browser and click upload button i get this error on browser.
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class org.apache.myfaces.shared_tomahawk.config.MyfacesConfig
         org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:135)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
    root cause
    java.lang.NoClassDefFoundError: Could not initialize class org.apache.myfaces.shared_tomahawk.config.MyfacesConfig
         org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:282)
         org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:126)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
    note The full stack trace of the root cause is available in the Apache Tomcat/6.0.16 logs.
    Apache Tomcat/6.0.16and my jsp page is below
    <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
    <%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <%--
        This file is an entry point for JavaServer Faces application.
    --%>
    <f:view>
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>Endersys License Upload Page</title>
        </head>
        <body>
            <h:form id="uploadForm" enctype="multipart/form-data">
                <t:inputFileUpload  id="fileUplod" value="#{upload_backing.file}"
                                    storage="file" required="true"/>
                <h:message for="fileUpload" />
                <h:commandButton value="upload" action="#{upload_backing.upload}" />
               <h:outputText value="File Uploaded Succesfully" rendered="#{upload_backing.success}"
                             style="color:green" />
               <h:outputText value="Error: File is not uploaded"
                             rendered="#{upload_backing.success}" style="color:red" />
            </h:form>
        </body>
    </html>
    </f:view>and this is the content of web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
        <context-param>
            <param-name>com.sun.faces.verifyObjects</param-name>
            <param-value>false</param-value>
        </context-param>
        <context-param>
            <param-name>com.sun.faces.validateXml</param-name>
            <param-value>true</param-value>
        </context-param>
        <context-param>
            <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
            <param-value>client</param-value>
        </context-param>
        <servlet>
            <servlet-name>Faces Servlet</servlet-name>
            <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
            <load-on-startup>1</load-on-startup>
        </servlet>
        <servlet-mapping>
            <servlet-name>Faces Servlet</servlet-name>
            <url-pattern>/faces/*</url-pattern>
        </servlet-mapping>
        <session-config>
            <session-timeout>
                30
            </session-timeout>
        </session-config>  
       <filter>
         <filter-name>MyFacesExtensionsFilter</filter-name>
         <filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
        <init-param>
            <param-name>maxFileSize</param-name>
            <param-value>10m</param-value>
            <description>Set the size limit for uploaded files.
                Format: 10 - 10 bytes
                        10k - 10 KB
                        10m - 10 MB
                        1g - 1 GB
            </description>
        </init-param>
        <init-param>
            <param-name>uploadRepositoryPath</param-name>
            <param-value>/tmp</param-value>
        </init-param>
        </filter>
    <!-- extension mapping for adding <script/>, <link/>, and other resource tags to JSF-pages  -->
    <filter-mapping>
        <filter-name>MyFacesExtensionsFilter</filter-name>
        <!-- servlet-name must match the name of your javax.faces.webapp.FacesServlet entry -->
        <servlet-name>Faces Servlet</servlet-name>
    </filter-mapping>
    <!-- extension mapping for serving page-independent resources (javascript, stylesheets, images, etc.)  -->
    <filter-mapping>
        <filter-name>MyFacesExtensionsFilter</filter-name>
        <url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
    </filter-mapping>
        </web-app>and the bean i use is here
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package bean.backing;
    import java.io.*;
    import javax.servlet.http.*;
    import org.apache.myfaces.custom.fileupload.UploadedFile;
    import javax.faces.context.FacesContext;
    * @author brhn
    public class main {
        private UploadedFile file;
        boolean success = false;
        public main() {}
        public UploadedFile getFile() {
            return file;
        public void setFile(UploadedFile file) {
            this.file = file;
        public void upload() throws IOException {
                try {
                    InputStream stream = file.getInputStream();
                    long size = file.getSize();
                    byte [] buffer = new byte[(int)size];
                    stream.read( buffer, 0, (int)size );
                    stream.close();
                    success = true;
            } catch (Exception e) {
                success = false;
        public boolean isSuccess () {
            return success;
    }i need to make it work. All helps will be appreciated

    The logs are by default located in Tomcat/logs and configurable by Tomcat/conf/logging.properties.
    Having said that, when I google on [java.lang.NoClassDefFoundError: Could not initialize class org.apache.myfaces.shared_tomahawk.config.MyfacesConfig|http://www.google.com/search?q=java.lang.NoClassDefFoundError%3A+Could+not+initialize+class+org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] then I have the impression that you're using Tomahawk 1.1.7 snapshot and there might be a bug in it. Try using Tomahawk 1.1.6 and see if it works. After all, you may have more luck if you post this issue at their own mailinglist at tomahawk.apache.org.

  • Multiple PUs in a single persistence.xml

    Hi,
    I'm trying to define two different PUs for a standalone and Java EE environments, so a single persistence.xml could be used.
    Here goes the persistence.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
      <persistence-unit name="derbyPU" transaction-type="RESOURCE_LOCAL">
        <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>
        <class>pl.jaceklaskowski.jsf.tomahawk.entities.Pracownik</class>
        <properties>
          <property name="openjpa.ConnectionDriverName" value="org.apache.derby.jdbc.EmbeddedDriver" />
          <property name="openjpa.ConnectionURL" value="jdbc:derby:target/derbyDB;create=true" />
          <property name="openjpa.ConnectionUserName" value="app" />
          <property name="openjpa.ConnectionPassword" value="app" />
          <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema" />
          <property name="openjpa.Log" value="DefaultLevel=WARN,SQL=TRACE" />
        </properties>
      </persistence-unit>
      <persistence-unit name="Kadry">
        <jta-data-source>jdbc/derby</jta-data-source>
        <class>pl.jaceklaskowski.jsf.tomahawk.entities.Pracownik</class>
      </persistence-unit>
    </persistence>and here goes the managed bean of a JSF application I'm developing.
    package pl.jaceklaskowski.jsf.tomahawk;
    import java.util.List;
    import javax.faces.model.DataModel;
    import javax.faces.model.ListDataModel;
    import javax.persistence.EntityManager;
    import javax.persistence.PersistenceContext;
    public class Pracownicy {
        @PersistenceContext(name="Kadry")
        EntityManager em;
        DataModel pracownicy = new ListDataModel();
        public DataModel getLista() {
            List resultList = em.createQuery("SELECT p FROM Pracownik p ORDER BY p.lastName").getResultList();;
            pracownicy.setWrappedData(resultList);
            return pracownicy;
    }When I run it on GF v2b36 I'm getting the following exception:
    com.sun.enterprise.deployment.backend.IASDeploymentException: Deployment Error -- Could not resolve a persistence unit corresponding to the persistence-context-ref-name [Kadry] in the scope of the module called [C:\projs\myfaces-tomahawk\target\myfaces-tomahawk]. Please verify your application.
            at com.sun.enterprise.deployment.BundleDescriptor.findReferencedPUsViaPCRefs(BundleDescriptor.java:689)
            at com.sun.enterprise.deployment.WebBundleDescriptor.findReferencedPUs(WebBundleDescriptor.java:709)
            at com.sun.jdo.spi.persistence.support.ejb.ejbc.PersistenceProcessor.getAllPersistenceUnitDescriptors(PersistenceProcessor.java:158)
            at com.sun.jdo.spi.persistence.support.ejb.ejbc.PersistenceProcessor.processApplication(PersistenceProcessor.java:119)
            at com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl.processApplication(DeploymentEventListenerImpl.java:198)
            at com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl.processEvent(DeploymentEventListenerImpl.java:159)
            at com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl.notifyDeploymentEvent(DeploymentEventListenerImpl.java:109)
            at com.sun.enterprise.deployment.backend.DeploymentEventManager.notifyDeploymentEvent(DeploymentEventManager.java:66)
            at com.sun.enterprise.deployment.backend.ModuleDeployer.handlePostDeployEvent(ModuleDeployer.java:618)
            at com.sun.enterprise.deployment.backend.ModuleDeployer.postDeploy(ModuleDeployer.java:607)
            at com.sun.enterprise.deployment.backend.ModuleDeployer.doRequestFinish(ModuleDeployer.java:172)
            at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:174)
            at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:95)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:892)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:266)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:761)
            at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:174)
            at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:210)I double-checked that the jar with the Kadry PU is in WEB-INF/lib directory of the web application.
    Does anyone have any idea what might be wrong?
    Jacek
    Jacek Laskowski
    http://www.jaceklaskowski.pl

    Hi Jacek,
    The attribute you should set is unitName(), not name(). name() defines the location of the
    @PersistenceContext dependency within the component environment (java:comp/env). It
    is independent of the dependency type and appears on all Java EE environment annotations :
    @EJB, @Resource, etc.
    unitName() specifies the name of the associated persistence unit. If there is only one defined it's
    not needed. However, in your case there are two so since it's not specified there isn't enough
    information to resolve the correct one.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • MyFace Configuration

    I've googled this to death, and have seen folks having similar problems, but no resolutions. What I'm doing seems very straight forward, but I get the following exception.
    "org.apache.jasper.JasperException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered"
    I'm using the following in my project
    Sun RI 1.2
    Tomahawk 1.1.3
    Faclets
    My sample project with this works fine until I add a Tomahawk component that need the extensions filter.
    I've followed both of these documents without luck
    link 1) http://myfaces.apache.org/tomahawk/extensionsFilter.html
    link 2) http://wiki.apache.org/myfaces/How_to_add_MyFaces_support_to_a_Sun_JSF_RI_application
    web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>JSFSpringHibernateTut</display-name>
         <!-- Use Documents saved as *.jspx for Facelets-->
         <context-param>
              <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
              <param-value>.jspx</param-value>
         </context-param>
        <context-param>
            <param-name>facelets.LIBRARIES</param-name>
            <param-value>/WEB-INF/tomahawk.taglib.xml</param-value>
        </context-param>
         <filter>
              <filter-name>MyFacesExtensionsFilter</filter-name>
              <filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
             <init-param>
                 <param-name>maxFileSize</param-name>
                 <param-value>20m</param-value>
             </init-param>
         </filter>
         <!-- extension mapping for adding <script/>, <link/>, and other resource tags to JSF-pages  -->
         <filter-mapping>
             <filter-name>MyFacesExtensionsFilter</filter-name>
             <!-- servlet-name must match the name of your javax.faces.webapp.FacesServlet entry -->
             <servlet-name>Faces Servlet</servlet-name>
         </filter-mapping>
         <!-- extension mapping for serving page-independent resources (javascript, stylesheets, images, etc.)  -->
         <filter-mapping>
             <filter-name>MyFacesExtensionsFilter</filter-name>
             <url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
         </filter-mapping>
         <!-- Faces Servlet -->
         <servlet>
              <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <!-- Faces Servlet Mapping -->
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>*.faces</url-pattern>
         </servlet-mapping>
    </web-app>In addition, based on link 2 I tried the following for the filter and filter mapping configuration.
    <!-- Extensions Filter -->
    <filter>
            <filter-name>extensionsFilter</filter-name>
            <filter-class>
                    org.apache.myfaces.component.html.util.ExtensionsFilter
            </filter-class>
            <init-param>
                    <description>
                            Set the size limit for uploaded files. Format: 10 - 10
                            bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB
                    </description>
                    <param-name>uploadMaxFileSize</param-name>
                    <param-value>100m</param-value>
            </init-param>
            <init-param>
                    <description>
                            Set the threshold size - files below this limit are
                            stored in memory, files above this limit are stored on
                            disk.
                            Format: 10 - 10 bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB
                    </description>
                    <param-name>uploadThresholdSize</param-name>
                    <param-value>100k</param-value>
            </init-param>
            <!--
            <init-param>
                    <param-name>uploadRepositoryPath</param-name>
                    <param-value>/temp</param-value>
                    <description>Set the path where the intermediary files will be stored.
                    </description>
            </init-param>
            -->
    </filter>
    <filter-mapping>
            <filter-name>extensionsFilter</filter-name>
            <url-pattern>*.faces</url-pattern>
    </filter-mapping>

    got it...
    I was using <jsp:forward> to forward to the page where I had a tomahawk component and because of this the dispatcher didn't execute the ExtensionFilter. Now using redirect instead and it works.

  • EIT SSHR Table sorting

    Hi all,
    I have successfully personalized the EIT SSHR screen to display one of the configured EIT on a custom responsibility using a custom function(so that I can do personalization on function level without affecting other EIT screens).
    Now my challenge is that, when I click on the menu function, it takes me to the people search page, I do a search and select a employee, then it shows me the list of existing EIT records with an option of add, update and delete. Here, I need to show the existing records in a sorted order. I need the latest entry entered to appear in the top. If this is not possible, it would be great if I can have the table sorted as per one of the segment value.
    Is there a way to do this. Can someone help me in doing this and let me know the steps to do the same.
    Cheers
    Arun

    I think Tomahawk is the way to go here.
    Tomahawk allows sorting of data in the data table.
    For action based on row selection, you need to invoke java script function
    using rowOnClick attribute of t:dataTable and then make a hidden command button "click" from
    the java script.
    Regards,
    Joshua

  • Users can not subscribe to podcast

    I have had several people tell me that they are receiving error = 9006 when they are trying to subscribe to my podcast. When I went to go investigate I noticed that if I hit Check for Available Downloads that the cue would turn on and off in a second. If I went back and selected subscribe over again it will go through the motions, but won't actually subscribe. I've had to actually go in and manually select get episode in order for it to download correctly.
    Since it has taken 3 days to post my latest podcast, I was wondering if there was an internal issue with Apple, or if this is something that I need to rectify?
    Here is the URL to my podcast http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=321951393
    Thank you in advance for any help you might be able to lend.

    Feedvalidator is pointing out the player that I have inserted in my blog. I'm assuming that Feedburner picks it up, and that for some reason feedvalidator is pointing it out. Also, the double link does not exist in code I currently have setup.
    I am currently using Smartfeed within feedburner, the XML feed includes all of the items you are pointing out (sans the duration), so I'm not sure why iTunes isn't picking up on the information.
    Case in point, this is the XML that's driving my RSS feed:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?>
    <?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?>
    <rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
    <title>Fusion Sonica Podcast</title>
    <link>http://fusionsonica.com</link>
    <description>Atravesamos el camino menos caminado, y hablamos del metal/hard rock de hoy, ayer y mañana. Aquí no vale lo de los concursos de la tele, solo cuenta el alma de la música que nos encanta. Cubrimos Iron Maiden, Kiss, Ramones, Anthrax, Warrior Soul, Fear Factory, NIN, Megadeth, Metallica, Black Sabbath, Korn, Marilyn Manson, Filter, Badlands, Social Distortion, Quiet Riot, Motley Crue, George Lynch, Dio, Van Halen, Fastway, Great White, H.I.M. The Cult, Sepultura, Ozzy, Judas Priest, Led Zepplin, Dokken, Ace Frehley, Widowmaker, Twisted Sister, Living Colour, Ratt, Testament, Guns-N-Roses, Faith No More, Def Leppard, Down, Pantera, Audioslave, Rage Against The Machine, Soundgarden, Alice In Chains, Probot, UFO, Black Label Society, Misfits, Bad Brains, Bad Religion, L.A. Guns, Brides Of Destruction, Iced Earth, Queensrych, Life Of Agony, Stereomud, STP, Vinnie Vincent, Jake E. Lee, S.O.D., Godsmack, The Offspring, Baron Rojo, Obus, Drowning Pool, Monster Magnet, Damage Plan, Orgy, The Almighty, Skizoo, System Of The Down, Propaganda, Elder, Farflung, y muchos, muchos mas!</description>
    <lastBuildDate>Wed, 15 Jul 2009 15:51:09 +0000</lastBuildDate>
    <generator>http://wordpress.com/</generator>
    <language>es</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <image>
    <url>http://www.gravatar.com/blavatar/e4f92bc8da05d6ff1a019eb3189aa78a?s=96&d=http:// s.wordpress.com/i/buttonw-com.png</url>
    <title>Fusion Sonica Podcast</title>
    <link>http://fusionsonica.com</link>
    </image>
    <media:copyright>Todo el contenido registrado a Fusion Sonica</media:copyright>
    <media:thumbnail url="http://fusionsonica.wordpress.com/files/2009/07/fusionsonica_icon.jpg" />
    <media:keywords>Spanish,heavy,metal,rock,duro,hard,stoner,doom,thrash,glam,metal core,grindcore,punk,nu</media:keywords>
    <media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Music</media:category>
    <itunes:owner>
    <itunes:email>[email protected]</itunes:email>
    <itunes:name>Fusion Sonica</itunes:name>
    </itunes:owner>
    <itunes:author>Fusion Sonica</itunes:author>
    <itunes:explicit>no</itunes:explicit>
    <itunes:image href="http://fusionsonica.wordpress.com/files/2009/07/fusionsonica_icon.jpg" />
    <itunes:keywords>Spanish,heavy,metal,rock,duro,hard,stoner,doom,thrash,glam,meta lcore,grindcore,punk,nu</itunes:keywords>
    <itunes:subtitle>Atravesamos el camino menos caminado, y hablamos del metal/hard rock de hoy, ayer y mañana.</itunes:subtitle>
    <itunes:summary>Atravesamos el camino menos caminado, y hablamos del metal/hard rock de hoy, ayer y mañana. Aquí no vale lo de los concursos de la tele, solo cuenta el alma de la música que nos encanta. Cubrimos Iron Maiden, Kiss, Ramones, Anthrax, Warrior Soul, Fear Factory, NIN, Megadeth, Metallica, Black Sabbath, Korn, Marilyn Manson, Filter, Badlands, Social Distortion, Quiet Riot, Motley Crue, George Lynch, Dio, Van Halen, Fastway, Great White, H.I.M. The Cult, Sepultura, Ozzy, Judas Priest, Led Zepplin, Dokken, Ace Frehley, Widowmaker, Twisted Sister, Living Colour, Ratt, Testament, Guns-N-Roses, Faith No More, Def Leppard, Down, Pantera, Audioslave, Rage Against The Machine, Soundgarden, Alice In Chains, Probot, UFO, Black Label Society, Misfits, Bad Brains, Bad Religion, L.A. Guns, Brides Of Destruction, Iced Earth, Queensrych, Life Of Agony, Stereomud, STP, Vinnie Vincent, Jake E. Lee, S.O.D., Godsmack, The Offspring, Baron Rojo, Obus, Drowning Pool, Monster Magnet, Damage Plan, Orgy, The Almighty, Skizoo, System Of The Down, Propaganda, Elder, Farflung, y muchos, muchos mas!</itunes:summary>
    <itunes:category text="Music" />
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/FusionSonicasBlog" type="application/rss+xml" />
    <feedburner:emailServiceId>FusionSonicasBlog</feedburner:emailServiceId>
    <feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" />
    <item>
    <title>Podcast Numero 5</title>
    <link>http://feedproxy.google.com/~r/FusionSonicasBlog/~3/zT7cENcr9-4/</link>
    <comments>http://fusionsonica.com/2009/07/15/podcast-numero-5/#comments</comments>
    <pubDate>Wed, 15 Jul 2009 01:01:13 +0000</pubDate>
    <dc:creator>[email protected] (Fusion Sonica)</dc:creator>
    <category><![CDATA[feeds]]></category>
    <category><![CDATA[podcasts]]></category>
    <category><![CDATA[Machine Head]]></category>
    <category><![CDATA[Sacred Reich]]></category>
    <category><![CDATA[Pantera]]></category>
    <category><![CDATA[Propaganda]]></category>
    <category><![CDATA[Encrucijada]]></category>
    <category><![CDATA[Cruzdiablo]]></category>
    <category><![CDATA[Sherpa]]></category>
    <category><![CDATA[Baron Rojo]]></category>
    <category><![CDATA[Obus]]></category>
    <category><![CDATA[Skizoo]]></category>
    <category><![CDATA[Hamlet]]></category>
    <category><![CDATA[Puya]]></category>
    <category><![CDATA[Clutch]]></category>
    <category><![CDATA[David Lee Roth]]></category>
    <category><![CDATA[Korn]]></category>
    <category><![CDATA[Slash]]></category>
    <category><![CDATA[Steven Adler]]></category>
    <category><![CDATA[Velvet Revolver]]></category>
    <category><![CDATA[Ozzy Osbourne]]></category>
    <category><![CDATA[Zakk Wylde]]></category>
    <category><![CDATA[Black Label Society]]></category>
    <category><![CDATA[Hellfest]]></category>
    <category><![CDATA[Jack Daniels]]></category>
    <category><![CDATA[Download Festival]]></category>
    <category><![CDATA[Van Halen]]></category>
    <category><![CDATA[AC/DC]]></category>
    <category><![CDATA[Heaven & ****]]></category>
    <category><![CDATA[Metallica]]></category>
    <category><![CDATA[Black Sabbath]]></category>
    <category><![CDATA[Sugar Ray]]></category>
    <category><![CDATA[Limp Bizkit]]></category>
    <category><![CDATA[Phil Rind]]></category>
    <category><![CDATA[Mark McGrath]]></category>
    <category><![CDATA[Kiss]]></category>
    <category><![CDATA[Sepultura]]></category>
    <category><![CDATA[Sober]]></category>
    <category><![CDATA[Fantastico Hombre Bala]]></category>
    <category><![CDATA[Saratoga]]></category>
    <category><![CDATA[XXL]]></category>
    <category><![CDATA[Last Tour International]]></category>
    <category><![CDATA[Kobetasonik]]></category>
    <guid isPermaLink="false">http://fusionsonica.wordpress.com/?p=126</guid>
    <description><![CDATA[En este episodio hablamos sobre el Metal/Hard Rock en Español. La idea es llamar atención a grupos que son menos conocidos, o tocar rarezas de grupos algo más conocidos. Los grupos que forman parte de este episodio vienen de España, Estados Unidos, Chile, Argentina, y Puerto Rico. Son por ejemplo:
    Propaganda
    Encrucijada
    Cruzdiablo
    Sherpa
    Obus
    Skizoo
    Hamlet
    Puya
    Clutch
    David Lee Roth
    Tambien [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=1 26&subd=fusionsonica&ref=&feed=1" />]]></description>
    <content:encoded><![CDATA[<div class='snap_preview'><br /><p>En este episodio hablamos sobre el Metal/Hard Rock en Español. La idea es llamar atención a grupos que son menos conocidos, o tocar rarezas de grupos algo más conocidos. Los grupos que forman parte de este episodio vienen de España, Estados Unidos, Chile, Argentina, y Puerto Rico. Son por ejemplo:</p>
    <p>Propaganda<br />
    Encrucijada<br />
    Cruzdiablo<br />
    Sherpa<br />
    Obus<br />
    Skizoo<br />
    Hamlet<br />
    Puya<br />
    Clutch<br />
    David Lee Roth</p>
    <p>Tambien se habla sobre Korn, Slash, Steven Adler, Velvet Revolver, Sacred Reich, Ozzy Osbourne, Zakk Wylde, Black Label Society, Hellfest, Jack Daniels, Download Festival, Van Halen, AC/DC, Heaven & ****, Metallica, Black Sabbath, Sugar Ray, Limp Bizkit, Machine Head, Baron Rojo, Phil Rind, Mark McGrath, Kiss, Sepultura, Pantera, Sober, Fantastico Hombre Bala, Saratoga, XXL, Last Tour International, Kobetasonik</p>
    <p>El podcast se puede descargar en formato que prefiere desde aquí:</p>
    <div class="media_formats">
    <div><a href="http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast5.mp3" target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" border="0" alt="" /></a></div>
    <div><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=32195139 3" target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" border="0" alt="" /></a></div>
    <div class="clear"></div>
    </div>
    <p>O escucha online aquí:</p>
    <p><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&bg=1b1814&leftbg=ce632f&lefticon=1b1814&rightbg=ce632f&rightbghover=1b1 814&righticon=1b1814&righticonhover=ce632f&text=ce632f&slider=1b1814&track=1b181 4&border=1b1814&loader=ce632f&bgcolor=1b1814&soundFile=http%3A%2F%2Ffusionsonica .files.wordpress.com%2F2009%2F07%2Ffusionsonicapodcast5.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='1b1814' /></object></p></span></p>
    <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fusionsonica.wordpress.com/126/ "><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fusionsonica.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fusionsonica.wordpress.com/126 /"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fusionsonica.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fusionsonica.wordpress.com/126/" ><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fusionsonica.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fusionsonica.wordpress.com/126/"><i mg alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fusionsonica.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fusionsonica.wordpress.com/126/"> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fusionsonica.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=1 26&subd=fusionsonica&ref=&feed=1" /></div><div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=zT7cENcr9-4:gr9jOaGh1 E8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=zT7cENcr9-4:gr9jOaGh1 E8:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=63t7Ie-LG7Y" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=zT7cENcr9-4:gr9jOaGh1 E8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=qj6IDK7rITs" border="0"></img></a>
    </div><img src="http://feeds.feedburner.com/~r/FusionSonicasBlog/~4/zT7cENcr9-4" height="1" width="1"/>]]></content:encoded>
    <wfw:commentRss>http://fusionsonica.com/2009/07/15/podcast-numero-5/feed/</wfw:commentRss>
    <slash:comments>0</slash:comments>
    <enclosure url="http://fusionsonica.wordpress.com/files/2009/07/fusionsonicapodcast5.mp3" length="119192057" type="audio/mpeg" />
    <media:content url="http://0.gravatar.com/avatar/a928dc1baf4a01cdca0e5f6af719cbcf?s=96&amp;d=i denticon&amp;r=G" medium="image">
    <media:title type="html">fusionsonica</media:title>
    </media:content>
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast5.mp3|b g=1b1814|righticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce63 2f|leftbg=ce632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track= 1b1814|loader=ce632f|border=1b1814" medium="audio">
    <media:player url="http://fusionsonica.com/wp-content/plugins/audio-player/player.swf?soundFi le=http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast5.mp3|bg=1 b1814|righticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce632f| leftbg=ce632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track=1b1 814|loader=ce632f|border=1b1814" />
    </media:content>
    <itunes:explicit>no</itunes:explicit>
    <itunes:subtitle>En este episodio hablamos sobre el Metal/Hard Rock en Español. La idea es llamar atención a grupos que son menos conocidos, o tocar rarezas de grupos algo más conocidos. Los grupos que forman parte de este episodio vienen de España, Estados Unidos, Chile,</itunes:subtitle>
    <itunes:author>Fusion Sonica</itunes:author>
    <itunes:summary>En este episodio hablamos sobre el Metal/Hard Rock en Español. La idea es llamar atención a grupos que son menos conocidos, o tocar rarezas de grupos algo más conocidos. Los grupos que forman parte de este episodio vienen de España, Estados Unidos, Chile, Argentina, y Puerto Rico. Son por ejemplo: Propaganda Encrucijada Cruzdiablo Sherpa Obus Skizoo Hamlet Puya Clutch David Lee Roth Tambien [...]</itunes:summary>
    <itunes:keywords>Spanish,heavy,metal,rock,duro,hard,stoner,doom,thrash,glam,meta lcore,grindcore,punk,nu</itunes:keywords>
    <feedburner:origLink>http://fusionsonica.com/2009/07/15/podcast-numero-5/</feedburner:origLink>
    </item>
    <item>
    <title>Podcast Numero 4</title>
    <link>http://feedproxy.google.com/~r/FusionSonicasBlog/~3/ziy0RwZb5Kg/</link>
    <comments>http://fusionsonica.com/2009/07/09/podcast-numero-4/#comments</comments>
    <pubDate>Thu, 09 Jul 2009 11:07:01 +0000</pubDate>
    <dc:creator>[email protected] (Fusion Sonica)</dc:creator>
    <category><![CDATA[feeds]]></category>
    <category><![CDATA[podcasts]]></category>
    <category><![CDATA[Suicidal Tendencies]]></category>
    <category><![CDATA[Alice In Chains]]></category>
    <category><![CDATA[Life Of Agony]]></category>
    <category><![CDATA[Nine Inch Nails]]></category>
    <category><![CDATA[Street Sweeper Social Club]]></category>
    <category><![CDATA[Megadeth]]></category>
    <category><![CDATA[Iron Maiden]]></category>
    <category><![CDATA[Slayer]]></category>
    <category><![CDATA[Helmet]]></category>
    <category><![CDATA[Scorpions]]></category>
    <category><![CDATA[The Cult]]></category>
    <category><![CDATA[Velvet Revolver]]></category>
    <category><![CDATA[Ozzy Osbourne]]></category>
    <category><![CDATA[Limp Bizkit]]></category>
    <category><![CDATA[Motorhead]]></category>
    <category><![CDATA[UFO]]></category>
    <category><![CDATA[Humble Pie]]></category>
    <category><![CDATA[Flogging Molly]]></category>
    <category><![CDATA[The Almighty]]></category>
    <category><![CDATA[Fuel]]></category>
    <category><![CDATA[Duran Duran]]></category>
    <category><![CDATA[Guns N Roses]]></category>
    <category><![CDATA[Sex Pistols]]></category>
    <category><![CDATA[Ian Gillan]]></category>
    <category><![CDATA[Widowmaker]]></category>
    <category><![CDATA[Pearl Jam]]></category>
    <category><![CDATA[Screaming Trees]]></category>
    <category><![CDATA[R.E.M.]]></category>
    <category><![CDATA[Rage Against The Machine]]></category>
    <category><![CDATA[Audioslave]]></category>
    <category><![CDATA[Jane’s Addiction]]></category>
    <category><![CDATA[***** For Pyros]]></category>
    <category><![CDATA[Shark Island]]></category>
    <category><![CDATA[L.A. Guns]]></category>
    <category><![CDATA[Brides Of Destruction]]></category>
    <category><![CDATA[Ratt]]></category>
    <category><![CDATA[Vixen]]></category>
    <category><![CDATA[Filter]]></category>
    <category><![CDATA[Army of Anyone]]></category>
    <category><![CDATA[Offspring]]></category>
    <category><![CDATA[Vandals]]></category>
    <category><![CDATA[Mad Season]]></category>
    <category><![CDATA[Class of ‘99]]></category>
    <category><![CDATA[Fastway]]></category>
    <category><![CDATA[Circus Diablo]]></category>
    <category><![CDATA[Neurotic Outsiders]]></category>
    <category><![CDATA[Contraband]]></category>
    <category><![CDATA[Desperado]]></category>
    <category><![CDATA[Badlands]]></category>
    <category><![CDATA[The Damning Well]]></category>
    <category><![CDATA[Stereomud]]></category>
    <category><![CDATA[Tomahawk]]></category>
    <category><![CDATA[Fantomas]]></category>
    <category><![CDATA[Md .45]]></category>
    <category><![CDATA[Dark New Day]]></category>
    <category><![CDATA[Sevendust]]></category>
    <category><![CDATA[Faith No More]]></category>
    <category><![CDATA[Mr. Bungle]]></category>
    <category><![CDATA[The Melvins]]></category>
    <category><![CDATA[Jesus Lizard]]></category>
    <category><![CDATA[Fear]]></category>
    <category><![CDATA[Shrine]]></category>
    <category><![CDATA[White Lion]]></category>
    <guid isPermaLink="false">http://fusionsonica.wordpress.com/?p=109</guid>
    <description><![CDATA[En este episodio hablamos sobre los súper grupos. O Sea grupos que han sido formados por componentes de otros grupos conocidos. Ya sé que existen Down, Velvet Revolver, Audioslave y ahora Chickenfoot, entre otros pero la idea de este episodio es haceros conocer otros super grupos menos conocidos. Por ejemplo:
    Mad Season
    Class of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=1 09&subd=fusionsonica&ref=&feed=1" />]]></description>
    <content:encoded><![CDATA[<div class='snap_preview'><br /><p>En este episodio hablamos sobre los súper grupos. O Sea grupos que han sido formados por componentes de otros grupos conocidos. Ya sé que existen Down, Velvet Revolver, Audioslave y ahora Chickenfoot, entre otros pero la idea de este episodio es haceros conocer otros super grupos menos conocidos. Por ejemplo:</p>
    <p>Mad Season<br />
    Class of ‘99<br />
    Fastway<br />
    Circus Diablo<br />
    Neurotic Outsiders<br />
    Contraband<br />
    Desperado<br />
    Badlands<br />
    The Damning Well<br />
    Stereomud<br />
    Tomahawk<br />
    Fantomas<br />
    Md .45</p>
    <p>Hablamos sobre los siguientes grupos también ya que los componentes de estos súper grupos vienen de ellos:</p>
    <p>Motorhead, UFO, Humble Pie, Flogging Molly, The Cult, The Almighty, Fuel, Duran Duran, Guns N Roses, Velvet Revolver, Sex Pistols, Ozzy Osbourne, Ian Gillan, Iron Maiden, Widowmaker, Alice In Chains, Pearl Jam, Screaming Trees, R.E.M., Rage Against The Machine, Audioslave, Street Sweeper Social Club, Jane’s Addiction, ***** For Pyros, Shark Island, L.A. Guns, Brides Of Destruction, Scorpions, Ratt, Vixen, Limp Bizkit, Filter, Nine Inch Nails, Army of Anyone, Suicidal Tendencies, Offspring, Vandals, Life Of Agony, Dark New Day, Sevendust, Faith No More, Mr. Bungle, Helmet, The Melvins, Slayer, Jesus Lizard, Fear, Shrine, Megadeth, White Lion</p>
    <p>El podcast se puede descargar en formato que prefiere desde aquí:</p>
    <div class="media_formats">
    <div><a href="http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast41.mp3 " target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" border="0" alt="" /></a></div>
    <div><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=32195139 3" target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" border="0" alt="" /></a></div>
    <div class="clear"></div>
    </div>
    <p>O escucha online aquí:</p>
    <p><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&bg=1b1814&leftbg=ce632f&lefticon=1b1814&rightbg=ce632f&rightbghover=1b1 814&righticon=1b1814&righticonhover=ce632f&text=ce632f&slider=1b1814&track=1b181 4&border=1b1814&loader=ce632f&bgcolor=1b1814&soundFile=http%3A%2F%2Ffusionsonica .files.wordpress.com%2F2009%2F07%2Ffusionsonicapodcast41.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='1b1814' /></object></p></span></p>
    <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fusionsonica.wordpress.com/109/ "><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fusionsonica.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fusionsonica.wordpress.com/109 /"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fusionsonica.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fusionsonica.wordpress.com/109/" ><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fusionsonica.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fusionsonica.wordpress.com/109/"><i mg alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fusionsonica.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fusionsonica.wordpress.com/109/"> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fusionsonica.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=1 09&subd=fusionsonica&ref=&feed=1" /></div><div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=ziy0RwZb5Kg:3w-3PKQxQ 2o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=ziy0RwZb5Kg:3w-3PKQxQ 2o:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=63t7Ie-LG7Y" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=ziy0RwZb5Kg:3w-3PKQxQ 2o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=qj6IDK7rITs" border="0"></img></a>
    </div><img src="http://feeds.feedburner.com/~r/FusionSonicasBlog/~4/ziy0RwZb5Kg" height="1" width="1"/>]]></content:encoded>
    <wfw:commentRss>http://fusionsonica.com/2009/07/09/podcast-numero-4/feed/</wfw:commentRss>
    <slash:comments>0</slash:comments>
    <enclosure url="http://fusionsonica.wordpress.com/files/2009/07/fusionsonicapodcast41.mp3" length="0" type="audio/mpeg" />
    <media:content url="http://0.gravatar.com/avatar/a928dc1baf4a01cdca0e5f6af719cbcf?s=96&amp;d=i denticon&amp;r=G" medium="image">
    <media:title type="html">fusionsonica</media:title>
    </media:content>
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast41.mp3| bg=1b1814|righticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce6 32f|leftbg=ce632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track =1b1814|loader=ce632f|border=1b1814" medium="audio">
    <media:player url="http://fusionsonica.com/wp-content/plugins/audio-player/player.swf?soundFi le=http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast41.mp3|bg= 1b1814|righticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce632f |leftbg=ce632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track=1b 1814|loader=ce632f|border=1b1814" />
    </media:content>
    <itunes:explicit>no</itunes:explicit>
    <itunes:subtitle>En este episodio hablamos sobre los súper grupos. O Sea grupos que han sido formados por componentes de otros grupos conocidos. Ya sé que existen Down, Velvet Revolver, Audioslave y ahora Chickenfoot, entre otros pero la idea de este episodio es haceros c</itunes:subtitle>
    <itunes:author>Fusion Sonica</itunes:author>
    <itunes:summary>En este episodio hablamos sobre los súper grupos. O Sea grupos que han sido formados por componentes de otros grupos conocidos. Ya sé que existen Down, Velvet Revolver, Audioslave y ahora Chickenfoot, entre otros pero la idea de este episodio es haceros conocer otros super grupos menos conocidos. Por ejemplo: Mad Season Class of [...]</itunes:summary>
    <itunes:keywords>Spanish,heavy,metal,rock,duro,hard,stoner,doom,thrash,glam,meta lcore,grindcore,punk,nu</itunes:keywords>
    <feedburner:origLink>http://fusionsonica.com/2009/07/09/podcast-numero-4/</feedburner:origLink>
    </item>
    <item>
    <title>Podcast Numero 3</title>
    <link>http://feedproxy.google.com/~r/FusionSonicasBlog/~3/eLbt0U5jZgg/</link>
    <comments>http://fusionsonica.com/2009/07/07/podcast-numero-3/#comments</comments>
    <pubDate>Tue, 07 Jul 2009 15:28:37 +0000</pubDate>
    <dc:creator>[email protected] (Fusion Sonica)</dc:creator>
    <category><![CDATA[feeds]]></category>
    <category><![CDATA[podcasts]]></category>
    <category><![CDATA[Anthrax]]></category>
    <category><![CDATA[Billy Corgan]]></category>
    <category><![CDATA[Bruce Dickinson]]></category>
    <category><![CDATA[Buffy The Vampire Slayer]]></category>
    <category><![CDATA[Dimebag Darrell]]></category>
    <category><![CDATA[Dream Theater]]></category>
    <category><![CDATA[Hatebreed]]></category>
    <category><![CDATA[Helmet]]></category>
    <category><![CDATA[House Of Pain]]></category>
    <category><![CDATA[Ice T]]></category>
    <category><![CDATA[Iron Maiden]]></category>
    <category><![CDATA[Judas Priest]]></category>
    <category><![CDATA[Judgment Night]]></category>
    <category><![CDATA[Overkill]]></category>
    <category><![CDATA[Pantera]]></category>
    <category><![CDATA[Rob Halford]]></category>
    <category><![CDATA[Sacred Reich]]></category>
    <category><![CDATA[Scorpions]]></category>
    <category><![CDATA[Scum]]></category>
    <category><![CDATA[Sebastian Bach]]></category>
    <category><![CDATA[Slayer]]></category>
    <category><![CDATA[Straight Line Stitch]]></category>
    <category><![CDATA[Talking Metal]]></category>
    <category><![CDATA[The Cult]]></category>
    <category><![CDATA[Turtlehead]]></category>
    <guid isPermaLink="false">http://fusionsonica.wordpress.com/?p=102</guid>
    <description><![CDATA[En este episodio hablamos sobre las colaboraciones que han existido en el mundo del Metal entre los siguientes grupos:
    Sebastian Bach
    Dimebag Darrell
    Buffy The Vampire Slayer
    Rob Halford
    Pantera
    Sacred Reich
    Bruce Dickinson
    Iron Maiden
    Judas Priest
    Turtlehead
    Talking Metal
    Anthrax
    Dream Theater
    Overkill
    Scum
    Straight Line Stitch
    Hatebreed
    Judgment Night
    Slayer
    Ice T
    House Of Pain
    Helmet
    Scorpions
    Billy Corgan
    The Cult
    El podcast se puede descargar en formato que prefiere desde aquí:
    O escucha online aquí:
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=1 02&subd=fusionsonica&ref=&feed=1" />]]></description>
    <content:encoded><![CDATA[<div class='snap_preview'><br /><p>En este episodio hablamos sobre las colaboraciones que han existido en el mundo del Metal entre los siguientes grupos:</p>
    <p>Sebastian Bach<br />
    Dimebag Darrell<br />
    Buffy The Vampire Slayer<br />
    Rob Halford<br />
    Pantera<br />
    Sacred Reich<br />
    Bruce Dickinson<br />
    Iron Maiden<br />
    Judas Priest<br />
    Turtlehead<br />
    Talking Metal<br />
    Anthrax<br />
    Dream Theater<br />
    Overkill<br />
    Scum<br />
    Straight Line Stitch<br />
    Hatebreed<br />
    Judgment Night<br />
    Slayer<br />
    Ice T<br />
    House Of Pain<br />
    Helmet<br />
    Scorpions<br />
    Billy Corgan<br />
    The Cult</p>
    <p>El podcast se puede descargar en formato que prefiere desde aquí:</p>
    <div class="media_formats">
    <div><a href="http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast3.mp3" target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" border="0" alt="" /></a></div>
    <div><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=32195139 3" target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" border="0" alt="" /></a></div>
    <div class="clear"></div>
    </div>
    <p>O escucha online aquí:</p>
    <p><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&bg=1b1814&leftbg=ce632f&lefticon=1b1814&rightbg=ce632f&rightbghover=1b1 814&righticon=1b1814&righticonhover=ce632f&text=ce632f&slider=1b1814&track=1b181 4&border=1b1814&loader=ce632f&bgcolor=1b1814&soundFile=http%3A%2F%2Ffusionsonica .files.wordpress.com%2F2009%2F07%2Ffusionsonicapodcast3.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='1b1814' /></object></p></span></p>
    <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fusionsonica.wordpress.com/102/ "><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fusionsonica.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fusionsonica.wordpress.com/102 /"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fusionsonica.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fusionsonica.wordpress.com/102/" ><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fusionsonica.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fusionsonica.wordpress.com/102/"><i mg alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fusionsonica.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fusionsonica.wordpress.com/102/"> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fusionsonica.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=1 02&subd=fusionsonica&ref=&feed=1" /></div><div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=eLbt0U5jZgg:xoE74mCPY 2M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=eLbt0U5jZgg:xoE74mCPY 2M:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=63t7Ie-LG7Y" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=eLbt0U5jZgg:xoE74mCPY 2M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=qj6IDK7rITs" border="0"></img></a>
    </div><img src="http://feeds.feedburner.com/~r/FusionSonicasBlog/~4/eLbt0U5jZgg" height="1" width="1"/>]]></content:encoded>
    <wfw:commentRss>http://fusionsonica.com/2009/07/07/podcast-numero-3/feed/</wfw:commentRss>
    <slash:comments>0</slash:comments>
    <enclosure url="http://fusionsonica.wordpress.com/files/2009/07/fusionsonicapodcast3.mp3" length="114872866" type="audio/mpeg" />
    <media:content url="http://0.gravatar.com/avatar/a928dc1baf4a01cdca0e5f6af719cbcf?s=96&amp;d=i denticon&amp;r=G" medium="image">
    <media:title type="html">fusionsonica</media:title>
    </media:content>
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast3.mp3|b g=1b1814|righticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce63 2f|leftbg=ce632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track= 1b1814|loader=ce632f|border=1b1814" medium="audio">
    <media:player url="http://fusionsonica.com/wp-content/plugins/audio-player/player.swf?soundFi le=http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast3.mp3|bg=1 b1814|righticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce632f| leftbg=ce632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track=1b1 814|loader=ce632f|border=1b1814" />
    </media:content>
    <itunes:explicit>no</itunes:explicit>
    <itunes:subtitle>En este episodio hablamos sobre las colaboraciones que han existido en el mundo del Metal entre los siguientes grupos: Sebastian Bach Dimebag Darrell Buffy The Vampire Slayer Rob Halford Pantera Sacred Reich Bruce Dickinson Iron Maiden Judas Priest Turtle</itunes:subtitle>
    <itunes:author>Fusion Sonica</itunes:author>
    <itunes:summary>En este episodio hablamos sobre las colaboraciones que han existido en el mundo del Metal entre los siguientes grupos: Sebastian Bach Dimebag Darrell Buffy The Vampire Slayer Rob Halford Pantera Sacred Reich Bruce Dickinson Iron Maiden Judas Priest Turtlehead Talking Metal Anthrax Dream Theater Overkill Scum Straight Line Stitch Hatebreed Judgment Night Slayer Ice T House Of Pain Helmet Scorpions Billy Corgan The Cult El podcast se puede descargar en formato que prefiere desde aquí: O escucha online aquí: [...]</itunes:summary>
    <itunes:keywords>Spanish,heavy,metal,rock,duro,hard,stoner,doom,thrash,glam,meta lcore,grindcore,punk,nu</itunes:keywords>
    <feedburner:origLink>http://fusionsonica.com/2009/07/07/podcast-numero-3/</feedburner:origLink>
    </item>
    <item>
    <title>Podcast Numero 2</title>
    <link>http://feedproxy.google.com/~r/FusionSonicasBlog/~3/p0H08Q89Hdg/</link>
    <comments>http://fusionsonica.com/2009/07/01/podcast-numero-2/#comments</comments>
    <pubDate>Wed, 01 Jul 2009 14:38:32 +0000</pubDate>
    <dc:creator>[email protected] (Fusion Sonica)</dc:creator>
    <category><![CDATA[feeds]]></category>
    <category><![CDATA[podcasts]]></category>
    <category><![CDATA[Aerosmith]]></category>
    <category><![CDATA[Alice In Chains]]></category>
    <category><![CDATA[Another Animal]]></category>
    <category><![CDATA[Arkaea]]></category>
    <category><![CDATA[Ascension Of The Watchers]]></category>
    <category><![CDATA[Believer]]></category>
    <category><![CDATA[Fear Factory]]></category>
    <category><![CDATA[Godsmack]]></category>
    <category><![CDATA[Iron Maiden]]></category>
    <category><![CDATA[Judas Priest]]></category>
    <category><![CDATA[Killswitch Engage]]></category>
    <category><![CDATA[Life Of Agony]]></category>
    <category><![CDATA[Mastoddon]]></category>
    <category><![CDATA[Megadeth]]></category>
    <category><![CDATA[Ministry]]></category>
    <category><![CDATA[Mnemic]]></category>
    <category><![CDATA[Motley Crue]]></category>
    <category><![CDATA[Nine Inch Nails]]></category>
    <category><![CDATA[Seemless]]></category>
    <category><![CDATA[Street Sweeper Social Club]]></category>
    <category><![CDATA[Threat Signal]]></category>
    <category><![CDATA[Transport League]]></category>
    <category><![CDATA[Ugly Kid Joe]]></category>
    <guid isPermaLink="false">http://fusionsonica.wordpress.com/?p=88</guid>
    <description><![CDATA[En este segundo podcast hablo sobre los siguientes groupos:
    Alice In Chains
    Killswitch Engage
    Believer
    Seemless
    Life Of Agony
    Godsmack
    Another Animal
    Ugly Kid Joe
    Motley Crue
    Aerosmith
    Judas Priest
    Mastoddon
    Nine Inch Nails
    Street Sweeper Social Club
    Fear Factory
    Transport League
    Mnemic
    Ministry
    Ascension Of The Watchers
    Arkaea
    Threat Signal
    Megadeth
    Iron Maiden
    Tocamos los temas de los siguientes grupos:
    Alice In Chains, Godsmack, Killswitch Engage, Seamless, Life Of Agony, Mstodon, Believer, Ugly Kid Joe, Street Sweeper Social [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=8 8&subd=fusionsonica&ref=&feed=1" />]]></description>
    <content:encoded><![CDATA[<div class='snap_preview'><br /><p>En este segundo podcast hablo sobre los siguientes groupos:</p>
    <p>Alice In Chains<br />
    Killswitch Engage<br />
    Believer<br />
    Seemless<br />
    Life Of Agony<br />
    Godsmack<br />
    Another Animal<br />
    Ugly Kid Joe<br />
    Motley Crue<br />
    Aerosmith<br />
    Judas Priest<br />
    Mastoddon<br />
    Nine Inch Nails<br />
    Street Sweeper Social Club<br />
    Fear Factory<br />
    Transport League<br />
    Mnemic<br />
    Ministry<br />
    Ascension Of The Watchers<br />
    Arkaea<br />
    Threat Signal<br />
    Megadeth<br />
    Iron Maiden </p>
    <p>Tocamos los temas de los siguientes grupos:</p>
    <p>Alice In Chains, Godsmack, Killswitch Engage, Seamless, Life Of Agony, Mstodon, Believer, Ugly Kid Joe, Street Sweeper Social Club, Divine Heresy. </p>
    <p>El podcast se puede descargar en formato que prefiere desde aquí:</p>
    <div class="media_formats">
    <div><a href="http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast2.mp3" target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" border="0" alt="" /></a></div>
    <div><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=32195139 3" target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" border="0" alt="" /></a></div>
    <div class="clear"></div>
    </div>
    <p>O escucha online aquí:</p>
    <p><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&bg=1b1814&leftbg=ce632f&lefticon=1b1814&rightbg=ce632f&rightbghover=1b1 814&righticon=1b1814&righticonhover=ce632f&text=ce632f&slider=1b1814&track=1b181 4&border=1b1814&loader=ce632f&bgcolor=1b1814&soundFile=http%3A%2F%2Ffusionsonica .files.wordpress.com%2F2009%2F07%2Ffusionsonicapodcast2.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='1b1814' /></object></p></span></p>
    <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fusionsonica.wordpress.com/88/" ><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fusionsonica.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fusionsonica.wordpress.com/88/ "><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fusionsonica.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fusionsonica.wordpress.com/88/"> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fusionsonica.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fusionsonica.wordpress.com/88/"><im g alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fusionsonica.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fusionsonica.wordpress.com/88/">< img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fusionsonica.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=8 8&subd=fusionsonica&ref=&feed=1" /></div><div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=p0H08Q89Hdg:wrqNAKQVW DA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=p0H08Q89Hdg:wrqNAKQVW DA:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=63t7Ie-LG7Y" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=p0H08Q89Hdg:wrqNAKQVW DA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=qj6IDK7rITs" border="0"></img></a>
    </div><img src="http://feeds.feedburner.com/~r/FusionSonicasBlog/~4/p0H08Q89Hdg" height="1" width="1"/>]]></content:encoded>
    <wfw:commentRss>http://fusionsonica.com/2009/07/01/podcast-numero-2/feed/</wfw:commentRss>
    <slash:comments>1</slash:comments>
    <enclosure url="http://fusionsonica.wordpress.com/files/2009/07/fusionsonicapodcast2.mp3" length="110904762" type="audio/mpeg" />
    <media:content url="http://0.gravatar.com/avatar/a928dc1baf4a01cdca0e5f6af719cbcf?s=96&amp;d=i denticon&amp;r=G" medium="image">
    <media:title type="html">fusionsonica</media:title>
    </media:content>
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast2.mp3|b g=1b1814|righticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce63 2f|leftbg=ce632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track= 1b1814|loader=ce632f|border=1b1814" medium="audio">
    <media:player url="http://fusionsonica.com/wp-content/plugins/audio-player/player.swf?soundFi le=http://fusionsonica.files.wordpress.com/2009/07/fusionsonicapodcast2.mp3|bg=1 b1814|righticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce632f| leftbg=ce632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track=1b1 814|loader=ce632f|border=1b1814" />
    </media:content>
    <itunes:explicit>no</itunes:explicit>
    <itunes:subtitle>En este segundo podcast hablo sobre los siguientes groupos: Alice In Chains Killswitch Engage Believer Seemless Life Of Agony Godsmack Another Animal Ugly Kid Joe Motley Crue Aerosmith Judas Priest Mastoddon Nine Inch Nails Street Sweeper Social Club Fear</itunes:subtitle>
    <itunes:author>Fusion Sonica</itunes:author>
    <itunes:summary>En este segundo podcast hablo sobre los siguientes groupos: Alice In Chains Killswitch Engage Believer Seemless Life Of Agony Godsmack Another Animal Ugly Kid Joe Motley Crue Aerosmith Judas Priest Mastoddon Nine Inch Nails Street Sweeper Social Club Fear Factory Transport League Mnemic Ministry Ascension Of The Watchers Arkaea Threat Signal Megadeth Iron Maiden Tocamos los temas de los siguientes grupos: Alice In Chains, Godsmack, Killswitch Engage, Seamless, Life Of Agony, Mstodon, Believer, Ugly Kid Joe, Street Sweeper Social [...]</itunes:summary>
    <itunes:keywords>Spanish,heavy,metal,rock,duro,hard,stoner,doom,thrash,glam,meta lcore,grindcore,punk,nu</itunes:keywords>
    <feedburner:origLink>http://fusionsonica.com/2009/07/01/podcast-numero-2/</feedburner:origLink>
    </item>
    <item>
    <title>Podcast Numero 1</title>
    <link>http://feedproxy.google.com/~r/FusionSonicasBlog/~3/wtgbtveBRzk/</link>
    <comments>http://fusionsonica.com/2009/06/28/podcast_1/#comments</comments>
    <pubDate>Sun, 28 Jun 2009 09:55:05 +0000</pubDate>
    <dc:creator>[email protected] (Fusion Sonica)</dc:creator>
    <category><![CDATA[feeds]]></category>
    <category><![CDATA[podcasts]]></category>
    <category><![CDATA[Anthrax]]></category>
    <category><![CDATA[Buckcherry]]></category>
    <category><![CDATA[Cradle Of Filth]]></category>
    <category><![CDATA[Devildriver]]></category>
    <category><![CDATA[Dragonforce]]></category>
    <category><![CDATA[Dream Theater]]></category>
    <category><![CDATA[God Forbid]]></category>
    <category><![CDATA[Gojira]]></category>
    <category><![CDATA[Hatebreed]]></category>
    <category><![CDATA[Hot Leg]]></category>
    <category><![CDATA[In Flames]]></category>
    <category><![CDATA[Journey]]></category>
    <category><![CDATA[Kobetasonik 2009]]></category>
    <category><![CDATA[Lauren Harris]]></category>
    <category><![CDATA[Machine Head]]></category>
    <category><![CDATA[Marilyn Manson]]></category>
    <category><![CDATA[Misfits]]></category>
    <category><![CDATA[Motley Crue]]></category>
    <category><![CDATA[Papa Roach]]></category>
    <category><![CDATA[Refused]]></category>
    <category><![CDATA[Sacred Reich]]></category>
    <category><![CDATA[Suicidal Tendencies]]></category>
    <category><![CDATA[Trivium]]></category>
    <guid isPermaLink="false" />
    <description><![CDATA[Empezamos atravesando el camino menos andado hablando del Kobetasonik 2009. Hablamos de los grupos que formaron parte en el festival como:
    Gojira
    Devildriver
    Journey
    Trivium
    Cradle Of Filth
    Machine Head
    Marilyn Manson
    Suicidal Tendencies
    God Forbid
    In Flames
    Buckcherry
    Dragonforce
    Motley Crue
    Dream Theater
    Anthrax
    Hatebreed
    Papa Roach
    Lauren Harris
    Hot Leg
    Y se habla sobre Misfits, Sacred Reich, y Refused entre otros.
    El podcast se puede descargar en formato que prefiere desde aquí:
    O escucha online [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=1 &subd=fusionsonica&ref=&feed=1" />]]></description>
    <content:encoded><![CDATA[<div class='snap_preview'><br /><p>Empezamos atravesando el camino menos andado hablando del Kobetasonik 2009. Hablamos de los grupos que formaron parte en el festival como:</p>
    <p>Gojira<br />
    Devildriver<br />
    Journey<br />
    Trivium<br />
    Cradle Of Filth<br />
    Machine Head<br />
    Marilyn Manson<br />
    Suicidal Tendencies<br />
    God Forbid<br />
    In Flames<br />
    Buckcherry<br />
    Dragonforce<br />
    Motley Crue<br />
    Dream Theater<br />
    Anthrax<br />
    Hatebreed<br />
    Papa Roach<br />
    Lauren Harris<br />
    Hot Leg</p>
    <p>Y se habla sobre Misfits, Sacred Reich, y Refused entre otros.</p>
    <p>El podcast se puede descargar en formato que prefiere desde aquí:</p>
    <div class="media_formats">
    <div><a href="http://fusionsonica.files.wordpress.com/2009/06/fs-podcast-1.mp3" target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" border="0" alt="" /></a></div>
    <div><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=32195139 3" target="_blank"><img src="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" border="0" alt="" /></a></div>
    <div class="clear"></div>
    </div>
    <p>O escucha online aquí:</p>
    <p><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://fusionsonica.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&bg=1b1814&leftbg=ce632f&lefticon=1b1814&rightbg=ce632f&rightbghover=1b1 814&righticon=1b1814&righticonhover=ce632f&text=ce632f&slider=1b1814&track=1b181 4&border=1b1814&loader=ce632f&bgcolor=1b1814&soundFile=http%3A%2F%2Ffusionsonica .files.wordpress.com%2F2009%2F06%2Ffs-podcast-1.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='1b1814' /></object></p></span></p>
    <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fusionsonica.wordpress.com/1/"> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fusionsonica.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fusionsonica.wordpress.com/1/" ><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fusionsonica.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fusionsonica.wordpress.com/1/">< img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fusionsonica.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fusionsonica.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fusionsonica.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fusionsonica.wordpress.com/1/"><i mg alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fusionsonica.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fusionsonica.com&blog=8356178&post=1 &subd=fusionsonica&ref=&feed=1" /></div><div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=wtgbtveBRzk:Ro2eosQjY ao:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=wtgbtveBRzk:Ro2eosQjY ao:63t7Ie-LG7Y"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=63t7Ie-LG7Y" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/FusionSonicasBlog?a=wtgbtveBRzk:Ro2eosQjY ao:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/FusionSonicasBlog?d=qj6IDK7rITs" border="0"></img></a>
    </div><img src="http://feeds.feedburner.com/~r/FusionSonicasBlog/~4/wtgbtveBRzk" height="1" width="1"/>]]></content:encoded>
    <wfw:commentRss>http://fusionsonica.com/2009/06/28/podcast_1/feed/</wfw:commentRss>
    <slash:comments>0</slash:comments>
    <enclosure url="http://fusionsonica.wordpress.com/files/2009/06/fs-podcast-1.mp3" length="130050824" type="audio/mpeg" />
    <enclosure url="http://fusionsonica.files.wordpress.com/2009/06/fs-podcast-1.mp3" length="130050824" type="audio/mpeg" />
    <media:content url="http://0.gravatar.com/avatar/a928dc1baf4a01cdca0e5f6af719cbcf?s=96&amp;d=i denticon&amp;r=G" medium="image">
    <media:title type="html">fusionsonica</media:title>
    </media:content>
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/mp3_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/itunes_format.jpg" medium="image" />
    <media:content url="http://fusionsonica.files.wordpress.com/2009/06/fs-podcast-1.mp3|bg=1b1814 |righticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce632f|leftb g=ce632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track=1b1814|l oader=ce632f|border=1b1814" medium="audio">
    <media:player url="http://fusionsonica.com/wp-content/plugins/audio-player/player.swf?soundFi le=http://fusionsonica.files.wordpress.com/2009/06/fs-podcast-1.mp3|bg=1b1814|ri ghticon=1b1814|lefticon=1b1814|slider=1b1814|bgcolor=1b1814|text=ce632f|leftbg=c e632f|rightbg=ce632f|rightbghover=1b1814|righticonhover=ce632f|track=1b1814|load er=ce632f|border=1b1814" />
    </media:content>
    <itunes:explicit>no</itunes:explicit>
    <itunes:subtitle>Empezamos atravesando el camino menos andado hablando del Kobetasonik 2009. Hablamos de los grupos que formaron parte en el festival como: Gojira Devildriver Journey Trivium Cradle Of Filth Machine Head Marilyn Manson Suicidal Tendencies God Forbid In Fl</itunes:subtitle>
    <itunes:author>Fusion Sonica</itunes:author>
    <itunes:summary>Empezamos atravesando el camino menos andado hablando del Kobetasonik 2009. Hablamos de los grupos que formaron parte en el festival como: Gojira Devildriver Journey Trivium Cradle Of Filth Machine Head Marilyn Manson Suicidal Tendencies God Forbid In Flames Buckcherry Dragonforce Motley Crue Dream Theater Anthrax Hatebreed Papa Roach Lauren Harris Hot Leg Y se habla sobre Misfits, Sacred Reich, y Refused entre otros. El podcast se puede descargar en formato que prefiere desde aquí: O escucha online [...]</itunes:summary>
    <itunes:keywords>Spanish,heavy,metal,rock,duro,hard,stoner,doom,thrash,glam,meta lcore,grindcore,punk,nu</itunes:keywords>
    <feedburner:origLink>http://fusionsonica.com/2009/06/28/podcast_1/</feedburner:origLink>
    </item>
    <copyright>Todo el contenido registrado a Fusion Sonica</copyright>
    <media:credit role="author">Fusion Sonica</media:credit>
    <media:rating>nonadult</media:rating>
    <media:description type="plain">Atravesamos el camino menos caminado, y hablamos del metal/hard rock de hoy, ayer y mañana.</media:description>
    </channel>
    </rss>
    I am honestly very green at this (if it isn't obvious) and would like to set things up correctly. Any guidance you can provide me would be greatly appreciated.

  • JSF/Tiles/Spring Integration Problem

    Hi,
    I have a JSF based web application, which uses Struts Tiles framework through the view-handler "org.apache.myfaces.tomahawk.application.jsp.JspTi lesViewHandlerImpl". Now I am trying to integrate this with the Spring framework by making use of the variable-resolver "org.springframework.web.jsf.DelegatingVariableRes olver". With this, when I try to access a page, (whose backing bean gets injected with Spring beans) I get the following exception:
    javax.faces.el.EvaluationException: Expression Error: Named Object: 'userSession' not found.
    at com.sun.faces.config.ManagedBeanFactory.getScopeFo rSingleExpression(ManagedBeanFactory.java:998)
    at com.sun.faces.config.ManagedBeanFactory.hasValidLi fespan(ManagedBeanFactory.java:931)
    at com.sun.faces.config.ManagedBeanFactory.evaluateVa lueBindingGet(ManagedBeanFactory.java:892)
    at com.sun.faces.config.ManagedBeanFactory.setPropert iesIntoBean(ManagedBeanFactory.java:553)
    at com.sun.faces.config.ManagedBeanFactory.newInstanc e(ManagedBeanFactory.java:234)
    at com.sun.faces.application.ApplicationAssociate.cre ateAndMaybeStoreManagedBeans(ApplicationAssociate. java:253)
    at com.sun.faces.el.VariableResolverImpl.resolveVaria ble(VariableResolverImpl.java:79)
    at org.springframework.web.jsf.DelegatingVariableReso lver.resolveVariable(DelegatingVariableResolver.ja va:108)
    at com.sun.faces.el.impl.NamedValue.evaluate(NamedVal ue.java:125)
    at com.sun.faces.el.impl.ComplexValue.evaluate(Comple xValue.java:146)
    at com.sun.faces.el.impl.ExpressionEvaluatorImpl.eval uate(ExpressionEvaluatorImpl.java:244)
    at com.sun.faces.el.ValueBindingImpl.getValue(ValueBi ndingImpl.java:173)
    at com.sun.faces.el.ValueBindingImpl.getValue(ValueBi ndingImpl.java:154)
    at javax.faces.component.UIOutput.getValue(UIOutput.j ava:147)
    at com.sun.faces.renderkit.html_basic.HtmlBasicInputR enderer.getValue(HtmlBasicInputRenderer.java:82)
    at com.sun.faces.renderkit.html_basic.HtmlBasicRender er.getCurrentValue(HtmlBasicRenderer.java:191)
    at com.sun.faces.renderkit.html_basic.HtmlBasicRender er.encodeEnd(HtmlBasicRenderer.java:169)
    at javax.faces.component.UIComponentBase.encodeEnd(UI ComponentBase.java:712)
    at com.sun.faces.renderkit.html_basic.HtmlBasicRender er.encodeRecursive(HtmlBasicRenderer.java:443)
    at com.sun.faces.renderkit.html_basic.GridRenderer.en codeChildren(GridRenderer.java:233)
    at javax.faces.component.UIComponentBase.encodeChildr en(UIComponentBase.java:693)
    at com.sun.faces.renderkit.html_basic.HtmlBasicRender er.encodeRecursive(HtmlBasicRenderer.java:435)
    at com.sun.faces.renderkit.html_basic.GridRenderer.en codeChildren(GridRenderer.java:233)
    at javax.faces.component.UIComponentBase.encodeChildr en(UIComponentBase.java:693)
    at com.sun.faces.renderkit.html_basic.HtmlBasicRender er.encodeRecursive(HtmlBasicRenderer.java:435)
    at com.sun.faces.renderkit.html_basic.HtmlBasicRender er.encodeRecursive(HtmlBasicRenderer.java:440)
    at com.sun.faces.renderkit.html_basic.GridRenderer.en codeChildren(GridRenderer.java:233)
    at javax.faces.component.UIComponentBase.encodeChildr en(UIComponentBase.java:693)
    at com.sun.faces.renderkit.html_basic.HtmlBasicRender er.encodeRecursive(HtmlBasicRenderer.java:435)
    at com.sun.faces.renderkit.html_basic.GridRenderer.en codeChildren(GridRenderer.java:233)
    at javax.faces.component.UIComponentBase.encodeChildr en(UIComponentBase.java:693)
    at com.sun.faces.renderkit.html_basic.HtmlBasicRender er.encodeRecursive(HtmlBasicRenderer.java:435)
    at com.sun.faces.renderkit.html_basic.GridRenderer.en codeChildren(GridRenderer.java:233)
    at javax.faces.component.UIComponentBase.encodeChildr en(UIComponentBase.java:693)
    at com.sun.faces.renderkit.html_basic.HtmlBasicRender er.encodeRecursive(HtmlBasicRenderer.java:435)
    at com.sun.faces.renderkit.html_basic.GridRenderer.en codeChildren(GridRenderer.java:233)
    at javax.faces.component.UIComponentBase.encodeChildr en(UIComponentBase.java:693)
    at javax.faces.webapp.UIComponentTag.encodeChildren(U IComponentTag.java:600)
    at javax.faces.webapp.UIComponentTag.doEndTag(UICompo nentTag.java:537)
    at com.sun.faces.taglib.html_basic.PanelGridTag.doEnd Tag(PanelGridTag.java:460)
    at org.apache.jsp.WEB_002dINF.layout.jsf_002dlayout_j sp._jspx_meth_h_panelGrid_0(jsf_002dlayout_jsp.jav a:269)
    at org.apache.jsp.WEB_002dINF.layout.jsf_002dlayout_j sp._jspx_meth_h_form_0(jsf_002dlayout_jsp.java:222 )
    at org.apache.jsp.WEB_002dINF.layout.jsf_002dlayout_j sp._jspx_meth_f_view_0(jsf_002dlayout_jsp.java:188 )
    at org.apache.jsp.WEB_002dINF.layout.jsf_002dlayout_j sp._jspService(jsf_002dlayout_jsp.java:99)
    at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:810)
    at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:332)
    at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:810)
    I could get the application work with JSF and Spring, without Tiles.
    Appreciate any help in this regard.
    Thanks

    I'm assuming that since you are using JSF and Tiles, you are not using Spring's web framework. In that case, the integration of Spring with JSF is relatively trivial and you can neglect it for now. You might want to try the link below, if you are feeling lucky:
    http://www.google.com/search?q=myfaces+tiles

Maybe you are looking for

  • Syncing footage with music track issue in Premiere Pro CC

    My experience with Premiere Pro is still limited to basic editing. Recently I've been asked to help out a friend to edit a music video. I've done this before in Final Cot Pro X but decided to switch due to the integration of Adobe CC. The issue I am

  • Cannot rename DC, "Cannot create a file when that file already exists."

    Hi, A long time ago we used a domain controller named jacob.mydomain.lan.  It was removed, possibly in a 'dirty' way, and now we cannot re-use that name for another domain controller.  In the meantime we have upgraded to Win 2012 domain controllers n

  • Output Types Processing Routines

    Hi experts, I need help regarding the Output Types Processing Routines. In SAP, there are several Processing Routines, how does the processing routines work if you put a Program and Forms to Processing 1 and Processing 2? Points will be rewarded. Tha

  • "dot-bug" in interactive field-names

    hi, i think after the update to ID7.0.2 i got a bug with "dots" "." in field-names. Before i used these dots to manage my fields into folders, like this: a.bbb.01 so you get a main-folder "a" with one subfolder "bbb" and the field itself will be in "

  • Used ipod how can i change the name on it

    hey guys i bought a used ipod off of a buddy of mine who upgraded to a 80gb like my own the ipod i bought is a 2gb nano how can i change the name of the 2gb ipod