Log in to follow, share, and participate in this community.
Thread migrate IIS to tomcat, then migrate the whole .net architect
migrate IIS to tomcat, then migrate the whole .net architectDear Sir/Madam: Our company has the software product based on the .net framework with the IIS middle ware. because of the requirement of our current market, we need to migrate the whole architecture to J2ee based one...
programmatic ejb deployment in jbossi have a requirement to deploy/undeploy MDBs programmatically in JBoss 3.2.0 . It will be of great help to me if some body can give examples or leads ... Hoping for a reply .
Deployer chains and interceptorsWe have been talking about allowing multiple deployers to process a deployment for a while now. What is the status of adding this to head? I would like to get moving on this with the thought of getting this into a fut...
Thread Adding jars from ear-archive to the global classpath
Adding jars from ear-archive to the global classpathHi, as I read that I should post feature requests here, I will do so. When working with BEA I noticed a nice feature which wuld be cool, if it could be added to JBoss. An EAR can contain a directory containing jar-f...
classloading as a additional DDCan we take the classloader scoping XML that's prevelent in jboss-app.xml, jboss-web.xml, etc... and extend SubDeployerSupport so that it looks for a classloading.xml file and sets it up? All archive types may want t...
Thread Enhancements to the MainDeployer SuffixOrder mechanism
Enhancements to the MainDeployer SuffixOrder mechanismI agree it is most of those "bad" things. But I don't see it as a long term approach (i.e. for JBoss 5.x). I see it as an easy way to layer factory/deployment functionality on top of the the 3.2 and possibly 4.0 codeb...
Override property file in deployed warI'd like to provide a mechanism where a customer of our software (running on JBoss 3.2.3) could override a property file in our standard installation. What I'm thinking of is the customer would construct a jar file co...
Thread java.lang.NoClassDefFoundError where to put classes ???
java.lang.NoClassDefFoundError where to put classes ???Please Im in desperate need for knowing where to put my classes ! I ve tried many different ways but allways fails with a NoClassDefFoundError I ve classes that I want to access from my beans, I bundle the applicati...
Ideas for a DeploymentServiceI'm prototyping a DeploymentService that can generate simple deployment descriptors (e.g. to create a jms queue) or more complex unpacked archives (e.g. the ./deploy/jms or /jmx-console) that are created by copying a ...
SubDeployerSupport.java revision 1.25 disallows META-INFI noticed that between 1.24, and 1.25 isDeployable was changed to no longer allow META-INF as a path for sub deployable modules. The original code would only skip jboss-service.xml files in META-INF. Was this behavior...
Thread destroyed desn't called from servlet container
destroyed desn't called from servlet containerI'm using jboss 3.2.3 (with tomcat 4.1 ) and my container doesn't seem to call the servlet destroy() method . can any one help me with that ?
Thread New .deployer archive - Deployer/Scanner changes
New .deployer archive - Deployer/Scanner changesThis is in 4.0 I made some changes to deployment * There is a new archive type called .deployer I extended SARDeployer to accept .deployer files as well as .sar and service.xml files. * .deployer files are deployed ...
Atomic DeploymentsI have a proposal to make deployments more atomic. What this will is that any failure for a deployment or subdeployment forces the whole deployment (top-level and subdeployments) to be undeployed. The idea is to rol...
Classloading QuestionI have a question concerning classloading in JBoss4. I'm trying to construct a RARDeployment programmatically, such that it picks up the jbosstestadapter.rar and creates the connection factory. I get the following er...
WARNING: DO NOT POST USER QUESTIONS HEREThis forum is for the discussion of the development of the JBoss Deployment System. User questions will be ignored/deleted Ask yourself, whether you suggesting an improvement or reporting a bug you found in the sour...
ejb advance deploymentHi, I am currently working on a project based on Jboss 3.2.3. One of the things I must study is the deployment mechanism of EJBs. I need to know how to make a deployment wihtout using the HotDeploy utility. The idea i...
Thread DeploymentException:The markup declarations ... must be well
DeploymentException:The markup declarations ... must be wellWe have a EAR file containinf one WAR file only. Today, when we deploy the EAR file to the jboss3.2.3 server, we get a DeploymentException that never happended before. Somebody knows how does this happen? ----------...
Thread Deployment of application with beanshell problem
Deployment of application with beanshell problemHello, we've made a JCA connector and we're trying to deploy it on JBoss 3.2.3. The problem is that our JCA connector uses beanshell scripts internally, and when we deploy our JCA connector we get a lot of beanshell...
No hot deploymentHi all! This is my first post in this forum. I have a strang problem. Hot deployment doesn't work for my EAR-file after a complete rebuild and replacement of it. What is the scanner really looking at to detect redepl...