• Escaping special character < and > in EAP6

    Hello, we have a legacy application running on an old JBoss Eap5. We would like to upgrade to Eap6, but have encountered a small "snag" that I hope you can help with.   We have a method that returns an database ...
    Profile Photo
    last modified by wolowizard
  • Help moving from jboss 4.05 to 5.1 GA ..configurating ports???

    Hello Everyone, im new using jboss and i have 2 apllications what are running in my old server and i need them in the new server... i know i have to setup the file /server/default/conf/bindingservice.beans/META-INF/b...
    Profile Photo
    created by lucasabp
  • Moving from Jboss 4.05 to 5.0 GA and need to configure ports.??

    Hello Everyone, im new using jboss and i have 2 apllications what are running in my old server and i need them in the new server... i know i have to setup the file /server/default/conf/bindingservice.beans/META-INF/b...
    Profile Photo
    created by lucasabp
  • Is there a visual XML to bean mapper available for JBoss stack?

    Is there a visual XML to bean mapper available for JBoss stack?  I have seen some of the tibco products givinga nice visual XML mapper that is very useful   Thanks Raees
    Profile Photo
    created by raees
  • Loading 2 war files

    Hi All,     I have 2 .war files LDIFactsWeb.war and LDIFactsWeb-NA.war ,And I am using 2 repository in jboss 7 server repository and reposiory-NA,and using only one database in my project..     W...
    Profile Photo
    created by ganeshneelekani
  • How to avoid debug output of xjc-Task?

    Using JBossAS 7.2.0.Alpha1-SNAPSHOT I see such outputs from xjc-AntTask.   init: [echo] Imos                   ...
    Profile Photo
    last modified by lafr
  • Class Cast Exception in  jboss 5 "Caused by: java.lang.ClassCastException: com.ctc.wstx.stax.WstxInputFactory cannot be cast to javax.xml.stream.XMLInputFactory"

    Hi, I'm running into below " java.lang.ClassCastException: com.ctc.wstx.stax.WstxInputFactory cannot be cast to javax.xml.stream.XMLInputFactory" classcastexcpetion. Can any one please help me how to go about this? i...
    Profile Photo
    last modified by chakradhar.s
  • JBossXBRuntimeException The declaration for the entity "HTML.Version" must end with '>'

    I have an application that runs fine in JBoss 4.2.3, but as soon as I try to deploy it in JBoss 6.0 Final, I get the following error stack:   2011-03-15 17:11:06,875 WARN  [org.jboss.util.xml.JBossEntityRes...
    Profile Photo
    last modified by toolsrme
  • Schema validation disabling not honored?

       <bean name="TldParsingDeployer" class="org.jboss.deployment.TldParsingDeployer">       <property name="relativeOrder">2002</property>    <property n...
    Profile Photo
    last modified by nickarls
  • Disable system property replacement in a specific xml file

    Consider the following ejb-jar.xml snippet: <env-entry>    <env-entry-name>Dummy</env-entry-name>    <env-entry-value>${java.home}</env-entry-value> </env-entry>...
    Profile Photo
    last modified by jaikiran
  • Mapping xsd:dateTime to XMLGregorianCalendar

    I am trying to map a xsd:dateTime to the (default) javax.xml.datatype.XMLGregorianCalendar in my binding class:   @XmlType(name = "timerType", propOrder = {"descriptionGroup", "schedule", "start", "end", "timeout...
    Profile Photo
    last modified by jaikiran
  • JBossXACML--NoClassDefFoundError: org/jboss/security/xacml/sunxacml/finder/PolicyFinder

    Hi.I am using JBoss XACML. I wonder how I would import the sunxacml packages to JBossXACML?   I have tried writing a code to use JBoss XACML package like codeA.     codeA package test; import java.n...
    Profile Photo
    created by keiton
  • Multiple @XmlElement with the same @XmlElementWrapper

    As the subject hints, I'm trying to do this:       // ...     public List<SocketAddressMetaData> getBindings() {         return bindings; ...
    Profile Photo
    last modified by dmlloyd
  • PropertyInfo creation from private/protected getter/setters

    Is there a way to instruct JBossXB to scan for protected or private methods while building PropertyInfo for properties? For example, for the below code, JBossXB isn't able to find the getter/setter for "methods" sin...
    Profile Photo
    last modified by jaikiran
  • CollectionPropertyHandler's algorithm to set a collection

    While trying out a few things for EJB3.1 metadata, i noticed an issue with JBossXB, the way it handles binding of collection properties. Let's assume we have a xml element with minOccur=0 and maxOccur=unbounded i.e. a...
    Profile Photo
    last modified by jaikiran
  • Binding to multiple namespaces?

    My XML schema is designed to be forwards-compatible with future versions, each of which will have a distinct namespace.  Therefore I need a way to register my metadata class under more than one namespace.  R...
    Profile Photo
    last modified by dmlloyd