[jboss-user] [Installation, Configuration & DEPLOYMENT] - loading xml in jboss

2008-08-06 Thread gcameo
I have an xml file which I want to load like this InputStream in = getClass().getClassLoader().getResourceAsStream("META-INF/model.xml"); | InputSource inputSource = new InputSource(in); but in is always null . Can someone tell me what I am doing wrong?? View the original post : http://www

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss recent books

2008-05-23 Thread gcameo
I am looking for a book that deals with installation, configuration and deployment on recent jboss versions starting from 4.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152935#4152935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Installation, Configuration & DEPLOYMENT] - @postconstruct problem

2008-04-15 Thread gcameo
I have a Bean with a method whic i want to call after the bean is created. I have anotated it with the postConstruct anotation. but the bean is not deploying anymore When i remove the anotation, the application deploys fine. I'm using jboss 4.2.2 Is there sth i shd do when i add the anotation

[jboss-user] [Installation, Configuration & DEPLOYMENT] - which jar contains class org.jboss.util.id.UID

2008-03-22 Thread gcameo
I am having this exception whiles trying to call a Remote EJB method java.lang.NoClassDefFoundError: Could not initialize class org.jboss.util.id.UID | at org.jboss.util.id.VMID.create(VMID.java:259) | at org.jboss.util.id.VMID.getInstance(VMID.java:223) | at org.jboss.util.id.GUI

[jboss-user] [EJB/JBoss] - Re: glbal JNDI namespace confused. please help

2008-02-25 Thread gcameo
thank you that was very very helpful View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131886#4131886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131886 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - glbal JNDI namespace confused. please help

2008-02-25 Thread gcameo
which jndi name should be used for which interface In my application the console shows the following names for the bean LicValidation java:comp namespace of the LicValidation_01 bean: | | +- env | Global JNDI Namespace | +- local | +- [EMAIL PROTECTED] (proxy: $Proxy100 implements in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Upgrading Jboss

2008-02-22 Thread gcameo
all this Issue solved after changing the datasource to a *-ds.xml. But I only landed on JNDI prolems with namespace. any guide on these will be very much appreciated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131507#4131507 Reply to the post : http://www.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - javax.servlet.jsp.JspTagException: org.jboss.mx.util.MBeanPr

2008-02-22 Thread gcameo
I have been trying to upgrade jboss from 3.0.8 to 3.2.8-SP1 as part of our upgrade process. After burying through various configuration problems I finally got it deployed. I am now getting this exception on the jboss console 15:28:12,500 ERROR [ClientSessionBean] javax.naming.NameNotFoundExceptio

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 100's of java.util.zip.ZipException when starting jboss

2008-02-21 Thread gcameo
My application is packaged as jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131007#4131007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131007 ___ jboss-user mailing li

[jboss-user] [Installation, Configuration & DEPLOYMENT] - 100's of java.util.zip.ZipException when starting jboss 3.2.

2008-02-20 Thread gcameo
I get this exception when I deploy my application to jboss and try to start up jboss java.util.zip.ZipException: error in opening zip file | at java.util.zip.ZipFile.open(Native Method) | at java.util.zip.ZipFile.(ZipFile.java:203) | at java.util.jar.JarFile.(JarFile.java:132) I

[jboss-user] [JCA/JBoss] - Upgrading jboss

2008-02-20 Thread gcameo
I'm rewriting the existing *-service.xml used in the jboss-3.0.8 to *-ds.xml in the service.xml, there is an mbean declaration like this Code: | | Do i have to include this declaration in the *-ds.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: org.jboss.deployment.DeploymentException: ManagedConnect

2008-02-20 Thread gcameo
Thank you very much for the direction I'm rewriting the existing *-service.xml used in the jboss-3.0.8 to *-ds.xml in the service.xml, there is an mbean declaration like this | | | Do i have to include this declaration in the *-ds.xml View the original post : http://www.jboss.com

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: org.jboss.deployment.DeploymentException: ManagedConnect

2008-02-20 Thread gcameo
I have the same error somewhere in my logs on upgrading jbosss from 3.0.4 to 3.2.8-SPI org.jboss.deployment.DeploymentException: Error: can't find data source: java:/LalPacDS; - nested throwable: (javax.naming.NameNotFoundException: LalPacDS not bound) You can see a full list of the exception

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Upgrading Jboss

2008-02-20 Thread gcameo
I am upgrading a EJB 2.1 application from jboss 3.0.4 to jboss 3.2.8-SP1 to run on java 1.5. When i deploy i get the following errors 2008-02-20 09:37:13,203 DEBUG [org.jboss.mx.modelmbean.ModelMBeanInvoker] No persistence-manager descriptor found, null persistence will be used | 2008-02-20 09:3

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Upgrading Jboss problems

2008-02-20 Thread gcameo
We are trying to upgrade a software from jboss-3.0.4-tomcat-4.1.12 version from Jboss to run with jdk 5 Whiles trying i get the following error with the 3.2.8-SP1 [org.jboss.mx.modelmbean.ModelMBeanInvoker] No persistence-manager descriptor found, null persistence will be used . | file:/