Log in to follow, share, and participate in this community.
Thread PHP Support in JBoss EWP under AIX
PHP Support in JBoss EWP under AIXHas anybody had any success in installing the PHP module support under JBoss Enterprise Web Platform running under AIX. Also, is there any PHP Module code libraries that would be compatible with AIX.
creating table | jbossi have a problem for Create table in mysql by EJB project ! 18:57:26,900 INFO [ServerImpl] Starting JBoss (Microcontainer)... 18:57:26,900 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA...
Thread problem when using session-per -reqest in Hibernate
problem when using session-per -reqest in HibernateI have an web application running under JBoss(4.0) server. i am using Hibernate to access database. @Deatails of MyAPP: To process a request, my application will go thorough above 50 DAO's. For each request there ...
JPA DeployerSince we're going to have JPA out of the box but not ejbs, the JPA deployer needs to be seperated from the ejb3.deployer for ease of configuration.
JBoss Web Stand-aloneIn similar vain to JBoss Web Profile we're going to create a JBoss Web Stand-alone. Whereas Web Profile is a top-down approach, we'll create Web Stand-alone as a bottom-up, by taking the latest Bootstrap and define a...
Optional JTAA couple of the dependencies need to be reworked so JTA can be optional. * JCA CachedConnectionManager - This services depends directly on the TM so it can install it onto the TransactionSynchronizer (this should be...
TransactionManager portsThe TM is opening a few ports that need to be closed. This looks to be related to distributed recovery processing which isn't relevant for the web-profile which has no distributed transactions (except those it initia...
TestingSince now I've made shutdown sort of work and I've added an MBeanServerConnection running over the HTTP Invoker I can start adding tests for the web-profile. To get started, I used the new jpa tests which are war dep...
Shutdown and testsuite managementThe shutdown command and testsuite management assume it can control the server by looking up the MBeanServerConnection using remote jndi. In our case we don't have a remote jndi. For the testsuite we could add jndi ...
Initial Design StatementThe aim of the web profile prototype is to create a configuration that will eventually morph into the JavaEE6 Web Profile once those requirements have been decided by the spec committee. For now we will take a minima...
DO NOT ASK FOR HELP HEREThis forum is for design discussions on JBoss implementation details. If you want help with web applications go here: http://www.jboss.com/index.html?module=bb&op=viewforum&f=50