• JBoss.org history query

    Hi All,   I got encounter with an data-source error in JBoss EAP 6.2 recently in new set-up, i had the same issue earlier(one year ago) which been resolved with the help of this community/folks. i was trying to ...
    Profile Photo
    last modified by sreekanth.munarai
  • How to set EAP 7 Beta as daemon/service on Linux

    Hi,   There used to be the init.d folder under the bin directory. Last I installed it was a folder under docs if I remember correctly .   Where did it all gone?   Any tips on how to set it up as a d...
    Profile Photo
    last modified by gal.nitzan
  • Issues with configuring multiple data sources in JBOSS EAP 6.3.3??

    we need to connect to 4 different ( oracle ) DBs from our application..   we have added 4  datasources in standalone.xml ..,   with 2/4 data soruces  connections are fine , but with remaining two...
    Profile Photo
    last modified by princeanurag2011
  • Zip file exception while Starting Jboss Server EAP6.2?  java.util.zip.ZipException: error in opening zip file...

    Hi,   While starting the Jboss EAP 6.2 Server i am getting the below exceptions,   Environment : JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) Rich-faces Version : 4.5.12.Final JSF: 2.1.28   Here ...
    Profile Photo
    created by sivaprasad9394
  • is that possible to config IBM MQ 6.0 client with Jboss EAP 6.4 ?

    we are currently migrating our application from weblogic to jboss EAP. The application sends and receives message from IBM MQ 6.0.      I check online and find all of the documents about Jboss...
    Profile Photo
    last modified by taofengjboss
  • How to workaround default setting datasource connection: autocommit = true

    Hello      I'm working on a websphere 6.1 migration to jboss EAP 6.3. I find that the deployment process is very simple in jboss content that my old server contains only wars. the configuration o...
    Profile Photo
    last modified by adil.rh
  • How to resolve class cast exception and wild card is strict exceptions?

    Hello,   I am working with the Migration of my Web Application which works in Seam 2.1 and using JSF 1.2 and Richfaces 3.3 Versions and Jboss EAP 6.2 Versions. I have modified required xml file and configuratio...
    Profile Photo
    created by sivaprasad9394
  • how to resolve JBOSS EAP 6.3.0 Performance Issue??

    We are running the JBOSS EAP 6.3.0 GA server in our local system ,when we hit the url , pages are loading very slow. Our Webpages have 5-10 ajax requests for querying the back-end data in Tables.. If i open our app...
    Profile Photo
    last modified by princeanurag2011
  • how to resolve JBOSS EAP 6.3.3 oracle.jdbc.driver.T4CConnection cannot be cast to oracle.jdbc.OracleConnection ???

    oracle.jdbc.driver.T4CConnection cannot be cast to oracle.jdbc.OracleConnection   at oracle.sql.ArrayDescriptor.createDescriptor(ArrayDescriptor.java:105) [ojdbc6.jar:11.2.0.3.0]   at oracle.sql.ArrayDescr...
    Profile Photo
    last modified by princeanurag2011
  • Need help to configure jms bridge in jboss-eap-6.4 from jboss-eap-4.3

    Below is the configuration in jboss-eap-4.3 server   <?xml version="1.0" encoding="UTF-8"?> <server>     <mbean code="org.jboss.jms.server.bridge.BridgeService" name="jboss.messag...
    Profile Photo
    created by ramana.orugunta
  • JBWEB000235: Allocate exception for servlet Main: java.lang.NullPointerException: charsetName

    I'm new to JBOSS EAP 6.0   I've successfully deployed EAR on JBOSS but getting below error when hitting http://server_name:8080/sso/main in browser:   04:33:35,229 ERROR [org.apache.catalina.core.Container...
    Profile Photo
    last modified by abhi415
  • Unable to deploy EAR on JBOSS EAP 6.3

    Hi Developers,   I'm trying to migrate JBOSS EAP 6.3 from websphere. I have successfully installed JBOSS but getting following errors while deploying EAR on JBOSS:   Any suggestions would be highly appreci...
    Profile Photo
    last modified by abhi415
  • Conflict Hibernate and JBoss

    Hi, I'm having issue to solve some dependencies conflict. I have developed an application that is working on my local JBoss Dev Studio with JBoss EAP 6.1+  using Hibernate 4.2.18.Final. However this same applicat...
    Profile Photo
    last modified by valentintsm
  • How I can get remote access from a client through a proxy on the server?

    Following situation: _____________            ____________              _______ | Jboss server |&...
    Profile Photo
    last modified by peter_jaxy
  • What BOMs to use when developing applications for EAP 6.3.0

    I'm attempting to migrate a J2EE application to EAP 6.3.0 and use as much of the native EAP stack as possible, including Hibernate, JMS, JBossWS, the servlet API, and also using most of the Spring framework. I want to...
    Profile Photo
    last modified by nathan.clark
  • Whe I don't get remote access on my ejb?I

    I get this error message, if my client app try to communicate with my server app:   Okt 01, 2015 3:06:02 PM org.xnio.Xnio <clinit> INFO: XNIO Version 3.0.13.GA-redhat-1 Okt 01, 2015 3:06:03 PM org.xnio.n...
    Profile Photo
    last modified by peter_jaxy
  • getUsername() of UsernamePasswordLoginModule returns null

    Hi All,   We are migrating/upgrading from Jboss EAP 4.2.0 GA to Jboss EAP 6.3  & facing an issue in the custom login module...   My Login Module extends UsernamePasswordLoginModule & we are tr...
    Profile Photo
    last modified by palanivel_nmtg
  • jaxb 1.x class loading issue in EAP 6.3

    Hi,   Having issues with class not found issues when deploying Maven jar on an legacy application that is working fine locally under JBoss Developer Studio.  I'm sure it's a class loading issue, but can't d...
    Profile Photo
    last modified by vancer
  • Spring Validation issue on JBoss 6.3

    Hi All,   I am getting below error while using Spring Validator with JBoss 6.3   org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018014: Failed to parse XML descriptor "/standalone/depl...
    Profile Photo
    last modified by chetansoftware
  • Optional autocommit available?

    Hi,     I have an application which is currently running in glassfish server  with autocommit as true. In some areas my application is explicitly calling connection.commit() and few places no connectio...
    Profile Photo
    created by bharath.polanki