[jboss-user] [JBoss Portal] - special properties names documentation
hi, i have come accross some special properties such as theme.dyna.dnd_enabled and others. is there a place where all these properties documented (portal, page and window levels)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143053#4143053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143053 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Deploying ear in a clustered environment (farm deployment)
I have set up a cluster in JBoss5.0.0 Beta2. In JBoss4.2 GA there was an option to deploy the ear in the farm directory which acted as centralized deployment across all nodes of the cluster. In JBoss5.0.0 Beta2 I do not see the farm directory. How is farm deployment done in JBoss5.0.0 Beta2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143052#4143052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143052 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: assign portal to role
up it's not possible ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143049#4143049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143049 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unable to run facelets numberguess example in JBoss 5
Hi! Anne, Did you find any solution for that problem? we are facing the same here and wish if you can share your experiences on this. I posted a thread yesterday on the following thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133341 , but seems no one has any solution or work around to this-- I did not get any reply. Thanking you in advance, Samba View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143047#4143047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143047 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Logging in Jboss - Web access
Which version of JBoss do you use? For JBoss-4.2.x, edit the server.xml in %JBOSS_HOME%\server\< serverName>\deploy\jboss-web.deployer folder to uncomment the following lines: | For earlier versions of JBoss, you will find the server.xml in %JBOSS_HOME%\server\< serverName>\deploy\jbossweb-tomcatXX.sar folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143043#4143043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143043 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Referenced datasource not found with JBoss 5.0 (Beta4)
Please post the entire exception stacktrace, the contents of your -ds.xml and also the code where you are looking up the datasource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143042#4143042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143042 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - How to inject an object to the portlet scope?
in general the portlet knows very little on the containing portal. i need a way to 'inject' and object (my own) to the portlet and save it in a request/session/application scope. how can that be done? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143041#4143041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143041 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JNDI/Naming/Network] - Re: NameNotBoundException
"bambooh" wrote : | | | Accesso accessoBean = (Accesso)context.lookup("java:comp/env/RivalseEar/AccessoBean/local"); | | | | | | anonymous wrote : | | Global JNDI Namespace | +- TopicConnectionFactory (class: org.jboss.naming.LinkRefPair) | +- jmx (class: org.jnp.interfaces.NamingContext) | | +- invoker (class: org.jnp.interfaces.NamingContext) | | | +- RMIAdaptor (proxy: $Proxy47 implements interface org.jboss.jmx.adaptor.rmi.RMIAdaptor,i | nterface org.jboss.jmx.adaptor.rmi.RMIAdaptorExt) | | +- rmi (class: org.jnp.interfaces.NamingContext) | | | +- RMIAdaptor[link -> jmx/invoker/RMIAdaptor] (class: javax.naming.LinkRef) | +- RivalseEar (class: org.jnp.interfaces.NamingContext) | | +- EjbSynchronizations (class: org.jnp.interfaces.NamingContext) | | | +- localStatefulProxyFactory (class: org.jboss.ejb3.stateful.StatefulLocalProxyFactory) | | | +- local (class: java.lang.Object) | | +- TimerServiceDispatcher (class: org.jnp.interfaces.NamingContext) | | | +- local (proxy: $Proxy89 implements interface org.jboss.seam.async.LocalTimerServiceDispa | tcher,interface org.jboss.ejb3.JBossProxy) | | +- AccessoBean (class: org.jnp.interfaces.NamingContext) | | | +- local (proxy: $Proxy82 implements interface it.inail.rivalse.session.security.Accesso,i | nterface org.jboss.ejb3.JBossProxy) bambooh, as you can see from the JNDIView, the bean is bound in "Global JNDI namespace". In your lookup code, you are using the java:comp/env namespace for doing the lookup. Hence the lookup fails. Change the lookup to: | Accesso accessoBean = (Accesso)context.lookup("RivalseEar/AccessoBean/local"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143040#4143040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143040 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB/JBoss] - Enable EJB Instrumentation..
Hi, I'm trying to monitor the EJBs that are deployed in JBoss 4.2 GA and I'm using JMX console. Even after a successful call to the EJB, the statistics doesn't seem to change. InvokeStats org.jboss.ejb3.statistics.InvocationStatistics R MBean Attribute. AvailableCount int R 30 MBean Attribute. MaxSize int R 30 MBean Attribute. StateString java.lang.String R Started MBean Attribute. State int R 3 MBean Attribute. CurrentSize int R 0 MBean Attribute. CreateCount int R 0 MBean Attribute. RemoveCount int R 0 MBean Attribute. Name java.lang.String R StatelessDelegateWrapper MBean Attribute Is there a special flag for enabling this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143039#4143039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143039 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - plz help me in config jbpm on oracle9i or 10g
Hi everyone, I'm a newbie in jBPM, I have been following the instructions in docs of Jbpm to configure jbpm 3.2 with oracle9i. The first, I have made content of oracle-ds.xml with corresponding my database, then copied & pasted it into jbpm/deploy, and pasted ojdbc14.jar into lib folder of jbpm/lib. Next, locate the 'jboss-service.xml' file in the folder '${JBPM_SDK_HOME}/jbpm-server/server/jbpm/deploy/jbpm.sar/META-INF' , and 'jbpm.sar.cfg.jar' file in the '${JBPM_SDK_HOME}/jbpm-server/server/jbpm/deploy/jbpm.sar', but in the suite of jbpm 3.2 had not got jbpm.sar. so my learning was came to a standstill. I need helping of all you to do this, thanks so much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143033#4143033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143033 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Couldn't find ProcessDefinition or load Process Instance by
I am using Jbpm 3.2.2 with Jboss 4.2.2 with MSSQL with JTS Drivers. Worked perfectly with MYSQL with no issues and see error when migrated to MSSQL/JTS Drivers Very sporadically and with increasing frequency, I see this error: COuldn't find ProcessDefinition on this call: graphSession.findLatestProcessDefinition("testSystem"); Couldn;t load ProcessInstance of id '128' with this call: jbpmContext.loadProcessInstance(128); If I restart the server, the same call works and all data is present in the database. Any pointers deeply appreciated. Basically, need help in determining how to isolate and debug this error. Is the session really closed? if so, how do I determine what caused the session to close? Exception: 22:44:33,598 ERROR [STDERR] org.hibernate.SessionException: Session is closed! at org.hibernate.impl.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:49) at org.hibernate.impl.SessionImpl.getNamedQuery(SessionImpl.java:1258) at org.hibernate.search.impl.FullTextSessionImpl.getNamedQuery(FullTextS essionImpl.java:529) at org.jboss.seam.persistence.HibernateSessionProxy.getNamedQuery(HibernateSessionProxy.java:235) at org.jbpm.db.GraphSession.findLatestProcessDefinition(GraphSession.java:150) -- 22:44:33,937 ERROR [GraphSession] org.hibernate.SessionException: Session is closed! 22:44:33,944 ERROR [STDERR] org.jbpm.JbpmException: couldn't find process definition 'testSystem' 22:44:33,949 ERROR [STDERR] at org.jbpm.db.GraphSession.findLatestProcessDefinition(GraphSession.java:170) 22:44:34,289 ERROR [STDERR] Caused by: org.hibernate.SessionException: Session is closed! 22:44:34,292 ERROR [STDERR] at org.hibernate.impl.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:49) 22:44:34,295 ERROR [STDERR] at org.hibernate.impl.SessionImpl.getNamedQuery(SessionImpl.java:1258) 22:44:34,298 ERROR [STDERR] at org.hibernate.search.impl.FullTextSessionImpl .getNamedQuery(FullTextSessionImpl.java:529) 22:44:34,301 ERROR [STDERR] at org.jboss.seam.persistence.HibernateSessionProxy.getNamedQuery(HibernateSessionProxy.java:235) 22:44:34,304 ERROR [STDERR] at org.jbpm.db.GraphSession.findLatestProcessDefinition(GraphSession.java:150) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143032#4143032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143032 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB/JBoss] - Re: Finder exception after upgrade from 4.0.5 to 4.2.2
Hello, Am running into the same situation with exactly the same stack trace. Any idea/pointer is greatly appreciated. Regards Daoud AbdelMonem Faleh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143030#4143030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143030 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: How to make task required?
YES, I want to know that... how can tasknode fire the task inside tasknode automatically? so,now I try to start taskmanually... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143029#4143029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143029 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize
Make sure you have META-INF/standard-jaxws-client-config.xml in the class path: | | | | | http://www.w3.org/2001/XMLSchema-instance"; xmlns:javaee="http://java.sun.com/xml/ns/javaee"; | xsi:schemaLocation="urn:jboss:jaxws-config:2.0 jaxws-config_2_0.xsd"> | | | Standard Client | http://org.jboss.ws/dispatch/validate | | http://org.jboss.ws/http#chunksize | 0 | | | | | HTTP 1.0 Client | http://org.jboss.ws/dispatch/validate | | | | Standard WSAddressing Client | | | ##SOAP11_HTTP | | WSAddressing Handler | org.jboss.ws.extensions.addressing.jaxws.WSAddressingClientHandler | | | | | | | Standard SOAP 1.2 WSAddressing Client | | | ##SOAP12_HTTP | | WSAddressing Handler | org.jboss.ws.extensions.addressing.jaxws.WSAddressingClientHandler | | | | | | | Standard WSSecurity Client | | | ##SOAP11_HTTP | | WSSecurityHandlerOutbound | org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerClient | | | | | | | | private static void moo() throws Exception { | MessageFactory factory = MessageFactory.newInstance(); | SOAPMessage request = factory.createMessage(); | MimeHeaders mimeHeaders = request.getMimeHeaders(); | mimeHeaders.addHeader("SOAPAction", "YOU SOAP ACTION"); | | String text = "YOUR PAYLOAD"; | | DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); | dbf.setNamespaceAware(true); | DocumentBuilder db = dbf.newDocumentBuilder(); | Document doc = db.parse(new ByteArrayInputStream(text.getBytes())); | request.getSOAPBody().addDocument(doc); | | SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance(); | SOAPConnection sc = scf.createConnection(); | | JAXWSClientMetaDataBuilder mdb = new JAXWSClientMetaDataBuilder(); | ServiceMetaData smd = mdb.buildMetaData(new QName("YOU SERVICE NS", | "YOUR SERVICE"), new URL("YOUR WSDL URL")); | EndpointMetaData emd = smd.getEndpoint(new QName("YOUR SERVICE NS", | "YOU PORT NAME")); | | SOAPMessageContextJAXWS mc = new SOAPMessageContextJAXWS(); | mc.setEndpointMetaData(emd); | MessageContextAssociation.pushMessageContext(mc); | SOAPMessage response = sc.call(request, new URL("YOUR ENDPOINT URL")); | MessageContextAssociation.popMessageContext(); | | SOAPBody sb = response.getSOAPBody(); | NodeList list = sb.getChildNodes(); | for (int i = 0; i < list.getLength(); i++) { | System.out.println(list.item(i)); | } | } | This works for me with jbossws-3.0.1-native-2.0.4.GA and JDK 5, but it is an ugly hack. I think I will try the RI and see if that works better. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143013#4143013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143013 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: Deploying Seam (Servers and Runtimes)
Also, to give an idea where I am coming from, I have been building and deploying my projects with MyEclipse before now. But because JBoss Tools and MyEclipse don't play well together, and MyEclipse doesn't yet support Seam, I am trying JBoss Tools for the first time. And it's the first time I've tried building and deploying projects without MyEclipse. So this may explain some of my confusion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143010#4143010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143010 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Error on the end of the execution
Excuse me salaboy in previous message I pasted a wrong exception. So if I create the database directly from bpm.jpdl.mysql.sql in jbpm-jpdl-3.2.2 package I get this error: | | 2008-04-09 19:52:51,662 [http-8090-1] WARN org.hibernate.util.JDBCExceptionReporter - SQL Error: 1146, SQLState: 42S02 | 2008-04-09 19:52:51,662 [http-8090-1] ERROR org.hibernate.util.JDBCExceptionReporter - Table 'saslc_jbpm.jbpm_exceptionhandler' doesn't exist | org.hibernate.exception.SQLGrammarException: could not initialize a collection: [org.jbpm.graph.def.ProcessDefinition.exceptionHandlers#1] | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.loader.Loader.loadCollection(Loader.java:2001) | at org.hibernate.loader.collection.CollectionLoader.initialize(CollectionLoader.java:36) | at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:565) | at org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:60) | at org.hibernate.impl.SessionImpl.initializeCollection(SessionImpl.java:1716) | at org.hibernate.collection.AbstractPersistentCollection.forceInitialization(AbstractPersistentCollection.java:454) | at org.hibernate.engine.StatefulPersistenceContext.initializeNonLazyCollections(StatefulPersistenceContext.java:785) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:241) | at org.hibernate.loader.Loader.doList(Loader.java:2220) | at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) | at org.hibernate.loader.Loader.list(Loader.java:2099) | at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378) | at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338) | at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172) | at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121) | at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79) | at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:811) | at org.jbpm.db.GraphSession.findLatestProcessDefinition(GraphSession.java:153) | at ar.com.dsv.saslc.seguimiento.workflow.jbpm.InicioProcesoAlta.iniciar(InicioProcesoAlta.java:26) | at ar.com.dsv.saslc.seguimiento.workflow.jbpm.JBPMSeguimiento.iniciarTramite(JBPMSeguimiento.java:80) | at ar.com.dsv.saslc.tramite.negocio.TramiteBO.guardarTramite(TramiteBO.java:750) | at ar.com.dsv.saslc.agenda.turno.actions.TramiteActionBase.guardarDatosVecino(TramiteActionBase.java:320) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at ar.com.dsv.base.actions.DispatchActionGenerico.dispatchMethod(DispatchActionGenerico.java:80) | at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:216) | at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) | at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) | at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) | at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) | at ar.com.dsv.base.hbSession.ControladorSessionHB.doFilter(ControladorSessionHB.java:50) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) | at org.apache.coyote.http11.Http11AprProcessor.proces
[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: installing and running jboss on linux -- 4957 Bus error
Hi Peter, I running as root and tried two different versions in different dirs After I posted the question I saw that there is an error when starting jboss : run.sh: Missing file: /lib/tools.jar run.sh: Unexpected results may occur. Make sure JAVA_HOME points to a JDK and not a JRE. = JBoss Bootstrap Environment JBOSS_HOME: /usr/local/jboss-4.0.4.GA JAVA: java JAVA_OPTS: -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -Dprogram.name=run.sh CLASSPATH: /usr/local/jboss-4.0.4.GA/bin/run.jar:/lib/tools.jar My $JAVA_HOME is set in /etc/profile Here is how is /etc/profile content: JAVA_HOME=/opt/java/jdk1.6.0_04 JRE_HOME=/opt/jre1.6.0_04 M2_HOME=/opt/java/maven-2.0.7 M2=$M2_HOME/bin CLASSPATH=.:$CLASSPATH CLASSPATH=$JAVA_HOME/lib:$CLASSPATH NETBEANS_HOME=/opt/java/netbeans-6.0.1 ANT_HOME=/opt/java/apache-ant-1.7.0 PATH=$PATH:$JAVA_HOME/bin JBOSS_HOME=/usr/local/jboss-4.0.4.GA #PATH=$PATH:$JRE_HOME/bin PATH=$PATH:$JBOSS_HOME PATH=$PATH:$M2 PATH=$PATH:$ANT_HOME/bin PATH=$PATH:$NETBEANS_HOME/bin export JAVA_HOME M2 JRE_HOME JBOSS_HOME PATH I using debian etch rc2 32bits and the same error happens to jboss 4.0.2 and 4.0.4.GA as root In my /home dir it starts correctly and doesn't show the env variable missing error that happens with root Is it possible to set things to run as root ? thanks a lot for your help :) !!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143006#4143006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143006 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: portlet preferences and portlet instances
yes. it could be possible to achieve smth similar with shared pages but would require a modification of the CustomizationManagerService to return a key for customization based on the window id + user id instead of only the user id here is the relevant code: Instance instance = instanceContainer.getDefinition(instanceId); | if (instance != null) | { | // If we are in the context of an existing user we get a customization for that user | if (user != null) | { | String userId = getUserId(user); | | // And if it is in a dashboard context we get the per window customization | if (isDashboard(window, user)) | { |// That's how we manufacture dash board keys |String dashboardId = window.getId().toString(); | |// |instance = instance.getCustomization(dashboardId); | } | else | { |instance = instance.getCustomization(userId); | } | } | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143005#4143005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143005 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Error on the end of the execution
I forgot to tell you that if I create the database directly from bpm.jpdl.mysql.sql in jbpm-jpdl-3.2.2 package I get the following error: | | 2008-04-09 19:39:46,463 [main] ERROR org.hibernate.util.JDBCExceptionReporter - Unknown column 'DESCRIPTION_' in 'field list' | 2008-04-09 19:39:46,563 [main] WARN org.hibernate.util.JDBCExceptionReporter - SQL Error: 1054, SQLState: 42S22 | 2008-04-09 19:39:46,563 [main] ERROR org.hibernate.util.JDBCExceptionReporter - Unknown column 'DESCRIPTION_' in 'field list' | 2008-04-09 19:39:46,623 [main] ERROR org.jbpm.persistence.db.DbPersistenceService - hibernate commit failed | org.hibernate.exception.SQLGrammarException: could not insert: [org.jbpm.graph.node.TaskNode] | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:40) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2158) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2638) | at org.hibernate.action.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:48) | at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248) | at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:298) | at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:181) | at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:107) | at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:187) | at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:172) | at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:94) | at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70) | at org.hibernate.impl.SessionImpl.fireSaveOrUpdate(SessionImpl.java:507) | at org.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:499) | at org.hibernate.engine.CascadingAction$1.cascade(CascadingAction.java:218) | at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:268) | at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:216) | at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:169) | at org.hibernate.engine.Cascade.cascadeCollectionElements(Cascade.java:296) | at org.hibernate.engine.Cascade.cascadeCollection(Cascade.java:242) | at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:219) | at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:169) | at org.hibernate.engine.Cascade.cascade(Cascade.java:130) | at org.hibernate.event.def.AbstractFlushingEventListener.cascadeOnFlush(AbstractFlushingEventListener.java:131) | at org.hibernate.event.def.AbstractFlushingEventListener.prepareEntityFlushes(AbstractFlushingEventListener.java:122) | at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:65) | at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:26) | at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000) | at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338) | at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106) | at org.jbpm.persistence.db.DbPersistenceService.commit(DbPersistenceService.java:256) | at org.jbpm.persistence.db.DbPersistenceService.close(DbPersistenceService.java:214) | at org.jbpm.svc.Services.close(Services.java:225) | at org.jbpm.JbpmContext.close(JbpmContext.java:139) | at ar.com.dsv.saslc.seguimiento.workflow.jbpm.JBPMSeguimiento.instalarProcesos(JBPMSeguimiento.java:67) | at ar.com.dsv.base.config.BootstrapServlet.init(BootstrapServlet.java:47) | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139) | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966) | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544) | at
[jboss-user] [Installation, Configuration & DEPLOYMENT] - openNMS (SNMP) Performance Question
We used JProfiler to profile out application running on JBoss 4.0.2. We tried with two different application loads (25 threads & 50 threads) and found the following: 25 Thds 50 Thds | | % runnable time in org.opennms.protocols.snmp.SnmpPortal$Receiver.run 4.7% 16.8% | % runnable time in org.opennms.protocols.snmp.SnmpPortalTimer$Scheduler.run 1.0% 5.0% We have done nothing to configure any of this. This raises several questions: 1) Why is it spending about a quarter of our processing power in snmp at 50 threads?!!! 2) Why is it spending so much more at 50 threads than at 25? 3) Is there some way to turn this off (or at least reduce the load)? 4) What is this doing? 5) What do we loose by turning it off? Thanks for any help on this. -- Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143001#4143001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143001 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Deploying Seam (Servers and Runtimes)
I'm sure this is very simple, but I just can't get my seam project deployed. I've tried creating different servers, and different runtimes, and trying to deploy the project to an external jboss installation on my local disk. But everytime I try and deploy it, it tries to launch another instance of jboss within Eclipse. But I don't want jboss running in eclipse. It is running outside of eclilpse, and I just want my project deployed there. I have provided the location of the jboss installation everywhere I can think of. I just can't get it to work. Also, since I have created all these unnecessary servers and runtimes, is there any way to easily delete them? There seem to be many locations within eclipse where these are referenced, so it's making it hard for me to manage what's going on. If somebody has a simple step-by-step on how to get this to work I would appreciate it. I've been through a lot of documentation, but nothing I try seems to work. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143003#4143003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143003 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Error on the end of the execution
Hi salaboy, Thank you very much for your response. I am using jbpm-jpdl-3.2.2 and I created the jbpm database with the script mysql.create.sql from jbpm-starters-kit-3.1.4 And then I ran jbpm.jpdl.mysql.sql from jbpm-jpdl-3.2.2. But I see that Timer table is not changed with jbpm.jpdl.mysql.sql and so it is not coincide with Timer.hbm.xml from jbpm-jpdl.jar. Thank you very much once again and I need to know how to create the database correctly. Regards, Victor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143000#4143000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143000 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: installing and running jboss on linux -- 4957 Bus error
Are you still signed in as root when you run jbossas? Try signing in with your normal account and put jbossas in your home directory and run it as your account and see if that works. Are you running a 32-bit or 64-bit Linux? If 64-bit, if the JDK 32 or 64 bit? With a persistent bus error I would suspect a faulty JDK installation. Where did your get the JDK from? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142997#4142997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142997 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Performance Tuning] - Re: Low performance of jboss in windows server 2003
I would recommend the lastest AS version for the functionality and features. But I would not expect a big performance improvement. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142996#4142996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142996 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: the best way for this kind of assignment?
Hi Scott, first thank you for response. I do not know if you missed the part when I am saying that I do exactly the same thing when I have WAIT STATE as you described. The problem is how to do that when TASK is created/assigned. So, on task-create event you can call WS from action handler but then, it would be great if I can somehow receive callback (how, what to signal, resume, call from external app?) and then assign task by calling setActorId(). I hope that this gives more light to my problem. And I really hope, somebody has an answer. Thanks Milan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142994#4142994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142994 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - installing and running jboss on linux -- 4957 Bus error
I've installed jboss int /opt/java dir as root when I run JBOSS_HOME/bin ./run.sh I et the following error in my console after a while : INFO [STDOUT] Warning: Could not get charToByteConverterClass! ./run.sh: line 181: 4957 Bus error "$JAVA" $JAVA_OPTS -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" -classpath "$JBOSS_CLASSPATH" org.jboss.Main "$@" My JBOSS_HOME environment variable is set to /opt/java/jboss-4.0.2 My JAVA_HOME environment variable is set to /opt/java/jdk1.6.0_04 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142992#4142992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142992 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Messaging, JMS & JBossMQ] - Can the Code get a QueueConnection objcect per request
My Webapplication Code on the JBOSS Appserver accesses the JBOSSMQ. My question is Can the Code get a QueueConnection object per request ? Or do i still need to maintain some sort of Connection pool to access the JbossMQ knowing that JBOSS MQ had its own connection pool. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142991#4142991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142991 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Performance Tuning] - Re: Low performance of jboss in windows server 2003
We are going over the HTTP connections and the MYSQL configurations to see if we can find something wrong. We would like to know if upgrading to the lates JBoss version could help al all. Would you recomend it? Thank for all the help Peter. Best of luck. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142990#4142990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142990 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: Do I have to install JBossWS additional to JBossAS 4.2.2
JBossAS already comes with JBossWS, but not necessarily the latest. JBossWS roughly has a release cycle of 8 weeks. http://jbws.dyndns.org/mediawiki/index.php?title=Supported_Target_Containers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142989#4142989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142989 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP] - Re: Are names supposed to be unique in JBoss AOP?
Ah yes, correct, It is indeed 1 SimpleInterceptor with an invoke advice and 1 MethodInterceptor with 3 invoke advices So the issue with interceptors remains Wouter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142988#4142988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142988 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: NullPointerException when processing response
If this still occurs with the latest, could you please create a jira issue that allows us to reproduce what you are seeing View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142987#4142987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142987 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: What are diffs between JBossWS native, metro, cxf varian
http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#How_do_the_supported_web_service_stacks_compare.3F View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142985#4142985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142985 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: Cyclic web services
Yes, this article does apply to you. You need to annotate the JAXB classes you intend to be the payload. You can then use wsprovide to provide the abstract contract (i.e. wsdl+schema) On the client side you can reuse the JAXB classes. You can use wsconsume to generate the SEI from the wsdl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142984#4142984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142984 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: How do I install Axis on JBoss 4.x ?
anonymous wrote : | How do I install Axis on JBoss 4.x ? | You don't ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142983#4142983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142983 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: Problems with WSConsume tool after upgrading to JBossWS
Also have a look at our test build script, that also uses wsconsume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142982#4142982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142982 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: Problems with WSConsume tool after upgrading to JBossWS
This is a classpath issue. Did you try | C:/Desenvolvimento/Java/Servers/jboss-4.2.2.GA/bin/wsconsume.sh | This is what we test. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142981#4142981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142981 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - EJB metrics...
I'm using JBoss 4.2.0 GA and I'm trying to look at the metrics for my SLSB bean using JMX console. My client is able to sucessful connect to the bean but I don't see the metrics change.. Is there anything I have to do to start looking at the metrics? anonymous wrote : AvailableCount int R 30 MBean Attribute. | MaxSize int R 30 MBean Attribute. | StateString java.lang.String R Started MBean Attribute. | State int R 3 MBean Attribute. | CurrentSize int R 0 MBean Attribute. | CreateCount int R 0 MBean Attribute. | RemoveCount int R 0 MBean Attribute. | Name java.lang.String R StatelessDelegateWrapper MBean Attribute Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142980#4142980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142980 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: Migrating from JBoss 4.0.3SP1 to 4.0.4GA
JAX-RPC is a deprecated technology that is not developed further. You probably want to migrate your endpoints to jax-ws http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#Which_version_of_App_Server_is_JBossWS_supported_for.3F View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142979#4142979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142979 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: Get the WSDL_SERVICE property value from MessageContext
Its on the roadmap http://jira.jboss.org/jira/browse/JBWS-2013 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142978#4142978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142978 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: javax.xml.ws.soap.SOAPFaultException: Invalid program na
You would want to look at the request/response message and verify whether they correspond to the abstract contract defined in the wsdl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142977#4142977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142977 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - What are diffs between JBossWS native, metro, cxf variants
What are the diffs between the three JBoss web service extensions - native - metro - cxf Are these replacements or additions or super-sets of each other? What are the (dis-)advantages? Is there a brief overview somewhere on a web page? Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142976#4142976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142976 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - Get on command line JBoss listening port?
Can I check from command line (=NOT by investigation the file jboss-web.deployer) on which port the AppServer is currently listening? The check should be performed from a batch script and should return just der port number So I am searching something like this: getjbossport.bat: Echo the Jboss port is currently: java org.JBoss.Main -tellmeport Thx Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142975#4142975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142975 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - JBPM migration from 3.1.4 to 3.2
My project is using JBPM 3.1.4 , now we want to migrate our project to JBPM 3.2 . Can anyone guide me what all is required for this migration . And what all things i need to take care while this migration . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142974#4142974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142974 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP] - Re: jboss-aop DTD or Schema?
Hi, anonymous wrote : Does jboss-aop.xml version 2.0 have any DTD or Schema? Nope, we don't have any. I have created a task for that: http://jira.jboss.com/jira/browse/JBAOP-551 anonymous wrote : The only one I found searching the net was 1.0 DTD, but I assume it's outdated. Yes, it is outdated. Thanks for the feedback! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142973#4142973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142973 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP] - Re: Are names supposed to be unique in JBoss AOP?
Hi again, I have taken a deeper look at the code, and now I see that JBoss AOP does not generate another aspect class to represent the same interceptor. When the attribute name is ommitted, JBoss AOP names the AspectDefinition object after the class of the interceptor. I.e., the declaration below: | | Will generate an AspectDefinition named "MethodInterceptor". When another binding with the same interceptor tag is found (and with the name attribute ommitted again), JBoss AOP looks for an AspectDefinition named "MethodInterceptor" instead of creating another AspectDefinition. So, in the example you gave, JBoss AOP creates an AspectDefinition to represent SimpleInterceptor when it finds the first binding. When it finds the second one, it creates an AspectDefinition named MethodInterceptor. In the next bindings, it realizes it already has an AspectDefinition named MethodInterceptor and reuses this definition instead of creating extra AspectDefinitions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142970#4142970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142970 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Load balancing and dev environment
Ah, probably value should be quoted: | | @org.jboss.annotation.ejb.Clustered(loadBalancePolicy=org.jboss.ha.framework.interfaces.FirstAvailab | leIdenticalAllProxies.class,partition="${jboss.partition.name:DefaultPartition}") | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142969#4142969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142969 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: How can I find out from command line if JBoss is current
You could run a twiddle command to check the value of an attribute of an mbean, such as: twiddle get "jboss.system:type=Server" Started This is not a perfect solution because this command will yield "Started=true" as soon as JMX and JNDI are running, but HTTP and thus web applications are usually not available until a few seconds later. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142967#4142967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142967 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP] - Re: Are names supposed to be unique in JBoss AOP?
Hi! It is expected that JBoss AOP would create four instances of aspects instead of two. This is true because an interceptor tag declares a new interceptor to JBoss AOP. Whether you have more than one interceptor declaration with the same class is not relevant. Look at the example below: | | | | | | In the xml tags above two different interceptors, with the same class, are declared. Their names are "interceptor1" and "interceptor2". If their names are not defined, JBoss AOP creates a name for those interceptors. So, if you want to use a single interceptor, i.e., to have only one aspect definition generated to represent your interceptor, you should do something like this: | | | | | | | | However, it looks like JBoss AOP does create two interceptors with the same name when the name attributes are not defined. I will do some investigation before answering this part of your question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142966#4142966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142966 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Load balancing and dev environment
Hi Brian, Follows the exception: 2008-04-09 16:46:55,783 ERROR [STDERR] [error] @org.jboss.annotation.ejb.Clustered(loadBalancePolicy=org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies.class,partition=${jboss.partition.name:DefaultPartition}) file:/C:/testes_jboss/hg_jboss-4.2.2.GA_v3_denivaldo/server/node1/tmp/deploy/tmp23824ejb3-interceptors-aop.xml | 2008-04-09 16:46:55,783 ERROR [STDERR] java.lang.RuntimeException: java.lang.RuntimeException: @org.jboss.annotation.ejb.Clustered(loadBalancePolicy=org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies.class,partition=${jboss.partition.name:DefaultPartition}) | 2008-04-09 16:46:55,783 ERROR [STDERR] at org.jboss.aop.AspectXmlLoader.deployXML(AspectXmlLoader.java:892) | 2008-04-09 16:46:55,783 ERROR [STDERR] at org.jboss.aop.AspectXmlLoader.deploy(AspectXmlLoader.java:1210) | 2008-04-09 16:46:55,783 ERROR [STDERR] at org.jboss.aop.AspectXmlLoader.deployXML(AspectXmlLoader.java:1236) | 2008-04-09 16:46:55,783 ERROR [STDERR] at org.jboss.aop.deployment.AspectDeployer.create(AspectDeployer.java:177) | 2008-04-09 16:46:55,783 ERROR [STDERR] at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969) | 2008-04-09 16:46:55,783 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818) | 2008-04-09 16:46:55,783 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | 2008-04-09 16:46:55,783 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 2008-04-09 16:46:55,783 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 2008-04-09 16:46:55,783 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 2008-04-09 16:46:55,783 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) | 2008-04-09 16:46:55,783 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | 2008-04-09 16:46:55,798 ERROR [STDERR] at $Proxy9.deploy(Unknown Source) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | 2008-04-09 16:46:55,798 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | 2008-04-09 16:46:55,814 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | 2008-04-09 16:46:55,814 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | 2008-04-09 16:46:55,814 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | 2008-04-09 16:46:55,814 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | 2008-04-09 16:46:55,814 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | 2008-04-09 16:46:55,814 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 2008-04-09 16:46:55,814 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) | 2008-04-09 16:46:55,814 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 2008-04-09 16:46:55,814 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 2008-04-09 16:46:55,829 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | 2008-04-09 16:46:55,829 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 2008-04-09 16:46:55,829 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.jav
[jboss-user] [JBossWS] - Re: Do I have to install JBossWS additional to JBossAS 4.2.2
I think you can look in this file to see which version you have. You can upgrade to the higher version if you want. {JBOSS_HOME}\server\default\deploy\jbossws.sar\META-INF\MANIFEST.MF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142961#4142961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142961 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Do I have to install JBossWS additional to JBossAS 4.2.2 or
Do I have to install JBossWS additional to JBossAS 4.2.2 or is it built-in? On JBoss download page I found some downloads labelled e.g. jbossws-3.0.1-native-2.0.4.GA When I have already installed JBoss AppServer v4.2.2 is this JBossWS included or do I always have to install JBossWS in addition to the "core" JBOss AppServer? Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142960#4142960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142960 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - How can I find out from command line if JBoss is currently r
I want to find out from command line (=NOT by investigating running programs e.g. TaskManager under WinXP) if JBoss is crrently running. The check should be performed from a batch script and should return a true or false answer. So I am searching something like this: checkifjbossrunning.bat: java org.JBoss.Main -areyourrunning if %errorlevel%==1 (Echo JBoss is running) else ( Echo JBoss is not running) Is this somehow possible? Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142959#4142959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142959 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP] - Are names supposed to be unique in JBoss AOP?
When closely studying the creation of interceptors, there is a strange thing going on: each time an interceptor, aspect or advice is deployed, a new one is made, even if there already is an identical one in the system. In the MethodExecution example | | | | | | | | | | | | | | | | | | | One would expect there are two aspects with one Interceptor/advice each: SimpleInterceptor with an invoke advice and MethodInterceptor with an invoke advice This example creates 4 aspects with one advice each: 1 SimpleInterceptor with an invoke advice and 3 MethodInterceptors with an invoke advice This could of course be considered a feature. If it is considered a feature, we loose uniqueness of name for aspects and interceptors. The only unpleasant side effect is that the interceptorFactories and aspectDefinitions fields in the AspectManager are no longer consistent, because they use name as their key. I don't have a full view of the consequences of this, but I can list a few | * debugging information is inconsistent | * when the second aspect with the same name is deployed, the first one is undeployed, this removes it from all advisors, but it's bindings (and interceptors) remain active, the bindings will continue to create instances of the aspect, which can no longer be centrally undeployed | * bindings silently replace each other, correctly as far as I can see | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142956#4142956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142956 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
Re: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Oracle DS/JNDI Issue
Out of curiosity, do you have UseJBossWebLoader set to true or false? Thanks -J On Wed, Apr 9, 2008 at 1:36 PM, bml <[EMAIL PROTECTED]> wrote: > Eventually, I got it working by adding the following to my oracle-ds.xml > file: > > > | false > | > > and changing the lookup code to: > > > | DataSource dataSource = (DataSource)new > InitialContext().lookup("OracleDS"); > | > > thanks, > > barry > > View the original post : > http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142895#4142895 > > Reply to the post : > http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142895 > ___ > jboss-user mailing list > jboss-user@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-user > ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Referenced datasource not found with JBoss 5.0 (Beta4)
Hi, We are currently using JBoss 4.2.2 but we are trying to make our application work under JBoss 5.0. We are using a WAR file as well as an EAR file containing our EJB jar file. We defined our datasource as a JNDI resource in a "-ds.xml" file in the deploy directory; it seems to be correctly deployed both under 4.2.2 and 5.0. That data source is accessed by our application through a reference that is defined in web.xml: | | app-specific/datasource | javax.sql.DataSource | Container | Shareable | | The mapping between the resource reference name and the JNDI name is in our jboss-web.xml file: | | app-specific/datasource | java:/app/datasource | | This set-up used to work under JBoss 4.2.2 but doesn't work anymore under JBoss 5.0; it complains that the datasource is not bound: | Caused by: javax.naming.NameNotFoundException: app-specific not bound | I know JBoss 5.0 is still Beta; I was just wondering if anybody else ran into this problem too... Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142945#4142945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142945 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] JBoss secure deployment guides? notes you care to share? :)
Hello everyone, I apologize if any of these questions are duplicates or answered elsewhere -- I have looked through the archives but not been able to find exactly what I am looking for. What I am trying to find is list a list of steps from a RHEL administrator's point of view to transition a wide-open JBoss server which is being used in a development environment to a secure server being used in production deployment. The things I am most concerned with are to disable the JBoss main homepage, disable any debug information, disable access to any web apps which we have not explicitly granted access to, etc. I have found documentations for some parts, such as removing the jmx console, but I was curious if anyone had a collection of of steps they commonly use to put JBoss into a secure mode. I am working on using mod_jk to go in front of tomcat for basic URL filtering and such, but even still it is not clear from the mod_jk documentation the optimal way to do this when security is the goal. Again, I apologize if this is a really weak question, I just want to rule out the obvious before I dig deeper into all the configs on my own. I have poured through everything in the JBoss Security wiki, but a lot of that is from the code level and development perspective; what I am seeking is basically a straight up RHEL JBoss hardening guide, or the closest possible analog. Thank you very much, katsu ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Error on the end of the execution
| Parameter processInstance does not exist as a named parameter in [ | | delete from org.jbpm.scheduler.exe.Timer t | where t.processInstance = :processInstance | | ] | That means that the field processInstance doesn't exists in the Timer table in your persistence database. This may be cause of the use of and old version of jpdl or beacause your mapping are wrong.. check the hibernte.cfg.xml config file.. look for the Timer mappings.. and check the tables in your database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142940#4142940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142940 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Messaging, JMS & JBossMQ] - Re: stop/startDelivery not present in JCA
Thanks. I take it that it is this post you are referring to: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125845 . I'll try and see what happens. / Jonas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142939#4142939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142939 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: not a single clustered-invoker...
A clustered bean without a remote interface doesn't make sense. The reason you cluster a bean is so a client can load balance calls to multiple servers and fail over to a different server if one fails. Both imply remote calls. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142938#4142938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142938 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Looking for Paid JBPM MySQL Server Setup
Oh one last question, it appears that processes are being deployed to the hypersonic database, and the jbpm-console logs into the hypersonic database. However our webservice connects to the mysql database. Any idea what file I need to change to fix this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142936#4142936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142936 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Load balancing and dev environment
OK, that should have the EJBTHREE-424 fix in it, which actually makes "${jboss.partition.name:DefaultPartition}" the default value for @Clustered.partition(). So the EJB3 container can handle that value if it actually gets set. Please post the details of the "Big RuntimeException saying it does not understand the line" when you try #3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142935#4142935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142935 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Error on the end of the execution
Hi All, What does it mean the following error: | | 2008-04-09 15:45:19,125 [http-8090-1] ERROR org.jbpm.db.SchedulerSession - java.lang.IllegalArgumentException: Parameter processInstance does not exist as a named parameter in [ | | delete from org.jbpm.scheduler.exe.Timer t | where t.processInstance = :processInstance | | ] | | It is ocurring after an ActionHandler for an end-state is executed. The ActionHandler only has one instruction: System.out.println() and no more. I also tried removing the ActionHanbler for the end-state and the error follows. Any help would be greatly appreciated. Regards, Victor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142933#4142933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142933 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: not a single clustered-invoker...
Hi, Can someone confirm the information from this last post from Bruce? I am having the same problem with the default JBoss configurations. I am using JBoss 4.2.2G.A. and the beans that are giving the errors are from EJB 2. Should EJBs 2 have a remote interface to enable clustering on them? And EJBs 3? They should also? I have many ejbs 3 that have just local interfaces and they deploy fine. Thanks in advance for any comments. Marcelo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142926#4142926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142926 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: unabled to run jboss tools
thanks..its working now.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142925#4142925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142925 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
and no i didn't have any reasons for choosing the 4.0.2, it's just that it was the one available in the network lol thanks Peter, you made me like this place View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142924#4142924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142924 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
i downloaded and ran iit on the 4.2.2 and it works now :/ is the 4.0.2 had problems? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142923#4142923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142923 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Load balancing and dev environment
4.2.2.GA Marcelo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142919#4142919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142919 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: Setting a page as the default one
Thanks, PeterJ. It worked perfectly! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142917#4142917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142917 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Load balancing and dev environment
What AS release? If not 4.2.0 or later, can you try 4.2.0 or later? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142916#4142916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142916 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Messaging, JMS & JBossMQ] - Re: DLQ - Cause logging?
Actually I take that back, once the 6th and 7th messages end up in DLQ - the remaining messages never reach the QUEUE.preprocessor but aren't in the JMS_MESSAGES table either... ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142913#4142913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142913 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Load balancing and dev environment
Hi Brian, I did some testing here. Follow my conclusions: 1) | @org.jboss.annotation.ejb.Clustered(loadBalancePolicy=org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies.class) | | | 11:08:27,539 WARN [EJBContainer] Unable to replace @Clustered partition attribute null. Caused by class java.lang.NullPointerException null | 2) | @org.jboss.annotation.ejb.Clustered(loadBalancePolicy=org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies.class,partition=CorrectPartitionName) | | | Works ok. | 3) | @org.jboss.annotation.ejb.Clustered(loadBalancePolicy=org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies.class,partition=${jboss.partition.name:DefaultPartition}) | | | Big RuntimeException saying it does not understand the line. | Then, my conclusion is that is doesn't substitute the line. And it does not get the partition name set on the command line (-g partitionName). The 2) is not an option, because we have a lot of developers here that load a local JBoss for testing, then everybody should have a different partition name (we are using -g %COMPUTERNAME%). Do you have any ideas to work around this? Thanks again. Marcelo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142912#4142912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142912 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
I forgot you were using 4.0.2, it doesn't come with jstl.jar. Also, I have been using 4.2.2. Any particular reason you are using 4.0.2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142911#4142911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142911 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Messaging, JMS & JBossMQ] - DLQ - Cause logging?
I'm wondering if there is some way to figure out why a message gets to DLQ. Past experience is you'll see some sort of exception, but in this case messages are going straight to DLQ after the max size was reached for the queue. First off, the setup is: - Persisted JMS (MySQL) - JBoss 3.2 - Queues only - Max size for queues is five - Custom DLQ handler - No MDB timeout/expiration set (to my knowledge) - MDB configured for five instances max - Logging has root element pointing to a file, all other severities turned down to TRACE. What is occurring is 25 messages are sent to a queue name QUEUE.Preprocessor - no problem. Where the issue comes into play is immediately after five instances fire up two of the twenty five messages goto DLQ. The five that were/are running complete - no error. After two goto DLQ, the rest of the messages in the queue appear to processes fine. What I can't figure out is why the messages goto DLQ in the first place. I have cranked the logging down (see below snippet) but it doesn't show me how messages sent the QUEUE.Preprocessor got to DLQ. Past experience shows that normally you'll get some sort of exception, such as message was corrupt or exception was thrown by the MDB but in this situation there's nothing in the log file. Is there any other DLQ interrogation, other than cranking down the logging, that can be done to see why a message is sent to DLQ? Any help or suggestions is very much appreciated. Thanks! Randall Here's a short log snippet: 2008-04-09 15:24:20,098 DEBUG [plugins.LogInterceptor] 433498 Invoke: [ID:29-12077258586628] onMessage(org.jboss.mq.SpyObjectMessage { Header { jmsDestination : QUEUE.PreProcessor jmsDeliveryMode : 2 jmsExpiration : 0 jmsPriority : 4 jmsMessageID: ID:29-12077258586628 jmsTimeStamp: 1207725858662 jmsCorrelationID: null jmsReplyTo : null jmsType : null jmsRedelivered : false jmsProperties : {} jmsPropReadWrite: false msgReadOnly : true producerClientId: ID:29 } }) 2008-04-09 15:24:20,098 DEBUG [plugins.LogInterceptor] 433498 Invoke: [ID:29-12077258586628] onMessage(org.jboss.mq.SpyObjectMessage { Header { jmsDestination : QUEUE.PreProcessor jmsDeliveryMode : 2 jmsExpiration : 0 jmsPriority : 4 jmsMessageID: ID:29-12077258586628 jmsTimeStamp: 1207725858662 jmsCorrelationID: null jmsReplyTo : null jmsType : null jmsRedelivered : false jmsProperties : {} jmsPropReadWrite: false msgReadOnly : true producerClientId: ID:29 } }) 2008-04-09 15:24:20,098 DEBUG [engine.CacheSynchronization] 433498 transaction after completion callback, status: 3 2008-04-09 15:24:20,098 DEBUG [engine.CacheSynchronization] 433498 transaction after completion callback, status: 3 2008-04-09 15:24:20,098 DEBUG [impl.SessionImpl] 433498 transaction completion 2008-04-09 15:24:20,098 DEBUG [impl.SessionImpl] 433498 transaction completion 2008-04-09 15:24:20,098 DEBUG [plugins.LogInterceptor] 433498 Invoke: [ID:29-120772585867710] onMessage(org.jboss.mq.SpyObjectMessage { Header { jmsDestination : QUEUE.PreProcessor jmsDeliveryMode : 2 jmsExpiration : 0 jmsPriority : 4 jmsMessageID: ID:29-120772585867710 jmsTimeStamp: 1207725858677 jmsCorrelationID: null jmsReplyTo : null jmsType : null jmsRedelivered : false jmsProperties : {} jmsPropReadWrite: false msgReadOnly : true producerClientId: ID:29 } }) 2008-04-09 15:24:20,098 DEBUG [plugins.LogInterceptor] 433498 Invoke: [ID:29-120772585867710] onMessage(org.jboss.mq.SpyObjectMessage { Header { jmsDestination : QUEUE.PreProcessor jmsDeliveryMode : 2 jmsExpiration : 0 jmsPriority : 4 jmsMessageID: ID:29-120772585867710 jmsTimeStamp: 1207725858677 jmsCorrelationID: null jmsReplyTo : null jmsType : null jmsRedelivered : false jmsProperties : {} jmsPropReadWrite: false msgReadOnly : true producerClientId: ID:29 } }) 2008-04-09 15:24:20,098 DEBUG [plugins.LogInterceptor] 433498 Invoke: [ID:29-120772585867711] onMessage(org.jboss.mq.SpyObjectMessage { Header { jmsDestination : QUEUE.PreProcessor jmsDeliveryMode : 2 jmsExpiration : 0 jmsPriority : 4 jmsMessageID: ID:29-120772585867711 jmsTimeStamp: 1207725858677 jmsCorrelationID: null jmsReplyTo : null jmsType : null jmsRedelivered : false jmsProperties : {} jmsPropReadWrite: false msgReadOnly : true producerClientId: ID:29 } }) 2008-04-09 15:24:20,098 DEBUG [plugins.LogInterceptor] 433498 Invoke: [ID:29-120772585867711] onMessage(org.jboss.mq.SpyObjectMessage { Header { jmsDestination : QUEUE.PreProcessor jmsDeliveryMode : 2 jmsExpiration : 0 jmsPriority : 4 jmsMessageID: ID:29-120772585867711 jmsTimeStamp: 1207725858677 jmsCorrela
[jboss-user] [Beginners Corner] - Re: Newbie need help
if i remove the jstl.jar an exception occures : java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/ConditionalTagSupport if i go to the url : http://localhost:8080/hello1/response.jsp i get : Hello, ${param.username}! i tried also : http://localhost:8080/hello1/response.jsp?username=sss same thing : Hello, ${param.username}! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142903#4142903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142903 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: wsrp_rewrite usage
It appears that this particular part of the documentation is out of date. Several things to note: * The WSRP_REWRITE property has been removed as this feature should now be performed transparently by Portal. * wsrp_rewrite tokens are only used when WSRP is used. If you're not using WSRP, you wouldn't have seen a difference. * It seems that you'd like to namespace the elements in your portlet markup. The portlet specification provides for such a requirement: response.getNamespace() in your portlet code or the portlet JSP tag in your JSP-based portlets. Hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142898#4142898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142898 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
Try removing jstl.jar, you do not need to provide it, JBossAS already has a copy. As far as I can tell, it should work. If you ask for response.jsp directly, what happens? [ur]http://localhost:8080/hello1/response.jsp[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142897#4142897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142897 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Oracle DS/JNDI Issue
Eventually, I got it working by adding the following to my oracle-ds.xml file: | false | and changing the lookup code to: | DataSource dataSource = (DataSource)new InitialContext().lookup("OracleDS"); | thanks, barry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142895#4142895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142895 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: portlet doView is called multiple times
I was using Portal 2.6.4 on AS 4.2.2. So I tried again with Portal 2.6.3 on AS 4.2.1. Still seeing only one call to doView. You're using JDK 6. You like living dangerously. ;-) I was using JDK 5, tried with 6. Still only one call to doView. And your configuration files are not much different from mine. If I were you, what I would try next is adding this code at the start of the doView: Exception eee = new Exception("called doView"); eee.printStackTrace(); Then you can figure out where each of the calls to doView is coming from. That might give some insight as to why it is being called multiple times. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142894#4142894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142894 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
here's how the war looks like : META-INF -- MANIFEST.MF WEB-INF -- web.xml -- classes -- lib jstl.jar standard.jar index.jsp response.jsp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142893#4142893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142893 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - extending jbpm-console
hi, i've downloaded jbpm4jsf project from cvs and successfully created .classpath file in eclipse - the reason why is that i want to extend some of the JSF classes. So I have all jbpm4jsf classes compiled to a folder. Unfortunately when i try to use jbpm-console i get no results, the classes are not being used. I use Tomcat DevLoader and have the jbpm4jsf output folder path appended to the devloader's classpath I'm looking for some hints how to make changes to this problem without creating a new JAR file each time i make any change in this project View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142889#4142889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142889 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Oracle DS/JNDI Issue
Did you ever find a solution to this problem? I solved a very similar problem on my jboss 4.2.2 installation by changing around class loader configurations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142887#4142887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142887 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
the command runs but doesn't output anything and doesn't terminate...does it take a long time? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142885#4142885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142885 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
I just now tried your jsp, and it works for me. After submitting the page, it refreshes with the contents of response.jsp showing. What is the layout of your war file? Run: jar -t your.war and post the output. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142877#4142877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142877 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
i'll struggle with this thing, thanks a lot Peter you were a great help :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142874#4142874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142874 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Looking for Paid JBPM MySQL Server Setup
kukeltje: today, you are my hero! Thank you so much for you help, the server is up and running using MySQL, I had deleted "jbpm-ds.xml" and didn't realize that the file was still required even after the mysql-ds.xml went into place. Strangely the JBPM designer aspect we have pretty well, it is the server that we are lost in. Do you have any recommendations on optimization, or is it pretty well set just on a standard instillation? Thank you again! Chuck Pearce View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142872#4142872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142872 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: portlet doView is called multiple times
Peter, thanks for trying to help. I am using JBoss Portal 2.6.3GA bundled with AS 4.2.1 [ServerInfo] Java version: 1.6.0_03,Sun Microsystems Inc. | | | | MyPortletInstance | MyPortlet | | | | | | | overwrite | default.default | | MyPortletWindow | MyPortletInstance | center | 1 | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142868#4142868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142868 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: JBOSS 4.0.4.GA clustering in Linux
I'm having a similar basic problem with the 4.2.1 GA. I upgraded from 4.0.2, where clustering worked fine. With 4.2.1 GA the servers even don't start up, but seem to hang somewhere in the JGroups initialisation. I'm using Suse Linux 10.2, and tried it both with JDKs 5 and 6. If anyone has come accross a similar problem and has any hints, this would be appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142866#4142866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142866 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
yeah i mean i never get the result of the test, no matter how i change the condition all it does displaying is the form :/ i tried this same example on glassfish and it worked, i don't know what's still missing here View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142863#4142863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142863 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: Setting a page as the default one
Try something like this in *-object.xml: | PortalX | | | portal.defaultObjectName | PageY | |. . . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142861#4142861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142861 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Looking for Paid JBPM MySQL Server Setup
suggestion: Part of this is all basic JEE/JBoss, so instead of paid jBPM support, might I suggest support at a 'lower' level ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142856#4142856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142856 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
The if test is done on display of the form, not in submit. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142855#4142855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142855 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Looking for Paid JBPM MySQL Server Setup
Might be that you have duplicate configs. The hibernate config file should point to JbpmDS, that is the default with the latest versions. But since JbpmDS is not there it and data IS inserted, it probably is pointing directly to the database. There should be a jbpm-ds.xml file pointing to the database and the hibernate config pointing to this datasource. please check those View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142853#4142853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142853 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Logging in Jboss - Web access
Hello, I'm new to Jboss and I have a request to analyse web logs from jboss using Urchin. The only logs I found on my system where more Jboss apps related and no user access related. Can you please tell how I can acheive my goal ? or which file to lok at ? Thanks Denis Chicoine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142849#4142849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142849 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
progress! now it runs but i don't get the content that should be returned by "include response.jsp" after submitting the form. >.< View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142851#4142851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142851 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: portlet doView is called multiple times
It must be something about your portlet or configuration. I just tried it with one of my portlets and doView is called only once, even if the portlet is on a page by itself. What version of JBoss Portal? What JVM? Could you post excerpts from the portlet-instances.xml and *-object.xml file, enough to identify the page, its portlet windows, and the corresponding instances. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142846#4142846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142846 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: portlet preferences and portlet instances
oh, so in dasboards each window has dedicated set of user-portlet preferences? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142842#4142842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142842 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Problem with HAJNDI with JBoss clustering
When you say it "hangs up", is this basically a case where the lookup hangs for 60 seconds and then you get a NameNotFoundException? If that's the case, it sounds like an intermittent connectivity issue; i.e. enough messages are able to get through that the servers are able to form a cluster, but the RPCs or RPC responses used for the cluster-wide HA-JNDI lookups are not getting through. Effect is the node doing the lookup waits 60 secs for responses that never arrive, then throws NameNotFoundException. If the servers weren't forming a cluster at all, you'd get NNFE, but it would happen quickly. See http://wiki.jboss.org/wiki/TestingJBoss[/url] and the multicast sender/receiver tests described at [url]http://www.jgroups.org/javagroupsnew/docs/manual/html/ch02.html#ItDoesntWork for help in tracking down multicast issues. You can also consider using a TCP-based stack. If you want dynamic discovery of members and find multicast is working well enough for that, you can consider using MPING as your discovery protocol in a TCP-based stack. See http://wiki.jboss.org/wiki/JGroupsMPING . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142840#4142840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142840 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBossJMSMessageEndpointFactory ActivationConfigPropertie
"[EMAIL PROTECTED]" wrote : "asylumx" wrote : Yeah, I tried that link already. It doesn't even mention the "keepAlive" property that is in the default configuration for that factory. So much for that. | | | | That's because whoever added that feature didn't update the WIKI :-( | It's irrelevant to this question though since keepAlive controls unused sessions getting closed not active sessions timing out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142839#4142839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142839 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - how to enable RMI class loading
Let me try to make that question short: I get | Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: palmyra.baustein.geschaeftsverwaltung.antrag.ProtokollVBeanEjb (no security manager: RMI class loader disabled) | WAIT, I resolved that by enabling security policy that allows for RMI class loading. Now I still get java.lang.ClassNotFoundException, but without the RMI hint. I'd like to actually use RMI class loading. From what I read, there is nothing more to to (in JBoss 4.2.2) but to go to deploy/ejb3.deployer/META-INF/jboss-service.xml and have: | | jboss.aop:service=AspectDeployer | socket://${jboss.bind.address}:3873/ | changed to | jboss.aop:service=AspectDeployer | socket://${jboss.bind.address}:3873/?loaderport=4873 | I'd really like to achieve having ie. a standalone client application without my EJBs interfaces in the class path to successfully make a lookup on my ejb. 1) Is it supposed to work at all? 2) How is it configured? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142838#4142838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142838 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Newbie need help
You don't need to. The jar contain the *.tld files, each of which contains the uri. The servlet container will find them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142836#4142836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142836 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user