Hi,
I am having some troubles with JBoss 5, when I deploy the same applications by
3 or 4 times my vfs which contains 5Gb is going to 90%.
I am starting my Jboss by running ./run.sh 0.0.0.0 I dont think this is right
for development, but How can I start JBoss as production mode?
I think on pr
This error occurs because we are trying to look up a Local interface of an
stateless EJB with spring, by definition when you specify on
jboss.xml or ejb-jar.xml this JNDI is assigned to the remote interface. So you
need to specify the local-jndi-name as follows:
GranInvokerEJB
Hi,
I could deploy my application on JBoss. I am using struts, spring, toplink, ejb
2.0.
When my application tries to looking up an EJB with spring the next error is
displayed:
Error while trying to execute Controller. Application or unexpected error has
occured
org.springframework.ejb.acces
Hi,
I am trying to deploy an application that is using toplink, that's why
xmlparserv2.jar is required so I added, when deploying an error appears:
2009-05-25 13:03:18,237 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/MiraWeb]]
(HDScanner) Exception sending context in
I am having the same issue but I am not using any JSF implementation, I am
using struts
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233329#4233329
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233329
__
We added the xmlparserv2.jar to lib directory
Now a new error is displayed:
2009-05-25 13:03:18,237 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/MiraWeb]]
(HDScanner) Exception sending context initialized event to listener instance of
class org.jboss.web.jsf.integrat
Hi,
For the last issue we just delete the "/" for filters, I mean if you are using
struts change from /*.do to *.do on url-pattern for filter tags.
Now I have a new issue related with JBoss and toplink, some classes are not
available, does anyone know which jars contains this oracle parsers?
I attach the complete stack trace:
2009-05-22 17:04:11,923 ERROR
[org.jboss.web.tomcat.service.deployers.JBossContextConfig] (HDScanner) XML
error parsing: context.xml
org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser
at
org.jboss.xb.binding.UnmarshallerFa
Hi,
Thank you for your response.
I update my structure o change APP-INF/lib for just lib directory, it seems
like this works but now I have a new error
009-05-22 16:55:00,214 ERROR
[org.jboss.kernel.plugins.dependency.AbstractKernelController] (HDScanner)
Error installing to Real:
name=vfszi
Hi I am trying to deploy an ear application with the following structure.
myapp.ear
- META-INF
- application.xml
- app.war
- app-ejb.jar
- app-config.jar
- app-toplink.jar
- APP-INF/lib (directory with required jar files as spring.jar, etc...)
I got the error Java.lang.NoClassDefFoundErr
10 matches
Mail list logo